Cyber Resilience

CVE-2026-3776

Memory Safety in Foxit Pdf Editor ≤ 13.2.2.24014

Published
01 April 2026
Modified
14 April 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0010 1th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3776 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Foxit Pdf Editor. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 1th 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 SI-10 (Information Input Validation) and SI-11 (Error Handling) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The application does not validate the presence of required appearance (AP) data before accessing stamp annotation resources. When a PDF contains a stamp annotation missing its AP entry, the code continues to dereference the associated object without a prior null…

more

or validity check, which allows a crafted document to trigger a null pointer dereference and crash the application, resulting in denial of service.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Null dereference in PDF stamp annotation handling directly enables application crash via crafted document (T1499.004 Application or System Exploitation).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-55312Same product: Apple Macos
CVE-2026-21288Same product: Apple Macos
CVE-2025-55314Same product: Foxit Pdf Editor
CVE-2026-34703Same product: Apple Macos
CVE-2026-21350Same product: Apple Macos
CVE-2026-34704Same product: Apple Macos
CVE-2026-34662Same product: Apple Macos
CVE-2025-24177Same product: Apple Macos
CVE-2026-28985Same product: Apple Macos
CVE-2025-69624Same product: Microsoft Windows

Affected Assets

foxit
pdf editor
≤ 13.2.2.24014 · 14.0.0.33046 — 14.0.2.33402 · 2023.1.0.15510 — 2023.3.0.23028
foxit
pdf reader
≤ 2025.3.0.35737 · ≤ 2025.3.0.69570

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-11 Error Handling
  • SI-16 Memory Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of required PDF annotation fields (AP data) before any dereference, eliminating the null-pointer condition.

prevent

Ensures the PDF processor gracefully handles missing or invalid AP entries instead of dereferencing and crashing.

prevent

Applies memory-safety protections that can contain or block exploitation of the null dereference triggered by malformed stamp annotations.

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 (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs 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.

detects

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References