Ad

CVE-2025-69624

HIGH CVSS 3.1: 7.5 EPSS 0.00%
Updated Apr 17, 2026
Nitro
Parameter Value
CVSS 7.5 (HIGH)
Type CWE-476 (NULL Pointer Dereference)
Vendor Nitro
Public PoC No

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 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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v3.1

Related Vulnerabilities