[HIGH]
·
Other
·
Resolved
The affected asset is anonymised at the researcher's request.
Summary
A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the domain search functionality.
The application reflects user-controlled input into the response without proper output encoding, allowing an attacker to execute arbitrary JavaScript code in the context of the affected domain.
Steps to Reproduce
- Navigate to the domain search page:
https://0000.com/
- In the "Search for a domain" field, enter the following payload:
<img src=x onerror=alert(document.domain)>
- Submit the search request.
- The injected JavaScript is executed in the browser under the context of the affected domain.
To demonstrate JavaScript execution, the following payload can also be used: