7.5
CVSSv2

CVE-2009-2786

Published: 17/08/2009 Updated: 19/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in reputation.php in the Reputation plugin 2.2.4, 2.2.3, 2.0.4, and previous versions for PunBB allows remote malicious users to execute arbitrary SQL commands via the poster parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

reputation reputation

reputation reputation 2.2.3

reputation reputation 2.0.4

Exploits

#!/usr/bin/perl #[0-Day] PunBB Reputationphp Mod <= v204 Remote Blind SQL Injection Exploit #Coded By Dante90, WaRWolFz Crew #Bug Discovered By: Dante90, WaRWolFz Crew use strict; use LWP::UserAgent; use HTTP::Cookies; use HTTP::Request::Common; use Time::HiRes; use IO::Socket; my ($UserName,$PassWord,$ID) = @ARGV; if(@ARGV < 3){ &a ...