Stored Up to 30 Days in Notification Cache… Even Disappearing Messages Weren''t Completely Deleted
Deletion Was Only the Interface… The Premise of Digital Privacy Is Shaken

Apple fixed security vulnerability CVE-2026-28950 in iOS 26.4.2/iPadOS 26.4.2 (April 22, 2026): deleted messages could remain in the system''s notification cache for up to ~30 days. While messages disappear from the app, the OS notification system separately processes and caches them for user convenience — that cache persisted even after user deletion. Deletion only operated at one layer: disappeared from UI but not completely removed at system level. The notification system inadvertently became a "data backdoor." This matters because deleted messages remained potentially recoverable through forensic analysis — useful for law enforcement but a significant privacy risk. The incident reveals that "deletion" in digital systems means transitioning to an inaccessible state, not complete removal. Apple improved notification cache processing to resolve the issue. Going forward, privacy design will face demands for data minimization, temporary storage structures, and reduced-storage design. The question changes: not what was deleted, but what actually disappeared.