{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2025-34088", "assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10", "state": "PUBLISHED", "assignerShortName": "VulnCheck", "dateReserved": "2025-04-15T19:15:22.551Z", "datePublished": "2025-07-03T19:46:38.590Z", "dateUpdated": "2026-07-14T22:25:43.391Z" }, "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "packageURL": "pkg:github/pandorafms/pandorafms", "modules": [ "Network Tools Module (net_tools.php)", "select_ips parameter" ], "platforms": [ "Linux", "x86", "64 bit" ], "product": "Pandora FMS", "repo": "https://github.com/pandorafms/pandorafms", "vendor": "Artica ST", "versions": [ { "lessThanOrEqual": "7.0NG", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "cpeApplicability": [ { "operator": "OR", "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:a:artica:pandora_fms:*:*:*:*:*:*:*:*", "versionEndIncluding": "7.0_ng" } ] } ] } ], "credits": [ { "lang": "en", "type": "finder", "value": "Onur ER" } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "
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.