Exploit for CVE-2019-8805 Apple EndpointSecurity framework Privilege Escalation# CVE-2019-8805
Exploit for CVE-2019-8805 Apple EndpointSecurity framework Privilege Escalation
A validation issue existed in the entitlement verification. This issue was addressed with improved validation of the process entitlement. This issue is fixed in macOS Catalina 10.15.1. An application may be able to execute arbitrary code with system privileges.
# Compile and Execute
- Compile
```
gcc -framework Foundation appleEPSPrivEsc.m -o appleEPSPrivEsc
```
- Execute
```
./appleEPSPrivEsc
```

[4.0K] /data/pocs/3c76b152741b2bbb00282b12d4db176527f57591
├── [5.3K] appleEPSPrivEsc.m
└── [ 592] README.md
0 directories, 2 files