CVE-2026-20682 Overview
CVE-2026-20682 is an information disclosure vulnerability affecting Apple iOS and iPadOS. The flaw stems from a logic issue in state management within the Notes application. An attacker may be able to discover a user's deleted notes due to improper state handling. Apple addressed the issue with improved state management in iOS 18.7.5, iPadOS 18.7.5, iOS 26.3, and iPadOS 26.3. The vulnerability maps to [CWE-200] Information Exposure and carries a network attack vector with low confidentiality impact.
Critical Impact
Successful exploitation allows an attacker to recover notes a user believed were deleted, exposing potentially sensitive personal or business data stored in the Notes application.
Affected Products
- Apple iOS versions prior to 18.7.5 and prior to 26.3
- Apple iPadOS versions prior to 18.7.5 and prior to 26.3
- Apple Notes application on affected iOS and iPadOS builds
Discovery Timeline
- 2026-02-11 - CVE-2026-20682 published to NVD
- 2026-03-25 - Last updated in NVD database
Technical Details for CVE-2026-20682
Vulnerability Analysis
The vulnerability is a logic flaw in state management affecting how the Notes application tracks deletion state. When a user deletes a note, the application is expected to transition the note into a state that prevents recovery by unauthorized actors. The flawed logic leaves residual state or references that allow an attacker to enumerate or reconstruct deleted note content. The issue is classified under [CWE-200] Information Exposure with an EPSS probability of 0.038%, indicating low observed exploitation likelihood.
Root Cause
The root cause is improper state management within the Notes data lifecycle. Apple's advisory describes the fix as addressing the logic issue "with improved state management." The application failed to fully invalidate or sanitize state associated with deleted notes, leaving the data discoverable through specific access patterns. This is a design and implementation flaw rather than a memory safety bug.
Attack Vector
The attack vector is network-based and requires no privileges or user interaction. An attacker with the ability to interact with the affected device's Notes data flow can trigger the conditions necessary to enumerate deleted notes. The integrity and availability of the system are not impacted; confidentiality is the sole security property affected. See the Apple Support Article - 126346 and Apple Support Article - 126347 for vendor details.
No public proof-of-concept code or exploit is available for this issue. The vulnerability mechanism is described in prose because no verified exploitation code has been released.
Detection Methods for CVE-2026-20682
Indicators of Compromise
- No public indicators of compromise have been published for CVE-2026-20682.
- Anomalous access patterns to the Notes application data containers on iOS or iPadOS devices may warrant review.
- Unexpected network requests originating from the Notes process on unpatched devices should be investigated.
Detection Strategies
- Inventory all managed iOS and iPadOS devices and identify systems running versions earlier than 18.7.5 or 26.3.
- Use mobile device management (MDM) reporting to flag devices that have not received the relevant Apple security update.
- Correlate device compliance posture with users who handle sensitive information in the Notes app to prioritize remediation.
Monitoring Recommendations
- Monitor MDM compliance dashboards for iOS and iPadOS build versions and enforce minimum supported builds.
- Track Apple security advisories for follow-on issues related to Notes state management.
- Review mobile threat defense telemetry for abnormal behavior tied to the Notes application on unpatched endpoints.
How to Mitigate CVE-2026-20682
Immediate Actions Required
- Update all iPhone devices to iOS 18.7.5 or iOS 26.3 as appropriate for the device generation.
- Update all iPad devices to iPadOS 18.7.5 or iPadOS 26.3 as appropriate for the device generation.
- Enforce automatic updates through MDM policy to reduce time-to-patch across the fleet.
- Notify users handling sensitive data in Notes to verify their device version after updating.
Patch Information
Apple released fixes in iOS 18.7.5, iPadOS 18.7.5, iOS 26.3, and iPadOS 26.3. The vendor describes the remediation as a logic issue addressed with improved state management. Refer to Apple Support Article - 126346 and Apple Support Article - 126347 for the complete list of addressed CVEs and supported devices.
Workarounds
- No vendor-supplied workaround exists. Applying the official Apple update is the only supported remediation.
- Users may avoid storing sensitive information in the Notes application until devices are patched.
- Organizations can restrict use of the Notes app through MDM configuration profiles on devices that cannot be immediately updated.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

