Loading HuntDB...

Persistent XSS in https://sandbox.reverb.com/item/

High
R
Reverb.com
Submitted None
Reported by bigshaq

Vulnerability Details

Technical details and impact analysis

Cross-site Scripting (XSS) - Stored
# Description I found a Persistent XSS in a listing page. The flaw is in the SoundCloud link that the listing owner can attach(The parameter is called *product[soundcloud_link_attributes][link]*). There's no encoding on the user input and it looks like there's only client-side validation. # PoC The payload: ``` https://soundcloud.com/rich-the-kid/sets/the-world-is-yours-15?fuzzing" onload=alert(document.domain) x=" ``` If you try to put this payload straight into the "Edit Listing" page it'll give you the following error: ``` https://sandbox.reverb.com/listings/[YOUR_LISTING_ID]/edit ``` {F281627} But it looks like there's only client side validation, when I tried to enter a valid link: ``` https://soundcloud.com/rich-the-kid/sets/the-world-is-yours-15 ``` I got no error message(because it was a valid link) But when I clicked "Save & Review Listing", intercepted the request and tampered the *product[soundcloud_link_attributes][link]* parameter's value to: ``` https://soundcloud.com/rich-the-kid/sets/the-world-is-yours-15?fuzzing" onload=alert(document.domain) x=" ``` It updated successfully and because there's no encoding on this input parameter - it allowed me to inject javascript code that'll be stored on my listing page. {F281640} PoC Video: https://youtu.be/Y-8W422hLOw ## Impact An attacker can: * Perform a defacement on every possible store in the website (all he need is a single click from the victim) * Deny future access from any other shop owner that access this listing(with the self-PXSS that i reported 2 days ago: https://hackerone.com/reports/331725 ) * Perform operations in the application on behalf of the victim The hacker selected the **Cross-site Scripting (XSS) - Stored** weakness. This vulnerability type requires contextual information from the hacker. They provided the following answers: **URL** https://sandbox.reverb.com/item/ **Verified** Yes

Report Details

Additional information and metadata

State

Closed

Substate

Resolved

Submitted

Weakness

Cross-site Scripting (XSS) - Stored