CVE-2023-38606

MEDIUM(5.5)KEV

Apple Multiple Products Kernel Unspecified Vulnerability

Description

CVE-2023-38606 is a kernel state modification vulnerability affecting multiple Apple products including iOS, iPadOS, macOS (Monterey, Big Sur, and Ventura), tvOS, and watchOS. The flaw stems from improper state management, allowing a malicious application to modify sensitive kernel state. Apple has acknowledged that CVE-2023-38606 may have been actively exploited against versions of iOS released before iOS 15.7.1, linking it to sophisticated targeted attacks. CISA has added this vulnerability to the Known Exploited Vulnerabilities catalog with a remediation deadline of August 16, 2023, underscoring the urgency of applying the available security updates.

KEV Information

Vendor
Apple
Product
Multiple Products
Date Added
July 26, 2023
Due Date
August 16, 2023
Required Action
Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.

CVSS Score

Vector String
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:NOpen in Calculator
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
HIGH
Availability Impact
NONE
Exploitability Score
1.8
Impact Score
3.6

Affected Products

VendorProductVersion
appleipados< 15.7.8; >= 16.0, < 16.6
appleiphone os< 15.7.8; >= 16.0, < 16.6
applemacos>= 11.0, < 11.7.9; >= 12.0.0, < 12.6.8; >= 13.0, < 13.5
appletvos< 16.6
applewatchos< 9.6

Multiple CVSS Assessments

Source: [email protected](Primary)
5.5
MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0(Secondary)
5.5
MEDIUM

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

References

Weakness Type

No CWE Assigned

CVE-2023-38606 does not have a specific CWE classification assigned in the NVD database. The vulnerability is described as an improper state management issue that allows an application to modify sensitive kernel state. This type of weakness typically relates to insufficient validation or enforcement of state transitions within the kernel, enabling unauthorized modification of critical operating system data structures.

Impact Analysis

CVE-2023-38606 carries a CVSS 3.1 base score of 5.5 (Medium severity), though the real-world impact is amplified by its confirmed use in targeted exploitation campaigns. Attack Vector (Local): The vulnerability requires the attacker to have local access, typically achieved by convincing a user to install a malicious application or through a chained exploit delivering the payload. Attack Complexity (Low): Once the malicious app is on the device, exploitation is straightforward with no special conditions needed. Privileges Required (None): No elevated privileges are required to trigger the vulnerability, meaning any installed application could potentially exploit it. User Interaction (Required): The victim must take an action such as installing or opening the malicious application. Integrity Impact (High): The ability to modify sensitive kernel state is a severe integrity violation, as it can undermine the fundamental security guarantees of the operating system, including code signing enforcement, sandboxing, and privilege boundaries. Confidentiality and Availability (None): The CVSS scoring indicates no direct impact on confidentiality or availability from this specific vulnerability alone, though when used as part of a larger exploit chain, the kernel state modification can enable further attacks with broader impact. The relatively low EPSS score of 0.097% reflects the targeted nature of the exploitation rather than broad opportunistic attacks.

Exploit Maturity

CVE-2023-38606 has been confirmed as actively exploited in targeted attacks. Apple explicitly stated in its advisory that this issue may have been actively exploited against versions of iOS released before iOS 15.7.1, and CISA added the vulnerability to the KEV catalog with a remediation deadline of August 16, 2023. The exploitation appears to be part of sophisticated spyware campaigns targeting specific individuals rather than broad opportunistic attacks, which is consistent with the low EPSS score of 0.097% (27th percentile). Despite the low EPSS score, the confirmed active exploitation by advanced threat actors and the fundamental nature of the kernel state modification make this a high-priority vulnerability for all Apple device users.

