HTML Form Without CSRF protection
Unknown
Vulnerability Details
Cross-site request forgery, also known as a one-click attack or session riding and abbreviated as CSRF or XSRF, is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts.
Vulnerable Form- http://www.localize.io/
Form inputs:
sign_in[username] [Text]
sign_in[password] [Password]
The impact of this vulnerability:-
An attacker may force the users of a web application to execute actions of the attacker's choosing. A successful CSRF exploit can compromise end user data and operation in case of normal user. If the targeted end user is the administrator account, this can compromise the entire web application.
How to fix this vulnerability:-
Check if this form requires CSRF protection and implement CSRF countermeasures if necessary
Actions
View on HackerOneReport Stats
- Report ID: 7863
- State: Closed
- Substate: resolved
- Upvotes: 2