NULL pointer dereference in Gonitro Nitro Pdf Pro
CVE-2025-69624
Nitro PDF Pro before 14.43 for Windows 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. For example, 14.41.1.4 and 14.42.0.34 have been reported as vulnerable.
EPSS: 0.004 (35.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Gonitro Nitro_pdf_pro — versions 14.41.1.4
- Microsoft Windows
- N/a — versions n/a
Weakness classification (CWE)
References
- cve@mitre.org (Not Applicable)
- cve@mitre.org
Frequently asked questions
- What is CVE-2025-69624?
- CVE-2025-69624 is a high-severity vulnerability in Gonitro Nitro Pdf Pro, classified under NULL Pointer Dereference. CVSS score: 7.5/10. Published 2026-04-13.
- How severe is CVE-2025-69624?
- High severity. CVSS v3 base score is 7.5 out of 10.