Remediation

  1. Apply Apple security updates immediately — Update all affected devices to the fixed versions: iOS 16.6 and iPadOS 16.6, iOS 15.7.8 and iPadOS 15.7.8, macOS Ventura 13.5, macOS Monterey 12.6.8, macOS Big Sur 11.7.9, tvOS 16.6, and watchOS 9.6. Enable automatic updates on all Apple devices to receive future security patches promptly.
  2. Prioritize mobile device management (MDM) enforcement — For enterprise environments, use MDM solutions to verify that all managed Apple devices are running the patched OS versions. Block access to corporate resources from devices running vulnerable firmware versions.
  3. Restrict application installation sources — Limit application installation to trusted sources (App Store only) to reduce the likelihood of malicious applications reaching devices. On macOS, ensure Gatekeeper is enabled and configured to allow only apps from the App Store and identified developers.
  4. Monitor for indicators of compromise — Review device behavior for signs of spyware infection, including unusual battery drain, unexpected data usage, and unfamiliar profiles or certificates installed on the device. Use mobile threat detection solutions to scan for known spyware indicators.
  5. Implement defense-in-depth for high-risk users — For individuals at elevated risk of targeted attacks (executives, journalists, activists), enable Apple's Lockdown Mode, which significantly reduces the attack surface by restricting certain device features that are commonly exploited in spyware attacks.

Technical Details

CVE-2023-38606 stems from improper state management within the Apple kernel, where insufficient validation of state transitions allows a malicious application to modify sensitive kernel data structures. Vulnerability mechanism: The kernel fails to properly enforce state boundaries, enabling an unprivileged application to alter kernel memory regions that should be protected from user-space access. This type of vulnerability is particularly dangerous because kernel state modifications can disable security mechanisms such as code signing, sandboxing, and address space layout randomization (ASLR). The CVSS vector (CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N) indicates that while the attack requires local access and user interaction (installing the malicious app), the integrity impact is high — reflecting the ability to corrupt fundamental OS security guarantees. Exploitation context: This vulnerability was reportedly part of a sophisticated exploit chain used in targeted spyware operations against iOS devices running versions prior to 15.7.1, where it likely served as a kernel-level privilege escalation or security bypass component enabling deeper system access for the attacking payload.

Frequently Asked Questions

Is CVE-2023-38606 being actively exploited?

Yes, Apple has confirmed that CVE-2023-38606 may have been actively exploited against versions of iOS released before iOS 15.7.1. CISA added it to the Known Exploited Vulnerabilities catalog with a deadline of August 16, 2023. The exploitation appears to be targeted rather than widespread, consistent with sophisticated spyware campaigns.

What products are affected by CVE-2023-38606?

CVE-2023-38606 affects a wide range of Apple products: iOS and iPadOS (versions before 16.6 and before 15.7.8), macOS Ventura (before 13.5), macOS Monterey (before 12.6.8), macOS Big Sur (before 11.7.9), tvOS (before 16.6), and watchOS (before 9.6). All Apple device users should update to the latest available versions.

How do I fix CVE-2023-38606?

Update all Apple devices to the patched versions: iOS/iPadOS 16.6 or 15.7.8, macOS Ventura 13.5, macOS Monterey 12.6.8, macOS Big Sur 11.7.9, tvOS 16.6, and watchOS 9.6. Enable automatic updates and consider enabling Lockdown Mode for high-risk users.

How severe is CVE-2023-38606?

CVE-2023-38606 has a CVSS 3.1 base score of 5.5 (Medium severity) with high integrity impact. Despite the medium CVSS score, the confirmed active exploitation in targeted spyware campaigns makes this a high-priority vulnerability. The ability to modify sensitive kernel state can undermine fundamental operating system security mechanisms.

CVSS Score

5.5
MEDIUM(5.5)

EPSS Score

EPSS Score2.90%
EPSS Percentile85.8%

Dates

PublishedJuly 27, 2023
Last ModifiedJune 17, 2026
StatusAnalyzed
CVSS Versionv3.1

Need Help With Vulnerability Management?

Our security experts can help you prioritize and remediate vulnerabilities effectively.