CVE Vulnerabilities

CVE-2024-30344

Use After Free

Published: Apr 02, 2024 | Modified: Aug 08, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

Foxit PDF Reader AcroForm Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.

The specific flaw exists within the handling of Acroforms. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-22733.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Pdf_editor Foxit * 11.1.6.0109 (including)
Pdf_editor Foxit 12.0.0.12394 (including) 12.1.2.55366 (including)
Pdf_editor Foxit 13.0.0.61829 (including) 13.0.1.61866 (including)
Pdf_editor Foxit 2023.1.0.55583 (including) 2023.3.0.63083 (including)
Pdf_reader Foxit 2023.2.0.21408 (including) 2023.3.0.63083 (including)

Potential Mitigations

References