WhatsApp, Slack Notifications Could Hijack Google Gemini on Android
WhatsApp, Slack Notifications Could Hijack Google Gemini on Android
https://thehackernews.com/2026/06/whatsapp-slack-notifications-could.html
Publish Date: 2026-06-03 15:11:00
Source Domain: thehackernews.com
A single poisoned notification from WhatsApp, Slack, SMS, Signal, Instagram, or Messenger could have hijacked Google Gemini’s voice assistant on Android and made it open a victim’s connected windows, fake a message from their boss, push the phone into a Zoom call, or quietly poison its long-term memory.
No malicious app on the phone is required. The assistant just had to treat a hostile notification as useful context.
The research, published by SafeBreach’s Or Yair, follows the team’s earlier “Invitation Is All You Need” work, which pulled off similar tricks through malicious Google Calendar invites. After that, Google hardened Gemini against indirect prompt injection.
Yair found a way around the new defenses. Google has since patched it, SafeBreach lists no CVE for the issue, and there is no evidence that the technique was ever used in the wild.
On Android, Gemini’s Utilities feature can read and reply to your notifications, including ones from apps like WhatsApp. It isn’t available on iOS or the web, which keeps this vector Android-only. Yair found the agent that reads those notifications treats their text as instructions it can act on. So anything that can push a notification to a phone can deliver a payload, an attack surface Yair called “effectively infinite.”
At minimum, that lets an attacker rewrite what Gemini says, including faking a message from a named contact. Spoken aloud while you drive and don’t look at the screen, “your manager asked you to upload the docs to this Drive folder” is hard to second-guess. The blind version is worse: the payload fires after Gemini has loaded real notifications, so it can grab the first real sender name in the queue and pin the fake message on them. No reconnaissance, and it scales.
Faking output is one thing. Firing real tools, like opening a window or launching an app, is what Google’s post-“Invitation” mitigations were built to stop….