vendor:
Security Router
by:
Juan Manuel Garcia
5.56
CVSS
MEDIUM
Reflected Cross-Site Scripting (XSS), Cross-site Request Forgery (CSRF), Open Redirect
79 (Reflected XSS), 352 (CSRF), 601 (Open Redirect)
CWE
Product Name: Security Router
Affected Version From: v3.2-winter-r1 and earlier
Affected Version To: Patched version
Patch Exists: YES
Related CWE:
CPE:
Platforms Tested: Software, virtual and hardware
2014
Multiple Security Vulnerabilities in Halon Security Router
The Halon Security Router is affected by multiple vulnerabilities including Reflected XSS, CSRF, and Open Redirect. The Reflected XSS vulnerability allows an attacker to inject malicious scripts into the application, potentially leading to unauthorized access or data theft. The CSRF vulnerability allows an attacker to trick a user into performing unwanted actions on behalf of the user, potentially leading to unauthorized changes in the system. The Open Redirect vulnerability allows an attacker to redirect users to malicious websites, potentially leading to phishing attacks or malware downloads.
Mitigation:
To mitigate these vulnerabilities, it is recommended to update to the patched version of the Halon Security Router. Additionally, input validation and output encoding should be implemented to prevent XSS attacks. CSRF protection mechanisms should also be implemented to prevent CSRF attacks. To prevent Open Redirect attacks, all user-supplied redirect URLs should be validated and restricted to trusted domains.