7.5
CVSSv2

CVE-2008-1645

Published: 02/04/2008 Updated: 29/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

Directory traversal vulnerability in body.php in phpSpamManager (phpSM) 0.53 beta allows remote malicious users to read arbitrary local files via a .. (dot dot) in the filename parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

guillaume meister php spammanager 0.53

Exploits

phpSpamManager 053 beta (bodyphp) Remote File Disclosure Vulnerability DScript : sourceforgenet/project/showfilesphp?group_id=141000 Vuln Code Ln 38 -> 47 : //get filename $okprint=false; $filename = $_REQUEST['filename']; <--- XxX if ($filename!='FILENAME') { debug_print("analysing " $filename); ...