Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Local file-open vector with required user interaction and no privileges; use-after-free memory corruption plausibly yields high CIA impact, though the described outcome is a crash (A:H is certain, C:H/I:H reflects UAF potential).
Primary rating from Vendor (Foxit).
CVSS VectorVendor: Foxit
Lifecycle Timeline
1DescriptionCVE.org
When the application opens a PDF file, JavaScript uses the damaged field tree to trigger field traversal, resulting in the program holding an invalid form object when accessing the field property path. Eventually, the application crashes due to reading an invalid pointer.
AnalysisAI
Memory corruption in Foxit PDF Reader and Foxit PDF Editor (versions 2026.1.1, 13.2.4, 14.0.4 and earlier) allows attackers to crash the application and potentially corrupt memory when a victim opens a malicious PDF whose embedded JavaScript walks a deliberately damaged form-field tree. The bug is a use-after-free (CWE-416): field traversal leaves the program holding a freed/invalid form object, and dereferencing that invalid pointer causes the crash. No public exploit identified at time of analysis; disclosure originates from Foxit's own security bulletin.
Technical ContextAI
The affected technology is Foxit's PDF rendering engine and its embedded JavaScript interpreter, which exposes the AcroForm field object model (the 'field property path' / field tree) to script inside a document. A malformed field tree causes JavaScript-driven field traversal to reference a form object that has already been freed, the classic root cause of CWE-416 (Use After Free): an object's lifetime is not correctly tied to the references still pointing at it, so a subsequent property access reads through a dangling pointer. Per the CPE data the exact affected products are cpe:2.3:a:foxit_software_inc.:foxit_pdf_reader and cpe:2.3:a:foxit_software_inc.:foxit_pdf_editor. Because a freed object may be reallocated with attacker-influenced data, UAF conditions frequently escalate from simple crashes to controlled memory corruption, which is consistent with the vendor's Memory Corruption tag and the high CIA impact in the CVSS vector.
RemediationAI
No vendor-released fix version was included in the provided data, so the exact patched build could not be independently confirmed - consult Foxit's security bulletin at https://www.foxit.com/support/security-bulletins.html and upgrade Foxit PDF Reader and Foxit PDF Editor to the latest release above the affected 2026.1.1 / 13.2.4 / 14.0.4 branches as soon as the patched version is published. As an immediate compensating control, disable JavaScript execution in Foxit (Preferences > JavaScript > uncheck 'Enable JavaScript Actions'), which breaks the field-traversal trigger; the trade-off is that legitimate interactive/dynamic forms and JavaScript-driven document features will no longer work. Additionally, open untrusted PDFs in Foxit's Safe Reading Mode and enforce opening documents from unknown sources only in a sandboxed or isolated environment, and use mail/web gateway filtering to strip or quarantine PDFs from untrusted senders - at the cost of some user friction and potential false positives.
More in Foxit Pdf Editor
View allUse-after-free memory corruption in Foxit PDF Reader and Foxit PDF Editor lets a crafted PDF containing JavaScript trigg
Use-after-free memory corruption in Foxit PDF Reader and Foxit PDF Editor (versions 2026.1.1/14.0.4 and earlier) allows
Denial-of-service (and potential memory-corruption) in Foxit PDF Editor (≤14.0.4 / ≤13.2.4 / ≤2026.1.1) and Foxit PDF Re
Denial-of-service in Foxit PDF Reader and Foxit PDF Editor (versions 2026.1.1 and earlier) occurs when a victim opens a
Memory corruption in Foxit PDF Reader and Foxit PDF Editor allows a crafted PDF to trigger a use-after-free through the
Use-after-free memory corruption in Foxit PDF Reader (2026.1.1 and earlier) and Foxit PDF Editor (through 14.0.4, 13.2.4
Memory corruption in Foxit PDF Reader (≤2026.1.1) and Foxit PDF Editor (≤14.0.4, ≤13.2.4, and ≤2026.1.1) allows an attac
Memory-corruption (buffer overflow) in Foxit PDF Reader and Foxit PDF Editor arises when the digital-signature plugin pr
Memory-corruption crash (and potential code execution) in Foxit PDF Reader and Foxit PDF Editor occurs when a PDF's embe
Use-after-free memory corruption in Foxit PDF Editor and Foxit PDF Reader allows a crafted PDF to crash the application
Denial of service in Foxit PDF Editor and Foxit PDF Reader arises when the application renders a PDF containing cloud-st
Use-after-free memory corruption in Foxit PDF Reader and Foxit PDF Editor allows a crafted PDF to crash the application
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42182
GHSA-7j37-5f9j-vw6q