Cyber Resilience

CVE-2025-29471

HighPublic PoC

Published: 15 April 2025

Published
15 April 2025
Modified
23 April 2025
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.1822 95.3th percentile
Risk Priority 28 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-29471 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Nagios Log Server. Its CVSS base score is 8.3 (High).

Operationally, ranked in the top 4.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2025-29471 is a cross-site scripting vulnerability, tracked under CWE-79, that affects Nagios Log Server version 2024R1.3.1. The flaw resides in the Email field and permits injection of malicious payloads that result in arbitrary code execution, reflected in the CVSS 8.3 rating driven by network attack vector, high complexity, no required privileges, and required user interaction with changed scope.

A remote attacker can supply a crafted payload through the Email field to trigger the vulnerability. Successful exploitation enables the attacker to execute arbitrary code in the context of an affected user's session, potentially leading to full confidentiality, integrity, and availability impacts on the Nagios Log Server instance.

The Nagios changelog reference indicates the availability of version updates that address the issue. Public exploit code has been published on Exploit-DB, and the EPSS score has reached a peak of 0.2008 with a current value of 0.1822, indicating measurable post-disclosure interest in the flaw.

EU & UK References

Vulnerability details

Cross Site Scripting vulnerability in Nagios Log Server v.2024R1.3.1 allows a remote attacker to execute arbitrary code via a payload into the Email field.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

nagios
log server
2024

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References