vendor:
AN5506-04-F
by:
Tauco
5.4
CVSS
MEDIUM
Stored Cross Site Scripting
79
CWE
Product Name: AN5506-04-F
Affected Version From: RP2669
Affected Version To: RP2669
Patch Exists: YES
Related CWE: CVE-2019-9556
CPE: h:fiberhome:an5506-04-f
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2019
Fiberhome AN5506-04-F – Stored Cross Site Scripting
Stored XSS occurs when a web application gathers input from a user which might be malicious, and then stores that input in a data store for later use. The input that is stored is not correctly filtered. As a consequence, the malicious data will appear to be part of the web site and run within the user’s browser under the privileges of the web application.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.