String Manipulation Vulnerability in Rust Standard Library
CVE-2020-36323
8.2HIGH
What is CVE-2020-36323?
An issue exists in the Rust standard library found in versions prior to 1.52.0, where an optimization related to string joining could result in uninitialized bytes being exposed or potentially lead to a program crash. This vulnerability arises when a borrowed string is modified after its length has been assessed, leading to unsafe behavior in memory management. Developers should review their usage of string operations within the affected versions to mitigate risks.