CVE-2025-34088: Pandora FMS Authenticated Remote Code Execution via Ping Module
An authenticated remote code execution vulnerability exists in Pandora FMS version 7.0NG and earlier. The net_tools.php functionality allows authenticated users to execute arbitrary OS commands via the select_ips parameter when performing network tools operations, such as pinging. This occurs because user input is not properly sanitized before being passed to system commands, enabling command injection.
Security readout for executives and security teams
Plain-English summary
This flaw lets a logged-in Pandora FMS user run operating-system commands through the product's ping/network tools feature. That can turn monitoring-console access into server compromise. The public record says Pandora FMS 7.0NG and earlier are affected, but version metadata is sparse, so confirm exposure against vendor guidance.
Executive priority
Treat this as a high-priority remediation item for any Pandora FMS deployment. It requires authenticated high-privilege access, which lowers likelihood versus unauthenticated RCE, but public exploit material and server-level impact make delay risky.
Technical view
CVE-2025-34088 is CWE-78 command injection in Pandora FMS net_tools.php. The select_ips parameter is not properly sanitized before reaching system command execution during network-tool operations. CVSS 4.0 is 8.6 high, network reachable, low complexity, high privileges required, no user interaction, with high vulnerable-system impact.
Likely exposure
Most exposed organizations are those running Pandora FMS 7.0NG or earlier where authenticated users can access network tools. Internet-accessible consoles, shared admin accounts, or broad operator privileges increase practical risk. The source bundle's affected-version metadata is incomplete, so asset owners should validate exact versions carefully.
Exploitation context
Public exploit references exist from Rapid7 Metasploit and Exploit-DB, so defenders should assume the technique is well documented. The bundle does not show CISA KEV listing or other cited evidence of active exploitation. Authentication with high privileges is indicated by the CVSS vector.
Researcher notes
Evidence supports authenticated command injection through select_ips in net_tools.php during ping/network-tool operations. Do not infer unauthenticated exploitation. Version data conflicts with the CVE affected block, which lists sparse version metadata while the description names 7.0NG and earlier.
Mitigation direction
Check Pandora FMS vendor guidance for the corrected version or supported workaround.
Upgrade to a vendor-confirmed fixed or supported release when identified.
Restrict Pandora FMS console access to trusted administrative networks or VPNs.
Limit network-tools access to necessary administrators only.
Review whether vulnerable ping/network-tool functionality can be disabled per vendor guidance.
Validation and detection
Inventory Pandora FMS deployments and confirm installed versions.
Verify whether net_tools.php and network tools are reachable by authenticated users.
Review user roles for unnecessary access to network-tool functions.
Check web and application logs for suspicious network-tool requests.
Confirm remediation status against vendor release notes or advisory updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.