CVE-2025-24367
Cacti ≤ 1.2.29
Raw vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:XSummary
CVE-2025-24367 is a high-severity Improper Neutralization of Line Delimiters (CWE-144) vulnerability in Cacti Cacti. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-15 (Information Output Filtering) — 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.
Cacti, an open source performance and fault management framework, contains a vulnerability that allows an authenticated user to abuse graph creation and graph template functionality. By exploiting flaws tracked under CWE-144, the attacker can write arbitrary PHP scripts into the application's web root directory, resulting in remote code execution on the server. The issue affects versions prior to the 1.2.29 release published on 27 January 2025 and carries a CVSS 4.0 score of 8.7.
An authenticated Cacti user with graph management privileges can supply crafted input during graph or template operations to place executable PHP files on the server. Once written, these scripts can be invoked over the network to execute arbitrary commands with the privileges of the web server process, giving the attacker full control over the underlying host without requiring additional authentication or user interaction.
The official fix is included in Cacti 1.2.29, as referenced in the project's GitHub commit and the accompanying GitHub Security Advisory GHSA-fxrq-fr7h-9rqq. Downstream distributions such as Debian have issued corresponding updates through their long-term support channels to backport the correction.
The CVE maintains a high EPSS score with a current value of 0.8793 and a recorded peak of 0.9056, indicating sustained exploitation interest following disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3681
Vulnerability Data
Cacti is an open source performance and fault management framework. An authenticated Cacti user can abuse graph creation and graph template functionality to create arbitrary PHP scripts in the web root of the application, leading to remote code execution on…
more
the server. This vulnerability is fixed in 1.2.29.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Input validation requires checking and neutralizing special elements such as line delimiters before further processing or forwarding.
Output filtering can neutralize line delimiters in data sent to downstream components.
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.
Secure SDLC practices directly require input neutralization to block line-delimiter injection.
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.
Security testing can detect the weakness but does not itself implement the neutralization.
Secure SDLC mandates input validation and sanitization that can prevent line-delimiter injection.
Application security requirements typically include rules for neutralizing special characters such as line delimiters.
Secure architecture principles encourage safe data handling but do not specifically address line-delimiter neutralization.
Secure coding standards directly require proper neutralization of line delimiters in input handling.