Files
CVEs-PoC/2021/CVE-2021-21826.md
T
2024-06-18 02:51:15 +02:00

18 lines
955 B
Markdown

### [CVE-2021-21826](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21826)
![](https://img.shields.io/static/v1?label=Product&message=AT%26T&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-120%3A%20Buffer%20Copy%20without%20Checking%20Size%20of%20Input%20('Classic%20Buffer%20Overflow')&color=brighgreen)
### Description
A heap-based buffer overflow vulnerability exists in the XML Decompression DecodeTreeBlock functionality of AT&T Labs Xmill 0.7. Within `DecodeTreeBlock` which is called during the decompression of an XMI file, a UINT32 is loaded from the file and used as trusted input as the length of a buffer. An attacker can provide a malicious file to trigger this vulnerability.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1291
#### Github
No PoCs found on GitHub currently.