7.5
CVSSv2

CVE-2008-4072

Published: 15/09/2008 Updated: 11/10/2018
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

Multiple SQL injection vulnerabilities in index.php in phsBlog 0.2 allow remote malicious users to execute arbitrary SQL commands via (1) the sid parameter in a pickup action or (2) the sql_cid parameter, different vectors than CVE-2008-3588.

Vulnerable Product Search on Vulmon Subscribe to Product

phsdev phsblog 0.2

Exploits

#!/usr/bin/perl #---------------------------------------------------------------- # #Script : PhsBlog v02 # #Type : Bypass Sql injection Filtering Exploit # #Method : GET # #Risk : High # #---------------------------------------------------------------- # #Discovered by : Khashayar Fereidani aka DrCrash # #My Official Website : HTTP://FEREIDAN ...