vendor:
HG23xx
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF)
79
CWE
Product Name: HG23xx
Affected Version From: HG2330
Affected Version To: HG2301
Patch Exists: NO
Related CWE: N/A
CPE: h:hyperoptic:hg23xx
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: lighttpd/1.4.26-devel-166445, lighttpd/1.4.26-devel-163573
2016
Hyperoptic (Tilgin) Router HG23xx Multiple XSS And CSRF Vulnerabilities
The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. XSS issues were also discovered. The issue is triggered when input passed via multiple POST and GET parameters are not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to execute unintended commands or access unauthorized resources.