CVE-2026-91790
Received
Received - Intake
Foxit PDF Editor Use-After-Free in Image Rendering
Vulnerability report for CVE-2026-91790, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-23
Last updated on: 2026-09-23
Assigner: Foxit
Description
Description
When rendering the page image, Foxit PDF Editor/Reader fails to perform validation on image objects whose optional content attributes are malformed. As a result, the program may access an already-freed internal data structure, triggering a crash due to UAF.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| foxit | pdf_reader | to 2024.2.3.25184 (inc) |
| foxit | pdf_editor | to 2024.2.3.25184 (inc) |
| foxit | pdf_editor | From 2024.0.0 (inc) to 2024.2.3.25184 (inc) |
| foxit | pdf_editor | to 2023.3.0.23028 (inc) |
| foxit | pdf_editor | to 13.1.3.22478 (inc) |
| foxit | pdf_editor | to 12.1.7.15526 (inc) |
| foxit | pdf_editor | to 11.2.10.53951 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |