4.9
CVSSv2

CVE-2008-0384

Published: 22/01/2008 Updated: 30/10/2018
CVSS v2 Base Score: 4.9 | Impact Score: 6.9 | Exploitability Score: 3.9
VMScore: 495
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

OpenBSD 4.2 allows local users to cause a denial of service (kernel panic) by calling the SIOCGIFRTLABEL IOCTL on an interface that does not have a route label, which triggers a NULL pointer dereference when the return value from the rtlabel_id2name function is not checked.

Vulnerable Product Search on Vulmon Subscribe to Product

openbsd openbsd 4.2

Exploits

/* * OpenBSD 42 rtlabel_id2name() [SIOCGIFRTLABEL ioctl] * Null Pointer Dereference local Denial of Service Exploit * * by Hunger <rtlabdos@hungerhu> * * Advisory: * marcinfo/?l=openbsd-security-announce&m=120007327504064 * * FOR TESTING PURPOSES ONLY! * * $ uname -mrsv * OpenBSD 42 GENERIC#375 i386 * $ id * uid=1 ...