6.8
CVSSv2

CVE-2009-2787

Published: 17/08/2009 Updated: 19/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in include/reputation/rep_profile.php in the Reputation plugin 2.2.4, 2.2.3, 2.0.4, and previous versions for PunBB, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the pun_user[language] parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

reputation reputation 2.2.3

reputation reputation 2.0.4

reputation reputation

Exploits

#!/usr/bin/perl #[0-Day] PunBB Reputationphp Mod <= v204 Local File Inclusion Exploit #Coded By Dante90, WaRWolFz Crew #Bug Discovered By: Dante90, WaRWolFz Crew #register_globals = On #magic_quotes_gpc = On use LWP::UserAgent; use HTTP::Cookies; use strict; my $EtcPasswd; my $TransversalDirectory = "/////"; #Transversal Directory ...