CVE-2026-57257: Foxit PDF Reader Out-of-Bounds Read Denial of Service
CVE-2026-57257 is a memory safety flaw in Foxit PDF Editor and Reader that crashes the application when processing a specially crafted PDF file. The vulnerability stems from insufficient validation of entity indices during PRC (a PDF internal format) parsing, allowing an attacker to read memory beyond array boundaries. When a user opens a malicious PDF, the application crashes due to an out-of-bounds read, resulting in a denial of service. This is a local attack that requires user interaction—the victim must open the malicious file.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.1 MEDIUM · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
- Weaknesses (CWE)
- CWE-125
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-09
NVD description (verbatim)
During the PRC parsing stage, there is a lack of boundary verification for the PRC entity index, which leads to an out-of-bounds read of the entity array. As a result, the application crashes.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability is an out-of-bounds read (CWE-125) occurring in the PRC parsing stage. During the parsing of PRC entity indices, the application fails to verify that the index value falls within valid array boundaries before dereferencing the entity array. This allows an attacker to craft a PRC structure with an out-of-range index that, when parsed, causes the application to read from invalid memory locations. The crash occurs in the parsing engine itself, making the denial of service deterministic once the malicious PDF is processed. The vulnerability affects Foxit PDF Editor and Foxit PDF Reader across Windows and macOS platforms.
Business impact
The primary impact is denial of service through application crash, which disrupts user productivity when opening PDFs from untrusted sources. For organizations relying on Foxit readers for document workflows, a widespread campaign distributing malicious PDFs could cause business interruption. The vulnerability also carries a minor information disclosure risk, as an out-of-bounds read can leak small amounts of process memory—though exploitation for data exfiltration is not practical given the crash condition. Foxit Reader is widely deployed in enterprises, making this vulnerability relevant to many organizations' risk profiles.
Affected systems
Foxit PDF Editor and Foxit PDF Reader are directly affected on both Windows and macOS. The exact affected versions are not specified in the advisory; verify against Foxit's official security bulletin for the precise version range. Microsoft Windows and Apple macOS themselves are not vulnerable—they are listed because Foxit products run on these operating systems. Organizations using alternative PDF readers (Adobe, Preview, etc.) are not affected by this specific flaw.
Exploitability
Exploitation requires local access and user interaction. An attacker must deliver a malicious PDF file to a victim—via email, web download, file sharing, or removable media—and convince or socially engineer the user into opening it with Foxit Reader or Editor. Once opened, the crash is immediate and deterministic. The attack surface is broad because PDF processing is common, but the barrier to exploitation (requiring user action) moderates the practical risk. There is no evidence of active exploitation in the wild, and the vulnerability is not on the KEV (Known Exploited Vulnerabilities) catalog.
Remediation
Apply security updates from Foxit as soon as they become available. Check Foxit's official security advisories for the patched versions of PDF Editor and Reader. In the interim, users should exercise caution when opening PDFs from untrusted sources and consider using alternative PDF readers if Foxit is not business-critical. Organizations should restrict PDF file sources through email gateways and endpoint controls where feasible. No workarounds exist; patching is the primary remediation.
Patch guidance
Monitor Foxit's security advisory channels for release announcements. When patches are published, validate the version numbers against Foxit's official documentation before deployment. Test patches in a non-production environment first, as PDF reader updates occasionally affect plugin compatibility or rendering behavior. Deploy via your standard software deployment pipeline to ensure broad coverage. Given the MEDIUM severity and lack of active exploitation, patches can follow your normal update schedule rather than emergency protocols, though prioritization within the next 30 days is prudent.
Detection guidance
Monitor for instances of Foxit PDF Reader or Editor crashing unexpectedly, particularly in correlation with PDF file opens from external sources. Endpoint Detection and Response (EDR) tools can flag repeated process crashes in foxit*.exe or related processes. Web proxies and email gateways should log PDF attachments by filename patterns (e.g., unusual or obfuscated names) to identify potential delivery vectors. Review user reports of 'PDF won't open' incidents. Note that a crash is the primary observable; memory corruption may not produce additional logging without specialized debugging enabled.
Why prioritize this
This vulnerability merits attention within 30–45 days but is not an immediate critical priority. The CVSS 6.1 MEDIUM score reflects the denial-of-service impact tempered by the requirement for user interaction and local access. The lack of KEV status and active exploitation evidence suggests limited immediate threat. However, because Foxit Reader is pervasive in enterprises and PDFs are a universal file type, the attack surface is significant. Prioritize patching over other MEDIUM-severity vulnerabilities if your organization has high Foxit adoption or frequently receives PDFs from external parties.
Risk score, explained
The CVSS 3.1 score of 6.1 (MEDIUM) reflects: Attack Vector Local (AV:L)—attacker must already have or gain local file access; Attack Complexity Low (AC:L)—no special conditions required; Privileges Required None (PR:N)—any user can trigger the flaw; User Interaction Required (UI:R)—victim must open the malicious PDF; Scope Unchanged (S:U)—impact limited to the affected application; Confidentiality Low (C:L)—minor memory leak potential; Integrity None (I:N)—no data modification; Availability High (A:H)—application crash is a complete availability loss. The score balances the high availability impact against the modest barriers to exploitation.
Frequently asked questions
Can this vulnerability be exploited remotely?
No. The attack requires local file access and user interaction. An attacker cannot remotely trigger the crash without first delivering a malicious PDF to the target and having the user open it. Email delivery or web download are vectors, but the exploitation step is local.
Does this affect all PDF readers?
No, only Foxit PDF Editor and Foxit PDF Reader are vulnerable. Adobe Acrobat, Preview (macOS), and other PDF applications are not affected by this specific flaw, though they may have their own vulnerabilities.
What exactly is leaked in the information disclosure?
Out-of-bounds reads typically expose adjacent memory regions—often stack frames or heap allocations belonging to the Foxit process. The amount is typically small (bytes to kilobytes) and the data is not directly returned to the attacker; it contributes to the crash. Practical data exfiltration is not feasible.
Is there an exploit publicly available?
There is no evidence of public exploit code or active exploitation campaigns. The vulnerability was not flagged for inclusion in CISA's Known Exploited Vulnerabilities catalog, indicating no observed real-world abuse at the time of publication.
This analysis is based on information available as of the vulnerability's publication date. Affected product versions and patch availability should be verified against Foxit's official security advisories and vendor communications. CVSS scores and KEV status are subject to change if new information emerges or if the vulnerability is later included in exploitation reports. Organizations should cross-reference this analysis with their own vulnerability management systems and vendor documentation. This page does not constitute legal or compliance advice; consult your compliance and risk teams when prioritizing remediation. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-57258MEDIUMFoxit PDF Editor PRC File Out-of-Bounds Read Vulnerability
- CVE-2020-9711MEDIUMAdobe Acrobat Reader Out-of-Bounds Read Memory Disclosure
- CVE-2020-9713MEDIUMAdobe Acrobat Reader Memory Disclosure Vulnerability
- CVE-2026-10998MEDIUMChrome Media Out-of-Bounds Memory Read Vulnerability
- CVE-2026-11004MEDIUMChrome ANGLE Out-of-Bounds Read Memory Disclosure
- CVE-2026-11006MEDIUMChrome Out-of-Bounds Read in Dawn Graphics API—Urgent Patch Required
- CVE-2026-11075MEDIUMOut-of-Bounds Read in Chrome V8 Engine – Memory Disclosure Vulnerability
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft