CVE-2024-12971
Published: 17 March 2025
Summary
CVE-2024-12971 is a high-severity Command Injection (CWE-77) vulnerability in Artica Pandora Fms. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates OS command injection by requiring information input validation mechanisms to neutralize special elements at input points.
Requires identification, reporting, and correction of the specific flaw in Pandora FMS enabling improper neutralization of command elements.
Limits the impact of successful OS command injection by enforcing least privilege on low-privileged user accounts.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in a network-accessible application directly enables exploitation of public-facing apps (T1190) and arbitrary command execution via Unix shell (T1059.004).
NVD Description
Improper Neutralization of Special Elements used in a Command vulnerability allows OS Command Injection.This issue affects Pandora FMS from 700 to 777.6
Deeper analysisAI
CVE-2024-12971 is an Improper Neutralization of Special Elements used in a Command vulnerability (CWE-77) that enables OS Command Injection. It affects Pandora FMS versions from 700 to 777.6.
The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). Low-privileged authenticated users can exploit it over the network with low attack complexity and no user interaction, potentially achieving high impacts on confidentiality, integrity, and availability through arbitrary OS command execution.
Mitigation details are available in the vendor advisory at https://pandorafms.com/en/security/common-vulnerabilities-and-exposures/.
Details
- CWE(s)