7.5
CVSSv2

CVE-2009-2326

Published: 05/07/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

Multiple SQL injection vulnerabilities in KerviNet Forum 1.1 and previous versions allow remote malicious users to execute arbitrary SQL commands via (1) an enter_parol cookie to index.php in an auto action or (2) the topic parameter to message.php. NOTE: vector 2 can be leveraged for a cross-site scripting (XSS) attack.

Vulnerable Product Search on Vulmon Subscribe to Product

max kervin kervinet forum

Exploits

dork: "Copyright KerviNet" eLwaux(c) 20062009 ## ## ## ## Blind SQLinj /indexphp ------------------------------------------------------------------------------------------------- if($_COOKIE['user_enter']=="auto") { $enter_login=$_COOKIE['enter_login']; $enter_parol=$_COOKIE['enter_parol']; $mysql->query("SELECT name, pass, status FROM users ...