Description
When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash.
Published: 2026-07-08
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic buffer overflow (CWE-120) that arises when the signature verification plugin copies an abnormally constructed string without validating its length or content during JavaScript execution. This flaw can be triggered while a user opens a PDF that contains a malformed object; the unchecked copy operation causes the Foxit PDF Editor or Reader to crash, denying service or allowing an attacker to influence the end‑user's workspace.

Affected Systems

Foxit PDF Editor and Foxit PDF Reader from Foxit Software Inc. are affected. Because the CVE does not list specific affected versions, any installation of these products may be vulnerable until a vendor update is released.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, but the EPSS score of less than 1% indicates that exploitation is unlikely at present. The vulnerability is not indexed in the CISA KEV catalog. Based on the description, it is inferred that the flaw can be triggered by a PDF file with crafted malformed objects, which an attacker could deliver via email, a compromised website, or another file‑transfer vector. The available information does not imply remote code execution; the primary impact is a denial of service through application crash.

Generated by OpenCVE AI on July 29, 2026 at 14:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest update for Foxit PDF Editor and Foxit PDF Reader from the vendor website to fix the buffer overflow flaw.
  • Until a patch is available, avoid opening potentially malicious PDFs; if necessary, use an alternative PDF viewer that does not execute JavaScript or perform signature verification.
  • Configure email and web gateway systems to scan attachments for malformed PDF objects and block suspicious files to prevent delivery of crafted payloads.

Generated by OpenCVE AI on July 29, 2026 at 14:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Foxitsoftware
Foxitsoftware foxit Pdf Editor
Foxitsoftware foxit Reader
Vendors & Products Foxitsoftware
Foxitsoftware foxit Pdf Editor
Foxitsoftware foxit Reader

Wed, 08 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Description When dealing with abnormally constructed objects, there is a lack of argument validation; JavaScript triggers signature verification, but the signature plugin does not perform validation when copying the abnormal string, causing the application to crash.
Title Foxit PDF Editor/Reader Signature Buffer Overflow Vulnerability
Weaknesses CWE-120
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

Foxitsoftware Foxit Pdf Editor Foxit Reader
cve-icon MITRE

Status: PUBLISHED

Assigner: Foxit

Published:

Updated: 2026-07-08T12:37:10.445Z

Reserved: 2026-06-24T03:01:15.649Z

Link: CVE-2026-57246

cve-icon Vulnrichment

Updated: 2026-07-08T12:30:04.490Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T14:45:02Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')