
Reflected XSS vulnerability in MikroTik Hotspot login page
A reflected Cross-Site Scripting (XSS) vulnerability was discovered in the MikroTik RouterOS Hotspot login page. The vulnerability is triggered via the dst URL parameter, which improperly sanitizes input, allowing malicious JavaScript code to be executed in the victim’s browser.
http://target-ip/login?dst=javascript:alert(3)
This vulnerability can lead to session hijacking, phishing attacks, or redirecting users to malicious websites, compromising the security of users interacting with the hotspot login page.
dst.Below is a screenshot demonstrating the reflected XSS payload executing in the MikroTik Hotspot login page:
