mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
19 lines
852 B
Markdown
19 lines
852 B
Markdown
### [CVE-2014-8835](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8835)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The xpc_data_get_bytes function in libxpc in Apple OS X before 10.10.2 does not verify that a dictionary's Attributes key has the xpc_data data type, which allows attackers to execute arbitrary code by providing a crafted dictionary to sysmond, related to an "XPC type confusion" issue.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/135701/OS-X-Sysmond-XPC-Type-Confusion-Privilege-Escalation.html
|
|
- http://www.exploit-db.com/exploits/35742/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|