Files
CVEs-PoC/2007/CVE-2007-6359.md
T
2024-06-18 02:51:15 +02:00

18 lines
758 B
Markdown

### [CVE-2007-6359](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6359)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The cs_validate_page function in bsd/kern/ubc_subr.c in the xnu kernel 1228.0 and earlier in Apple Mac OS X 10.5.1 allows local users to cause a denial of service (failed assertion and system crash) via a crafted signed Mach-O binary that causes the hashes function to return NULL.
### POC
#### Reference
- http://digit-labs.org/files/exploits/xnu-superblob-dos.c
#### Github
No PoCs found on GitHub currently.