Cyber Posture

CVE-2025-69624

High

Published: 13 April 2026

Published
13 April 2026
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0000 0.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-69624 is a high-severity NULL Pointer Dereference (CWE-476) vulnerability in Gonitro Nitro Pdf Pro. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 0.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-11 (Error Handling) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 requires timely identification, reporting, and correction of flaws like this NULL pointer dereference, directly mitigated by applying vendor patches for Nitro PDF Pro.

prevent

SI-11 mandates error handling that prevents security-compromising failures, such as gracefully managing null values in app.alert() to avoid crashes from invalid pointer dereferences.

prevent

SI-10 enforces input validation for untrusted data like crafted PDFs, checking syntax and content to block malformed JavaScript arguments triggering the fallback path vulnerability.

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 pointer dereference in PDF JS handler enables remote delivery of crafted PDF to crash the application (Application or System Exploitation for DoS).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Nitro PDF Pro for Windows 14.41.1.4 contains a NULL pointer dereference vulnerability in the JavaScript implementation of app.alert(). When app.alert() is called with more than one argument and the first argument evaluates to null (for example, app.alert(app.activeDocs, true) when app.activeDocs…

more

is null), the engine routes the call through a fallback path intended for non-string arguments. In this path, js_ValueToString() is invoked on the null value and returns an invalid string pointer, which is then passed to JS_GetStringChars() without validation. Dereferencing this pointer leads to an access violation and application crash when opening a crafted PDF.

Deeper analysisAI

CVE-2025-69624 is a NULL pointer dereference vulnerability (CWE-476) in the JavaScript implementation of the app.alert() function within Nitro PDF Pro for Windows version 14.41.1.4. The flaw arises when app.alert() is invoked with more than one argument and the first argument evaluates to null, as in the case of app.alert(app.activeDocs, true) when app.activeDocs is null. This routes the call through a fallback path for non-string arguments, where js_ValueToString() produces an invalid string pointer from the null value. That pointer is then passed without validation to JS_GetStringChars(), resulting in dereference of an invalid address and an access violation that crashes the application upon opening a crafted PDF.

The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating it is exploitable over a network with low attack complexity, no privileges or user interaction required, and unchanged scope. Remote, unauthenticated attackers can deliver a specially crafted PDF file that triggers the NULL pointer dereference, achieving denial of service through abrupt termination of the Nitro PDF Pro application.

For details on mitigations, patches, or advisories, refer to the vendor reference at http://nitro.com.

Details

CWE(s)

Affected Products

gonitro
nitro pdf pro
14.41.1.4

CVEs Like This One

CVE-2025-66769Same product: Gonitro Nitro Pdf Pro
CVE-2025-69627Same product: Gonitro Nitro Pdf Pro
CVE-2026-20875Same vendor: Microsoft
CVE-2026-32071Same vendor: Microsoft
CVE-2025-21285Same vendor: Microsoft
CVE-2026-21525Same vendor: Microsoft
CVE-2026-21243Same vendor: Microsoft
CVE-2025-69260Same product: Microsoft Windows
CVE-2026-33282Shared CWE-476
CVE-2025-0430Shared CWE-476

References