vendor:
by:
Ramikan
6.1
CVSS
MEDIUM
Reflected HTML Injection
79
CWE
Product Name:
Affected Version From: cs121-SNMP v4.54.82.130611
Affected Version To: cs121-SNMP v4.54.82.130611
Patch Exists: NO
Related CWE: CVE-2019-10887
CPE:
Platforms Tested:
2015
Reflected HTML Injection
This vulnerability allows an attacker to inject HTML code into a website, which can lead to various attacks such as cross-site scripting (XSS). The vulnerability can be exploited by manipulating the 'log', 'name', or 'data' parameters in the affected URLs. An example payload for this exploit is '<h1>HTML Injection</h1>'.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate it before displaying it on the website. Implementing a web application firewall (WAF) can also help in detecting and blocking such attacks.