Cyber Resilience

CVE-2026-57248

Foxit Pdf Editor ≤ 13.2.4.24048

Published
08 July 2026
Modified
09 July 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0015 4th percentile
Risk Priority 54 floored blend · peak EPSS

Summary

CVE-2026-57248 is a high-severity Release of Invalid Pointer or Reference (CWE-763) vulnerability in Foxit Pdf Editor. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

When the application opens a PDF file and JavaScript writes annotation attributes, there is a lack of sufficient object type and argument checks. As a result, due to the damage to the internal structure of the annotations, it causes the…

more

application to crash during subsequent release.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-30329Same product: Foxit Pdf Editor
CVE-2023-51560Same product: Foxit Pdf Editor
CVE-2023-51557Same product: Foxit Pdf Editor
CVE-2023-51556Same product: Foxit Pdf Editor
CVE-2024-30337Same product: Foxit Pdf Editor
CVE-2024-30360Same product: Foxit Pdf Editor
CVE-2024-30332Same product: Foxit Pdf Editor
CVE-2024-49576Same product: Foxit Pdf Editor
CVE-2024-30330Same product: Foxit Pdf Editor
CVE-2024-30322Same product: Foxit Pdf Editor

Affected Assets

foxit
pdf editor
≤ 13.2.4.24048 · 14.0.0.33046 — 14.0.4.33508 · 2023.1.0.15510 — 2023.3.0.23028
foxit
pdf reader
≤ 2026.1.1.36485

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation directly exercises deallocation paths and can find incorrect release calls or mismatched alloc/free pairs.

Documented development standards and tools can mandate safe memory-management idioms and static checks that avoid invalid releases.

An SDLC that incorporates security can embed memory-safety requirements, reducing the chance such coding errors are introduced.

Engineering principles require correct resource management and memory-release patterns that stop invalid pointer releases from being coded.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent invalid pointer release errors during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect invalid pointer releases before release.

prevents

Secure SDLC practices can mandate proper memory-management APIs and reviews that catch incorrect deallocation.

prevents

Application security requirements can specify correct use of release functions and pointer validation.

prevents

Secure architecture principles include safe memory handling and resource-lifetime rules.

prevents

Secure coding standards directly prohibit mismatched or incorrect pointer-release calls.

References