Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Local malicious-file vector requiring the user to open the PDF (AV:L, UI:R); described impact is only an application crash, so A:H with C:N/I:N.
Primary rating from Vendor (Foxit).
CVSS VectorVendor: Foxit
Lifecycle Timeline
1DescriptionCVE.org
Embedding JavaScript within a PDF file will cause the page to be deleted. Subsequent scripts will continue to access the relevant properties of the document view, eventually leading to the crash of the application.
AnalysisAI
Denial-of-service in Foxit PDF Reader and Foxit PDF Editor (versions 2026.1.1 and earlier) occurs when a victim opens a crafted PDF whose embedded JavaScript deletes the current page, after which subsequent scripts dereference now-freed document-view properties and crash the application. This is a CWE-416 use-after-free reported by Foxit; no public exploit identified at time of analysis, and it is not listed in CISA KEV. The documented impact is an application crash, though the underlying memory-corruption class warrants caution about potential escalation.
Technical ContextAI
The affected technology is Foxit's PDF rendering engine and its embedded JavaScript interpreter, which lets PDF documents script the viewer's document-view object model (e.g., page and view properties). The root cause is CWE-416 (Use After Free): JavaScript in the PDF programmatically deletes a page, freeing the objects backing that page's view state, but subsequent script execution continues to reference those freed document-view properties. Per the supplied CPE data, exactly two products are in scope - cpe:2.3:a:foxit_software_inc.:foxit_pdf_reader and cpe:2.3:a:foxit_software_inc.:foxit_pdf_editor - both of which share Foxit's common core engine, which is why a single flaw affects both the free reader and the paid editor.
RemediationAI
Update to a Foxit-released version newer than 2026.1.1 for both PDF Reader and PDF Editor; the exact fixed build should be confirmed against Foxit's security bulletin at https://www.foxit.com/support/security-bulletins.html, as no specific fixed version was provided in this data (Patch available per vendor advisory; exact fix version not independently confirmed). As a compensating control until patched, disable JavaScript execution in Foxit (Preferences → JavaScript → uncheck 'Enable JavaScript Actions'), which directly neutralizes this script-driven use-after-free at the cost of breaking legitimate interactive/form PDFs that rely on scripting; additionally, treat PDFs from untrusted sources with caution and enable Foxit's Safe Reading Mode to constrain script and external actions. Because exploitation requires the user to open a malicious file, user-awareness and blocking untrusted PDF delivery channels (email, web downloads) further reduce exposure.
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
Memory corruption in Foxit PDF Reader and Foxit PDF Editor (versions 2026.1.1, 13.2.4, 14.0.4 and earlier) allows attack
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-42185
GHSA-v4qp-8g92-cj69