5
CVSSv2

CVE-2010-2156

Published: 07/06/2010 Updated: 17/08/2017
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

ISC DHCP 4.1 prior to 4.1.1-P1 and 4.0 prior to 4.0.2-P1 allows remote malicious users to cause a denial of service (server exit) via a zero-length client ID.

Vulnerable Product Search on Vulmon Subscribe to Product

isc dhcp 4.1.0

isc dhcp 4.1.1

isc dhcp 4.0.2

isc dhcp 4.0.1

isc dhcp 4.0.0

Exploits

#! /usr/bin/env python # Exploit title: isc-dhcpd DoS # Date: 03/07/2010 # Author: sid # Software Link: wwwiscorg/software/dhcp # Version: 40x, 41x, 42x # CVE: cve-2010-2156 # ps: is possible make a bruteforce on subnet ip address to find a correct value # import sys import string if len(sysargv) is 1: print("Usage: " + s ...
ISC DHCPd denial of service proof of concept exploit ...