Cyber Posture

CVE-2024-14003

CriticalPublic PoC

Published: 30 October 2025

Published
30 October 2025
Modified
06 November 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0095 76.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse Unix shell commands and scripts for execution.

Security Summary

CVE-2024-2024-14003 is a remote code execution (RCE) vulnerability in Nagios XI versions prior to 2024R1.2, stemming from insufficient validation of inbound NRDP (Nagios Remote Data Processor) request parameters in its server plugins. This flaw, classified as CWE-78 (OS Command Injection), allows crafted input to reach command execution paths, enabling arbitrary command execution on the underlying host in the context of the web/Nagios service. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its network accessibility and lack of prerequisites.

An unauthenticated attacker with network access to the NRDP service can exploit this vulnerability by submitting specially crafted NRDP requests. Successful exploitation grants remote command execution as the web/Nagios service user, potentially allowing full compromise of the host system, including data exfiltration, persistence, or lateral movement.

Nagios advisories address this issue through patches in version 2024R1.2 and later. Additional mitigation details are available in the Nagios XI changelog at https://www.nagios.com/changelog/nagios-xi/, the security products page at https://www.nagios.com/products/security/#nagios-xi, and the VulnCheck advisory at https://www.vulncheck.com/advisories/nagios-xi-rce-via-nrdp-server-plugins.

Details

CWE(s)
CWE-78

Affected Products

nagios
nagios xi
2024 · ≤ 2024

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

CVE enables unauthenticated RCE via OS command injection in public-facing NRDP service (T1190) and directly facilitates arbitrary Unix shell command execution as the Nagios service user (T1059.004).

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

References