cve/2020/CVE-2020-36323.md
2024-05-25 21:48:12 +02:00

721 B

CVE-2020-36323

Description

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed (or the program to crash) if the borrowed string changes after its length is checked.

POC

Reference

No PoCs from references.

Github