7.5
CVSSv2

CVE-2008-5269

Published: 28/11/2008 Updated: 29/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 index.php in pSys 0.7.0 alpha allows remote malicious users to execute arbitrary SQL commands via the shownews parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

powie psys 0.7.0

Exploits

###################### # #pSys - 070 alpha shownews SQL Injection # ###################### # #Bug by: h0yt3r # ## ### ## # #Bug in here: # # if (isset($_REQUEST['shownews']) && $_REQUEST['shownews'] != "") { # $sqlbefehl="Select titel from $tab_news Where id = '"intval($_REQUEST['shownews'])"'"; # $gettitel = mysql_query($sqlbefe ...