CVE-2010-4280
Pandora FMS < 3.1 - Authenticated SQL Injection via id_group or group_id Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2010-4280. PoCs published by Juan Galiana Lara.
AI-analyzed exploit summary This exploit demonstrates a SQL injection vulnerability in Pandora FMS (CVE-2010-4280) by injecting a UNION-based query to extract user credentials from the database. The PoC includes a Python script that automates the extraction of usernames and password hashes.
Description
Multiple SQL injection vulnerabilities in Pandora FMS before 3.1.1 allow remote authenticated users to execute arbitrary SQL commands via (1) the id_group parameter in an operation/agentes/ver_agente action to ajax.php or (2) the group_id parameter in an operation/agentes/estado_agente action to index.php, related to operation/agentes/estado_agente.php.
Exploits (2)
This exploit demonstrates a SQL injection vulnerability in Pandora FMS (CVE-2010-4280) by injecting a UNION-based query to extract user credentials from the database. The PoC includes a Python script that automates the extraction of usernames and password hashes.
This is a working proof-of-concept for a blind SQL injection vulnerability in Pandora FMS. The exploit targets the 'group_id' parameter in 'operation/agentes/estado_agente.php' to extract password hashes from the database.