4.3
CVSSv2

CVE-2014-4645

Published: 25/06/2014 Updated: 26/04/2023
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

Cross-site scripting (XSS) vulnerability in dhcpinfo.html in D-link DSL-2760U-E1 allows remote malicious users to inject arbitrary web script or HTML via a hostname.

Vulnerable Product Search on Vulmon Subscribe to Product

dlink dsl-2760u-e1 -

Exploits

#!/bin/bash # Written and discovered by Yuval tisf Nativ # The page 'dhcpinfohtml' will list all machines connected to the network with hostname, # IP, MAC and IP expiration It is possible to store an XSS in this table by changing hostname # Checks if you are root if [ "$(id -u)" != "0" ]; then echo "Please execute this script as root" exi ...