PDFio is a simple C library for reading and writing PDF files. There is a denial of service (DOS) vulnerability in the TTF parser. Maliciously crafted TTF files can cause the program to utilize 100% of the Memory and enter an infinite loop. This can also lead to a heap-buffer-overflow vulnerability. An infinite loop occurs in the read_camp function by nGroups value. The ttf.h library is vulnerable. A value called nGroups is extracted from the file, and by changing that value, you can cause the program to utilize 100% of the Memory and enter an infinite loop. If the value of nGroups in the file is small, an infinite loop will not occur. This library, whether used as a standalone binary or as part of another application, is vulnerable to DOS attacks when parsing certain types of files. Automated systems, including web servers that use this code to convert PDF submissions into plaintext, can be DOSed if an attacker uploads a malicious TTF file. This issue has been addressed in release version 1.3.1. All users are advised to upgrade. There are no known workarounds for this vulnerability.
References
Link | Resource |
---|---|
https://github.com/michaelrsweet/pdfio/commit/e4e1c39578279386b0ab9f9ac14b20a8bad4f935 | Patch |
https://github.com/michaelrsweet/pdfio/security/advisories/GHSA-4hh9-j68x-8353 | Exploit Vendor Advisory |
Configurations
History
12 Aug 2024, 18:50
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Msweet pdfio
Msweet |
|
References | () https://github.com/michaelrsweet/pdfio/commit/e4e1c39578279386b0ab9f9ac14b20a8bad4f935 - Patch | |
References | () https://github.com/michaelrsweet/pdfio/security/advisories/GHSA-4hh9-j68x-8353 - Exploit, Vendor Advisory | |
CPE | cpe:2.3:a:msweet:pdfio:*:*:*:*:*:*:*:* |
07 Aug 2024, 15:17
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
06 Aug 2024, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-06 17:15
Updated : 2024-08-12 18:50
NVD link : CVE-2024-42358
Mitre link : CVE-2024-42358
CVE.ORG link : CVE-2024-42358
JSON object : View
Products Affected
msweet
- pdfio
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')