vendor:
PunBB Reputation.php Mod
by:
Dante90, WaRWolFz Crew
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: PunBB Reputation.php Mod
Affected Version From: v2.0.4
Affected Version To: v2.0.4
Patch Exists: NO
Related CWE: N/A
CPE: a:punbb:punbb_reputation_mod
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009
PunBB Reputation.php Mod <= v2.0.4 Local File Inclusion Exploit
This exploit allows an attacker to gain access to the etc/passwd file of a vulnerable PunBB Reputation.php Mod <= v2.0.4 website. The exploit requires the register_globals and magic_quotes_gpc settings to be enabled. The attacker can use the LWP::UserAgent and HTTP::Cookies modules to send a malicious request to the vulnerable website, which will then return the contents of the etc/passwd file. The attacker can then save the file to a local file and use it to gain access to the system.
Mitigation:
Disable register_globals and magic_quotes_gpc settings, and ensure that all user-supplied input is properly sanitized.