vendor:
HL series printers
by:
Huy Kha
6.1
CVSS
MEDIUM
Reflected XSS
79
CWE
Product Name: HL series printers
Affected Version From: Brother HL series printers
Affected Version To: Brother HL series printers
Patch Exists: NO
Related CWE: N/A
CPE: h:brother:hl_series_printers
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Mozilla FireFox
2018
XSS at Brother HL series printers
Starting searching for printers without having a password. When you see a yellow bar with ''Configure the password'' you can take over the full printer by putting a password on it. If you want to execute the XSS you need to be loged into the web interface first. Go to the following url: http://127.0.0.1/ and login with ''admin'' as password. Intercept now the request with Burpsuite. The XSS exist in the loginerror.html?url= parameter.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.