frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Apple fixes bug that cops used to extract deleted chat messages from iPhones

https://techcrunch.com/2026/04/22/apple-fixes-bug-that-cops-used-to-extract-deleted-chat-messages-from-iphones/
141•cdrnsf•1h ago

Comments

unethical_ban•1h ago
I wonder if the same flaw exists on Android/GrapheneOS.
nxobject•1h ago
Note that Signal offers the option to use generic “You’ve received messages” notifications - it’s good practice in general.
sunnybeetroot•1h ago
So does every app, go to iOS settings > notifications shows previews > never.
elashri•1h ago
I wish it can be disabled for particular apps and not an all or nothing situation.
Barbing•1h ago
Can be!

Settings > Apps > choose an app > Lock Screen Appearance: Show Previews - Never

bradyd•54m ago
That setting is available for each individual app.
Barbing•1h ago
Is setting it from Signal directly more trustworthy?

Or maybe it’s impossible for iOS to store the preview content if it never showed in the first place, but not sure if it’s even documented.

rvnx•1h ago
Most likely changes the preview on the client-side, but the message is still full on the server-side
modeless•1h ago
Oh, I was originally confused about this because I had thought the push notifications were end-to-end encrypted, so they couldn't be cached in readable form by the push notification service, and only decrypted by the app on device upon receiving the notification. But it seems like after the notification was decrypted by the app and shown to the user using OS APIs, the notification text was was then stored by the OS in some kind of notification history DB locally on the device?
pixel_popping•1h ago
In privacy circles, this was always known, as Google/Apple often sends notification content to their servers (which means that it bypass the App realm).

Some people talking about it (different but in the same scope of issue): https://blog.davidlibeau.fr/push-notifications-are-a-privacy...

6thbit•1h ago
in the case reported the content did not leave the device. feds retreived them directly from the phone.
massel•1h ago
I expect that Signal encrypts the notification data prior to sending it to Apple, then decrypts it on-device using a Notification Service Extension – this is a common pattern to avoid trusting Apple with any sensitive data.

That would mean Apple stored the cleartext on-device after decryption.

eggnet•36m ago
Signal doesn’t provide anything in the message other than… “there are pending messages.” Signal wakes up, fetches them, then generates notifications on the phone itself.
rvnx•1h ago
+ Messengers like Snapchat and WhatsApp;

despite "end-to-end" encryption (for WhatsApp) they are sending copy of some messages based on keywords to authorities, PRISM-like.

Officially to protect kids, but who knows what is in this keywords list.

itopaloglu83•1h ago
Thankfully Apple backported the fix the iOS 18 as well.
ilikepi•52m ago
Not only that, but iOS 18.7.8 actually seems to be available to devices capable of running iOS 26 without any workarounds, unlike 18.7.3 through .6. It makes me wonder if those intermediate releases really were supposed to be available but weren't due to some issue on the distribution side that no one bothered to fix.
itopaloglu83•38m ago
I think that was another attempt by Apple to push users to iOS 26, but after seeing how many people with compatible devices refuse to upgrade, they finally caved in and provided an update.
lynndotpy•5m ago
They caved, but they're still pulling out new tactics to trick users into installing iOS 26.

The new iOS 18 update will _also_ toggle Automatic Updates back on. I had it happen just now on my 13 Mini against my will. I had to go back into settings and very carefully navigate to disable automatic updates.

layer8•16m ago
There seems to have been a change of mind, maybe also due to the severity of the exploits. The non-availability of security updates for models that are upgradable to a newer major version has been Apple's practice for many years now.

The way major upgrades are presented in the Settings UI makes it clear that users installing these security updates while not upgrading to a newer major version do so very intentionally. So Apple is now supporting these users deliberately.

lynndotpy•6m ago
Very serious vulns were being exploited in the wild, I think that's what forced their hand. I don't think Apple ever had a discrepancy like the one with iOS 18.7.3 through .6 being held back.

