CVE-2026-57246
Analyzed
Analyzed - Analysis Complete
Signature Verification Bypass in JavaScript Plugin
Vulnerability report for CVE-2026-57246, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-08
Last updated on: 2026-07-09
Assigner: Foxit
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| foxit | pdf_editor | From 2023.1.0.15510 (inc) to 2023.3.0.23028 (inc) |
| foxit | pdf_editor | From 2024.1.0.23997 (inc) to 2024.4.1.27687 (inc) |
| foxit | pdf_editor | From 2025.1.0.27937 (inc) to 2025.3.0.35737 (inc) |
| foxit | pdf_editor | From 2026.1.0.36452 (inc) to 2026.1.1.36485 (inc) |
| foxit | pdf_reader | to 2026.1.1.36485 (inc) |
| foxit | pdf_editor | to 13.2.4.24048 (inc) |
| foxit | pdf_editor | From 14.0.0.33046 (inc) to 14.0.4.33508 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |