cve/2024/CVE-2024-52531.md

18 lines
883 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-52531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52531)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Product&message=libsoup&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-787%20Out-of-bounds%20Write&color=brightgreen)
2025-09-29 16:08:36 +00:00
### Description
GNOME libsoup before 3.6.1 allows a buffer overflow in applications that perform conversion to UTF-8 in soup_header_parse_param_list_strict. There is a plausible way to reach this remotely via soup_message_headers_get_content_type (e.g., an application may want to retrieve the content type of a request or response).
### POC
#### Reference
- https://offsec.almond.consulting/using-aflplusplus-on-bug-bounty-programs-an-example-with-gnome-libsoup.html
#### Github
No PoCs found on GitHub currently.