CVE-2019-6207
MEDIUMiPhone OS < 12.2 - Out-of-bounds Read in Kernel Memory
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2019-6207. PoCs published by maldiohead, DimitriFourny, dothanthitiendiettiende.
AI-analyzed exploit summary This PoC exploits a kernel heap information leak in macOS and iOS via a bug in sysctl_dumpentry, where uninitialized memory in rt_msghdr2 is copied to userspace. The code demonstrates the leak by repeatedly dumping kernel heap data.
Description
An out-of-bounds read issue existed that led to the disclosure of kernel memory. This was addressed with improved input validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to determine kernel memory layout.
Exploits (3)
This PoC exploits a kernel heap information leak in macOS and iOS via a bug in sysctl_dumpentry, where uninitialized memory in rt_msghdr2 is copied to userspace. The code demonstrates the leak by repeatedly dumping kernel heap data.
This exploit leverages an uninitialized memory disclosure vulnerability in the XNU kernel's routing table sysctl handler (CVE-2019-6207) to leak arbitrary kernel memory. The PoC repeatedly queries the sysctl interface to dump uninitialized `rtm_inits` values from the `rt_msghdr` structure.
The repository contains only a README.md with minimal details about CVE-2019-6207, mentioning a kernel heap info leak via getdirentriesattr in macOS/iOS. No exploit code or technical details are provided.
References (4)
Scores
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N