CVE-2026-30806
Published: 13 April 2026
Description
Improper Neutralization of Special Elements used in an OS Command vulnerability allows OS Command Injection via Network Report. This issue affects Pandora FMS: from 777 through 800
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates OS command injection by requiring validation and sanitization of untrusted inputs from the Network Report feature to neutralize special elements.
Addresses the specific flaw in Pandora FMS versions 777-800 by requiring timely identification, reporting, and remediation of vulnerabilities like this CVE via vendor patches.
Enables detection of command injection exploitation through continuous monitoring of system activities for anomalous OS command executions by low-privileged users.
Security SummaryAI
CVE-2026-30806 is an Improper Neutralization of Special Elements used in an OS Command vulnerability (CWE-78) that enables OS Command Injection via the Network Report feature. This issue affects Pandora FMS versions from 777 through 800. The vulnerability has 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), indicating high severity due to its network accessibility, low complexity, and requirement for only low privileges.
Low-privileged users with network access can exploit this vulnerability by injecting malicious OS commands through the Network Report functionality. Exploitation requires no user interaction and has no scope change, but achieves high impacts across confidentiality, integrity, and availability, potentially allowing full system compromise such as arbitrary code execution on the server.
Mitigation details are available in the vendor advisory at https://pandorafms.com/en/security/common-vulnerabilities-and-exposures/.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability enables exploitation of a public-facing web application (T1190) via network-accessible Network Report feature, allowing low-privileged users to inject and execute arbitrary OS commands (T1059).