5
CVSSv2

CVE-2005-4723

Published: 31/12/2005 Updated: 26/04/2023
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

D-Link DI-524 Wireless Router, DI-624 Wireless Router, and DI-784 allow remote malicious users to cause a denial of service (device reboot) via a series of crafted fragmented UDP packets, possibly involving a missing fragment.

Vulnerable Product Search on Vulmon Subscribe to Product

d-link di-784

d-link di-524 3.20

dlink di-524

dlink di-624

Exploits

/* * * Aaron Portnoy * * silcthunkersnet, thunkers * * D-Link Wireless Access Point * Fragmented UDP DoS Proof of Concept * * * gcc -o dlink_dos dlink_dosc -lnet -Wall * */ #include <libneth> #define DEVICE "eth0" #define SRC_IP "127001" #define DST_IP "127001" #define SRC_PRT 200 #define DST ...