#2072 - Cross-site Request Forgery (CSRF) Vulnerability in Composr 9.0.21

  • By
  • Added
  • 5 views
Identifier #2072
Issue type Major issue (breaks an entire feature)
Title Cross-site Request Forgery (CSRF) Vulnerability in Composr 9.0.21
Status Completed
Handling member Chris Graham
Addon news
Description CSRF is an attack that tricks the victim into submitting a malicious request. It
inherits the identity and privileges of the victim to perform an undesired function
on the victim's behalf.
Attacker creates forged HTTP requests and tricks a victim into submit. If the
user is authenticated, the attack succeeds.
Steps to reproduce

1) Logon into Composr application (localhost or public host)

2) Go to Content management->News->Add news fill up the form and

capture the request in intercepted proxy (Burp suite)

3) Now, Generate a CSRF Request with logged in user account

4) Modify the request with the payload that the malicious user wanted to

execute on victim user account and send the page to the victim.

5) Now, once the victim opens the page generated by an attacker in

his/her browser then the added payload will get executed and the

required changes will be made to the victim’s account.

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated