CVE-2010-4279
Pandora FMS < 3.1 - Unauthenticated Authentication Bypass via Empty loginhash_pwd
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2010-4279.
PoCs published by Metasploit, Juan Galiana Lara, including Metasploit module exploits/multi/http/pandora_upload_exec.
AI-analyzed exploit summary This Metasploit module exploits an authentication bypass (CVE-2010-4279) in Pandora v3.1 by using a hardcoded loginhash to gain admin access, then uploads an arbitrary PHP payload via the built-in file manager to achieve remote code execution.
Description
The default configuration of Pandora FMS 3.1 and earlier specifies an empty string for the loginhash_pwd field, which allows remote attackers to bypass authentication by sending a request to index.php with "admin" in the loginhash_user parameter, in conjunction with the md5 hash of "admin" in the loginhash_data parameter.
Exploits (3)
This Metasploit module exploits an authentication bypass (CVE-2010-4279) in Pandora v3.1 by using a hardcoded loginhash to gain admin access, then uploads an arbitrary PHP payload via the built-in file manager to achieve remote code execution.
The document describes an authentication bypass vulnerability (CVE-2010-4279) in Pandora FMS, where an attacker can log in as any user, including admin, by providing a username and its MD5 hash when the default configuration is used.
This Metasploit module exploits an authentication bypass (CVE-2010-4279) in Pandora FMS v3.1, allowing arbitrary file upload and remote code execution via a PHP payload. It bypasses login using a hardcoded hash and uploads a malicious PHP file to the '/images/' directory.