7.5
CVSSv2

CVE-2010-1043

Published: 23/03/2010 Updated: 23/03/2010
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

Directory traversal vulnerability in index.php in jaxCMS 1.0 allows remote malicious users to include and execute arbitrary local files via directory traversal sequences in the p parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

jaxcms jaxcms 1.0

Exploits

/* Name : JaxCMS (p) Local File Include WebSite : wwwpixiescriptscom/ Author : Hamza 'MizoZ' N Email : mizozx@gmailcom<mailto:mizozx@gmailcom> Greetz : Zuka ! */ The vulnerability is in the get $_GET['p'] , the indexphp include '/pages/'$_GET['p']'php' So we can read any file in the server EXPLOIT : server/[Ja ...