CVE Vulnerabilities

CVE-2026-13127

Use After Free

Published: Jul 08, 2026 | Modified: Jul 09, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

The application opens the PDF file. JavaScript then rewrites the document to modify the page structure, resulting in the invalidation of the page objects. However, the thumbnails still use the invalid page objects, ultimately causing the application to crash.

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

NameVendorStart VersionEnd Version
Pdf_editorFoxit*13.2.4.24048 (including)
Pdf_editorFoxit14.0.0.33046 (including)14.0.4.33508 (including)
Pdf_editorFoxit2023.1.0.15510 (including)2023.3.0.23028 (including)
Pdf_editorFoxit2024.1.0.23997 (including)2024.4.1.27687 (including)
Pdf_editorFoxit2025.1.0.27937 (including)2025.3.0.35737 (including)
Pdf_editorFoxit2026.1.0.36452 (including)2026.1.1.36485 (including)
Pdf_readerFoxit*2026.1.1.36485 (including)

Potential Mitigations

References