4.6
CVSSv2

CVE-2003-0955

Published: 15/12/2003 Updated: 18/10/2016
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 470
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

OpenBSD kernel 3.3 and 3.4 allows local users to cause a denial of service (kernel panic) and possibly execute arbitrary code in 3.4 via a program with an invalid header that is not properly handled by (1) ibcs2_exec.c in the iBCS2 emulation (compat_ibcs2) or (2) exec_elf.c, which leads to a stack-based buffer overflow.

Vulnerable Product Search on Vulmon Subscribe to Product

openbsd openbsd 3.3

openbsd openbsd 3.4

Exploits

/** OpenBSD 2x - 33 **/ /** exec_ibcs2_coff_prep_zmagic() kernel stack overflow **/ /** note: ibcs2 binary compatibility with SCO and ISC is enabled **/ /** in the default install **/ /** Copyright Feb ...
// // Patch ftp://ftpopenbsdorg/pub/OpenBSD/patches/34/common/005_execpatch // #include <sys/typesh> #include <sys/stath> #include <fcntlh> #include <stdioh> /* $OpenBSD: ibcs2_exech,v 13 2002/03/14 01:26:50 millert Exp $ */ /* $NetBSD: ibcs2_exech,v 14 1995/03/14 15:12:24 scottb Exp $ */ /* * Copyright (c) 199 ...