cve/2022/CVE-2022-24599.md

18 lines
795 B
Markdown
Raw Permalink Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-24599](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24599)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In autofile Audio File Library 0.3.6, there exists one memory leak vulnerability in printfileinfo, in printinfo.c, which allows an attacker to leak sensitive information via a crafted file. The printfileinfo function calls the copyrightstring function to get data, however, it dosn't use zero bytes to truncate the data.
### POC
#### Reference
- https://github.com/mpruett/audiofile/issues/60
#### Github
- https://github.com/ARPSyndicate/cvemon