7.5
CVSSv2

CVE-2007-0971

Published: 16/02/2007 Updated: 16/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 Jupiter CMS 1.1.5 allow remote malicious users to execute arbitrary SQL commands via the Client-IP HTTP header and certain other HTTP headers, which set the ip variable that is used in SQL queries performed by index.php and certain other PHP scripts. NOTE: the attack vector might involve _SERVER.

Vulnerable Product Search on Vulmon Subscribe to Product

jupiter cms jupiter cms 1.1.5

Exploits

<? /* Title: Jupiter CMS 115 SQL Injection Vulnerability Advisory ID: 12070214 Risk level: High Author: DarkFig <gmdarkfig@gmailcom> URL: wwwacid-rootnewfr/advisories/12070214txt */ error_reporting(E_ALL ^ E_NOTICE); $url = 'localhost/jupiter/'; $xpl = new phpsploit(); $xpl->agen ...