Cyber Resilience

CVE-2025-66769

Memory Safety in Gonitro Nitro Pdf Pro 14.41.1.4

Published
13 April 2026
Modified
23 April 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0044 37th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2025-66769 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 Endpoint Denial of Service (T1499); ranked at the 37th 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.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-66769 is a NULL pointer dereference vulnerability (CWE-476) in Nitro PDF Pro for Windows version 14.41.1.4. The issue enables attackers to trigger a Denial of Service (DoS) by processing a crafted XFA packet. It 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), reflecting high severity from its network vector, low complexity, no privilege or user interaction requirements, and significant availability impact without affecting confidentiality or integrity.

Remote attackers can exploit this vulnerability without authentication by delivering a malicious XFA packet to a victim using the affected software, such as via email attachments, web downloads, or shared files. Exploitation reliably crashes the Nitro PDF Pro application, denying service to the user until restart, though it does not enable code execution or data compromise.

Mitigation guidance is available in the Jeroscope advisory at https://jeroscope.com/advisories/2025/jero-2025-015/ and on the vendor site at https://www.gonitro.com/. Security practitioners should consult these for patching instructions and workarounds.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A NULL pointer dereference in Nitro PDF Pro for Windows v14.41.1.4 allows attackers to cause a Denial of Service (DoS) via a crafted XFA packet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
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.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-69624Same product: Gonitro Nitro Pdf Pro
CVE-2025-69627Same product: Gonitro Nitro Pdf Pro
CVE-2024-23441Same product: Microsoft Windows
CVE-2023-41234Same product: Microsoft Windows
CVE-2025-30300Same product: Microsoft Windows
CVE-2025-47119Same product: Microsoft Windows
CVE-2025-30301Same product: Microsoft Windows
CVE-2024-1443Same product: Microsoft Windows
CVE-2026-23565Same product: Microsoft Windows
CVE-2023-1186Same product: Microsoft Windows

Affected Assets

gonitro
nitro pdf pro
14.41.1.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (including static analysis) directly finds null-dereference bugs before deployment.

Documented development standards and tools can enforce null-safety rules and safe pointer usage.

Engineering principles can mandate defensive coding such as explicit null checks before dereference.

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.

finds

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