For those on iOS 18, beware that the update to iOS 18.7.8 will toggle Automatic Updates back on. Make sure to switch it back off so you don't wake up to a nasty surprise when iOS 26 is non-consensually forced onto your iPhone.

maerF0x0•1h ago
Cat and Mouse, good. This is the adversarial setup that results in a better outcome for all.
dlcarrier•1h ago
This was a bug that left it cached on the device. Apple and Google have put themselves in the middle of most notifications, causing the contents to pass through their servers, which means that they are subject to all the standard warrantless wiretapping directly from governments, as well as third-party attacks on the infrastructure in place to support that monitoring.

If you don't want end-to-end messages made available to others, set your notifications to only show that you have a message, not what it contains or who its from.

gruez•55m ago
> Apple and Google have put themselves in the middle of most notifications, causing the contents to pass through their servers, which means that they are subject to all the standard warrantless wiretapping directly from governments, as well as third-party attacks on the infrastructure in place to support that monitoring.

>If you don't want end-to-end messages made available to others, set your notifications to only show that you have a message, not what it contains or who its from.

This incorrect on two counts:

1. As per what you wrote immediately before the quoted text, the issue was that the OS keeps track of notifications locally. Google/Apple's notification servers have nothing to do with this

2. It's entirely possible to still have end-to-end messaging even if you're forced to send notifications through Google/Apple's servers, by encrypting data in the notification, or not including message data at all. Indeed that's what signal does. Apple or Google's never sees your message in cleartext.

mdavidn•42m ago
You are correct, but you omitted one complication: Clients trust Google's and Apple's servers to faithfully exchange the participants' public keys.
pcl•38m ago
Apps (such as Signal) that care about end-to-end encryption do their own key management. So, Apple / Google servers only ever see ciphertext, and don't have access to the key material that's used for the encryption.
ls612•33m ago
Isn’t that what Contact Key Verification solves? Or do I misunderstand how that works?
soamv•31m ago
Which clients?
qurren•26m ago
... and hold participants' private keys truly private, which you cannot verify without a rooted phone.
xmx98•24m ago
Sending public keys through the notification system is an unnecessary complication.
asdfman123•48m ago
Seems like you should use an app like Signal for anything sensitive at all so you don't have to worry about megacorp ecosystems as much.
ryanisnan•43m ago
This is also an oversimplification. If I understand the issue correctly, the notification with the message contents was what was cashed locally and then accessed. This same vulnerability would exist with Signal if you had the notifications configured to display the full message contents. In this case, it has nothing to do with either Apple or Signal.
mingus88•42m ago
Nope, Signal messages were stored in the phones notification DB even after the app was deleted

https://www.404media.co/fbi-extracts-suspects-deleted-signal...

jdwithit•34m ago
As mingus88 said, this story is literally in response to Apple leaking messages sent through Signal. Doesn't matter if the message is securely transmitted if the operating system then keeps it lying around in plain text in a cache.

From the linked article:

> The independent news outlet reported that the FBI had been able to extract deleted Signal messages from someone’s iPhone using forensic tools, due to the fact that the content of the messages had been displayed in a notification and then stored inside a phone’s database — even after the messages were deleted inside Signal.

stavros•12m ago
You can easily configure Signal not to show the message contents if you want, though.
jim33442•4m ago
The original comment mentions this but gives the wrong reasoning. The APNs are encrypted either way, it's just that this setting prevents Signal from decrypting them client-side and trusting the iPhone notification cache not to leak. That is kind of a reasonable expectation though.
asteroidburger•44m ago
Both Apple and Google offer the ability for your app to intercept and modify messages before being displayed. Use that to send encrypted messages and decrypt them there, using your own code on the user’s device.
ls612•30m ago
In fact this is what both iMessage and Signal (and maybe Whatsapp too but I can’t tell from a quick google) do.
xmx98•15m ago
You are right in that it is Google’s and Apple’s OS notification api, and we do give them the plaintext messages.
6thbit•59m ago
The "bug" discussed in the article is only part of the problem.

