CVE-2026-57244: Foxit PDF Reader/Editor Use-After-Free Crash Vulnerability
A vulnerability in Foxit PDF Editor and Reader allows an attacker to crash the application by exploiting a flaw in how the software handles form resets triggered by JavaScript. When a form is reset, the application fails to properly verify that internal objects still exist before attempting to use them, leading to a memory access error that crashes the program. An attacker can exploit this by crafting a malicious PDF file that, when opened by a user, triggers this crash condition.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-09
NVD description (verbatim)
After JavaScript resetting the form, the synchronization process lacks re-entry protection and object lifecycle verification, resulting in the failure of the control pointer during the traversal process. After the pointer fails, it still continues to dereference, causing the application to crash.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-57244 is a use-after-free vulnerability (CWE-416) affecting Foxit PDF Editor and Reader. The flaw occurs when JavaScript resets a form without proper re-entry protection and object lifecycle verification. During the pointer traversal process, the application fails to validate that referenced objects remain valid in memory. When the control pointer subsequently dereferences invalid memory, the application crashes. The vulnerability has a CVSS 3.1 score of 7.8 (HIGH) with local attack vector, low complexity, no privileges required, and user interaction needed. Impact includes confidentiality, integrity, and availability compromise.
Business impact
Denial of service is the primary impact. End users opening malicious PDF files in Foxit applications experience application crashes, disrupting document review workflows. While this is not a data theft or remote code execution vulnerability, the crash can be weaponized in social engineering campaigns or supply chain scenarios where PDFs are distributed to target organizations. Organizations relying on Foxit for secure PDF handling should assess user exposure and patch deployment feasibility to minimize workflow disruption.
Affected systems
The vulnerability affects Foxit PDF Editor and Foxit PDF Reader across Windows and macOS platforms. Users of these applications on both operating systems are at risk when opening untrusted or adversarially-crafted PDF files. The specific affected versions and patch versions should be verified against the official Foxit security advisory.
Exploitability
Exploitation requires user interaction—specifically, a user must open a crafted PDF file in a vulnerable Foxit application. The attack vector is local, meaning the attacker must deliver the malicious PDF to the target. No authentication or special privileges are required on the victim's system. The barrier to exploitation is low; an attacker need only create a PDF that triggers the form reset condition through embedded JavaScript. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog, but the straightforward nature of triggering a form reset suggests practical exploitability is achievable.
Remediation
Users should update Foxit PDF Editor and Foxit PDF Reader to patched versions as released by Foxit. Apply updates across all Windows and macOS deployments. Until patches are available, implement controls to prevent users from opening untrusted PDF files, such as disabling PDF previews in email clients or using file scanning to detect suspicious PDF characteristics. Consider enforcing use of alternative PDF readers that may not be vulnerable during the patching window.
Patch guidance
Check the official Foxit security advisory for the specific patched versions addressing CVE-2026-57244. Download and deploy updates from Foxit's website or through your organization's software distribution mechanism. Test patches in a non-production environment before broad rollout. Verify patch application by confirming the application version matches the patched release noted in the advisory. For organizations with slow patch cycles, prioritize this update for systems where users frequently handle external PDF files.
Detection guidance
Detection is challenging at the endpoint level because the vulnerability requires specific PDF content triggering the form reset. Monitor for Foxit application crashes in your event logs, particularly on systems handling PDF documents from external sources. Security Information and Event Management (SIEM) systems can aggregate application crash telemetry. Additionally, organizations may use PDF analysis tools to scan incoming files for suspicious JavaScript form manipulation patterns, though this requires proxy-level inspection. Network-based detection of specific PDF payloads is limited without deep packet inspection capabilities.
Why prioritize this
This vulnerability merits moderate-to-high prioritization due to its HIGH CVSS score and practical exploitability through user interaction. While not a remote code execution vulnerability, the denial of service impact combined with low exploitation complexity makes it attractive for attackers conducting disruption campaigns or social engineering. Organizations with Foxit deployments in high-volume document handling roles should prioritize patching. However, organizations where Foxit is used minimally or only internally for trusted documents may deprioritize relative to remote vulnerabilities.
Risk score, explained
The CVSS 3.1 score of 7.8 reflects a HIGH severity rating. The score accounts for: local attack vector (typical for desktop applications), low attack complexity (form reset is a standard PDF feature), no privileges required, user interaction required, and impact to confidentiality, integrity, and availability (crash can disrupt operations and potentially expose memory contents). The severity is tempered by the requirement for user interaction but elevated by the broad impact scope and lack of access barriers.
Frequently asked questions
Can this vulnerability be exploited remotely?
No. The attack vector is local, meaning the attacker must deliver a malicious PDF file to the target user. Remote exploitation is not possible; an attacker cannot trigger this vulnerability over a network connection without the user first opening the file locally in Foxit.
Does this vulnerability allow attackers to steal data or gain code execution?
The primary impact is denial of service through application crash. While a use-after-free condition theoretically could allow memory disclosure or code execution in sophisticated attacks, this vulnerability is documented as causing application termination. Any secondary impacts would depend on the application's memory layout and protections.
Which versions of Foxit are affected?
You should verify the affected version range against the official Foxit security advisory for CVE-2026-57244. The advisory will specify which versions of Foxit PDF Editor and PDF Reader are vulnerable and which patched versions to deploy.
Do I need to patch this if my users only open trusted PDFs?
The risk is significantly lower if users only open internal or pre-screened documents. However, if your organization receives PDFs from external sources, customers, or partners, patching is recommended. The low complexity of crafting a triggering PDF means defense-in-depth is prudent.
This analysis is provided for informational purposes and reflects the details available as of the published CVE date. Patch availability, affected version specifics, and vendor recommendations should be verified directly from Foxit's official security advisory. This vulnerability assessment does not constitute legal or compliance advice. Organizations should assess their individual risk posture and deployment scenarios before determining remediation priority. No liability is assumed for actions taken or not taken based on this analysis. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-57237HIGHFoxit PDF Use-After-Free Vulnerability (CVSS 7.8)
- CVE-2026-57247HIGHFoxit PDF Editor & Reader Use-After-Free Vulnerability – Analysis & Patch Guide
- CVE-2026-57250HIGHFoxit PDF Editor & Reader Use-After-Free Denial of Service
- CVE-2026-57256HIGHFoxit PDF Reader Use-After-Free Denial of Service
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)