CVE Vulnerabilities

CVE-2026-13126

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 embedded JavaScript in the PDF deleted the pages, making the object invalid. The application attempted to perform a write operation on the invalid pop-up annotations, resulting in the program crashing.

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