The main problem, which is notifications text is stored on a DB in the phone outside of signal, is not addressed. To avoid that you have to change your settings.

In this case, the defendant had deleted the signal app completely, and that likely internally marks those app's notifications for deletion from the DB, so the bug fixed here is that they were not removing notifications from the local database when the app that generated them was removed, now they do.

  Impact: Notifications marked for deletion could be unexpectedly retained on the device
  Description: A logging issue was addressed with improved data redaction.
  CVE-2026-28950
They classify this as "loggging issue" so it sounds like notifications were not actually in the database itself but ended up in some log.
concinds•29m ago
You're speculating. "Marked for deletion" could mean after you dismiss it, not just after you delete the whole app.
twoodfin•20m ago
SQLite WAL?
tcfhgj•40m ago
bug or backdoor?
6thbit•30m ago
"Never attribute to malice that which is adequately explained by stupidity."
varun_ch•29m ago
This makes me wonder: Cellebrite makes tools for law enforcement to break into iPhones, likely exploiting weaknesses/vulnerabilities. Does Apple buy Cellebrite’s tools and reverse engineer them? Or would they not have a way of acquiring them legally?
bilbo0s•14m ago
I bet Apple has access to Mythos now.

Not saying they should use it to reverse engineer hacking tools.

Just saying they have access to Mythos now.

lynndotpy•9m ago
Heads up. They have released an iOS 18 update (good!) but, and please bear the caps:

UPDATING IOS WILL ENABLE AUTOMATIC UPDATES TO IOS 26.

(Bad!) This is a new shady tactic they're using trying to get iOS 18 users to install iOS 26.

xmx98•5m ago
Thanks for the warning!
layer8•5m ago
This was already the case for 18.7.7. However, after turning automatic updates off in 18.7.7, after updating to 18.7.8 it remained off (reproducibly on several devices I updated). Maybe there is a one-time flag that is set so that after turning off automatic updates after having been turned on automatically, they aren't automatically turned on again on subsequent updates.
skrtskrt•7m ago
It's not new that push notifications should be presumed to be insecure, with their content passing through - and probably persisted - outside the app sandbox and anything in control of in-app encryption.

Apple should have fixed this long ago (not that you can trust a closed system), but Signal should also have strong guardrails & warnings around allowing message content in push notifications.

cubefox•6m ago
It is completely unclear from this article whether this means Apple does no longer cache dismissed notifications somewhere.

Opus 4.7 is having a rough day. double check its work

https://imgur.com/a/eg5zL1u
1•prallo•38s ago•0 comments

LemmaScript: A Verification Toolchain for TypeScript via Dafny

https://midspiral.com/blog/lemmascript-a-verification-toolchain-for-typescript/
1•namin•1m ago•0 comments

Six-year-old girl has sight restored by gene therapy

https://news.sky.com/story/parents-hail-incredible-results-after-six-year-old-girl-has-sight-rest...
3•austinallegro•4m ago•0 comments

What 81000 Claude users said about the economics of AI

https://www.anthropic.com/research/81k-economics
1•schyzomaniac•4m ago•1 comments

Claude Code for the Outer Loop: An AI SRE Playbook

https://www.arcade.dev/blog/claude-code-ai-sre-oncall-workflows/
1•manveerc•6m ago•0 comments

Show HN: A visual CSS editor, Mac native

https://bendansby.com/cest/
1•webwielder2•9m ago•0 comments

生き甲斐 (ikigai) “a reason for being”

https://en.wikipedia.org/wiki/Ikigai
1•guessmyname•11m ago•0 comments

Ping-Pong Robot Stuns World by Defeating Elite Human Players [video]

https://www.youtube.com/watch?v=lWp6XNHaWRk
1•mgh2•12m ago•0 comments

I'm Using Claude Code for Everything Else but Coding

https://chandlernguyen.com/blog/2026/04/22/im-using-claude-code-for-everything-else-but-coding/
1•chandlernguyen•13m ago•1 comments

We built a multi-agent app on Genkit and Firebase

https://www.conveen.ai/building-with-genkit-and-firebase
2•ruby-kandah•14m ago•0 comments

Tom Lehrer (1928–2025): A (Mostly) Mathematical Appreciation [pdf]

https://www.ams.org/journals/notices/202602/rnoti-p118.pdf
2•ganitam•15m ago•1 comments

There's Another Reason Gen Z Can't Find Work

https://www.nytimes.com/2026/04/22/opinion/gen-z-job-ladder.html
1•doener•16m ago•0 comments

Proximal Policy Optimization with Clojure and PyTorch

https://clojurecivitas.org/ppo/main.html
1•wedesoft•16m ago•1 comments

Oxford Calculators

https://en.wikipedia.org/wiki/Oxford_Calculators
2•danielam•16m ago•0 comments

Apple Is Boring Now

https://www.theatlantic.com/ideas/2026/04/tim-cook-ternus-apple/686893/
1•paulpauper•17m ago•0 comments

A 'Barbaric' Problem in American Hospitals Is Only Getting Bigger

https://www.theatlantic.com/health/2026/04/emergency-department-boarding-crisis/686765/
1•paulpauper•17m ago•0 comments

Tensor Algebra to Represent and Accelerate RTL Simulation

https://arxiv.org/abs/2601.18140
2•sha_rad•18m ago•0 comments

Notes from a Marketer Building a Real CLI with Codex

https://lindsaybrunner.com/thoughts/2026-04-11/building-a-cli-with-ai/
1•mooreds•22m ago•0 comments

Show HN: RedAI – AI-driven vulnerability discovery and live validation

https://github.com/kpolley/redai
1•kpolls•24m ago•0 comments

Bun 1.1.13 out with memory fixes as dev complain of leaks

https://www.theregister.com/2026/04/21/anthropics_bun_1113_released_with_memory_fixes/
1•birdculture•25m ago•0 comments

The AI Power Bottleneck: Data Centers Meet the Steel Monopoly

https://blog.adafruit.com/2026/04/22/the-ai-power-bottleneck-data-centers-meet-the-steel-monopoly/
2•zdw•28m ago•0 comments

If This Road

https://ifthisroad.com/
2•Oarch•29m ago•0 comments

Tim Cook Regrets Maps Flub, Sees Apple Watch as His Proudest Work

https://www.bloomberg.com/news/articles/2026-04-22/tim-cook-regrets-maps-flub-sees-apple-watch-as...
2•amrrs•30m ago•0 comments

Polymarket weather bet manipulated with a hairdryer

https://twitter.com/aaronjmars/status/2047017251270734309
3•dnw•31m ago•0 comments

Show HN: Markdown editor with Obsidian-style inline live preview

https://kenforthewin.github.io/atomic-editor/
1•kenforthewin•31m ago•1 comments

How we think about truth, verification, and "time to first trust" at Webhound

https://www.webhound.ai/news/time-to-first-trust
1•mfkhalil•33m ago•0 comments

ICE detains wife of US Army soldier at immigration appointment

https://www.bbc.com/news/articles/c8r460gj7eko
9•tartoran•37m ago•0 comments

F-35s Quarterbacking Drones Seen as Gateway to USMC's 6th Gen Fighter

https://www.twz.com/air/f-35s-quarterbacking-drones-seen-as-gateway-to-usmcs-6th-gen-fighter
6•breve•39m ago•1 comments

Grasshopper: Advanced Tab Manager

https://addons.mozilla.org/en-US/firefox/addon/grasshopper-urls/
1•madprops•43m ago•1 comments

Qualtrics Survey Licensing Cost

1•rajivijay•44m ago•1 comments