LIVE · cybersecurity feed
Live wire
Zero-Click Grok Chat History Theft: Adversa AI Demonstrates Cryptographic Context InjectionMalware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply ChainHow an Emerging Industrial Protocol Family Could Put OT at Risk14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentials
aihigh

Zero-Click Grok Chat History Theft: Adversa AI Demonstrates Cryptographic Context Injection

Researchers at Adversa AI have developed a novel attack called Cryptographic Context Injection, which bypasses AI safety filters by embedding malicious instructions within AES-encrypted payloads. This technique tricks AI models like xAI's Grok and Google's Gemini into decrypting and executing these hidden commands. In the case of Grok, the attack can lead to zero-click theft of user chat histories and personal data by disguising the malicious payload as a webpage summary request.

zeroday.news ·

A new attack technique, dubbed Cryptographic Context Injection, has been demonstrated to bypass artificial intelligence (AI) safety filters, potentially leading to the theft of user chat histories and other sensitive data. The technique, developed by Adversa AI researcher Rony Utevsky, involves embedding malicious instructions within AES-encrypted ciphertext and tricking AI models into decrypting and executing them within their own code execution environments.

The attack was successfully demonstrated against two live production systems: xAI's Grok and Google's Gemini. In the case of Grok, the technique allowed for the exfiltration of a user's full chat history, name, location, and subscription plan without any user interaction or warning. For Gemini, it enabled the generation of content that the model would normally refuse to produce.

The Grok attack unfolds when a user prompts the AI to summarize a webpage. This webpage contains an AES-encrypted payload along with instructions for Grok to decrypt it. Grok then accesses the page, decrypts the payload within its Python sandbox, and follows the hidden instructions. These instructions direct Grok to access the user's private session data, including their name, location, subscription tier, and complete chat history. This information is then embedded into a URL, which Grok automatically opens, effectively sending the data to an attacker-controlled website. This process requires no user clicks or warnings. Adversa AI confirmed the attack was still reproducible on August 19, 2026.

The core innovation of Cryptographic Context Injection lies in its use of robust cryptographic methods like PBKDF2 and AES-256-GCM. Unlike previous prompt injection techniques that relied on simpler encoding schemes such as substitution ciphers, XOR, or Base64, which models could decode natively, AES-256-GCM requires a runtime environment for decryption. This means that static safety guardrails, which primarily classify inputs as text and do not execute them, are bypassed. The attacker supplies the ciphertext, key material, and decryption instructions, and the model's runtime executes the decryption. Once decrypted, the attacker's instructions are treated as trusted output from code the model itself just ran, effectively "laundering" attacker-controlled data into trusted commands.

Adversa AI attributes the Grok vulnerability to its agentic framework, rather than a model-layer flaw. The framework permits instructions from untrusted external pages to trigger privileged, internet-connected tools and allows private session metadata and conversation history to be resolved into the inputs of outbound calls without enforcing egress boundaries or consent gates. This structural problem is likened to SQL injection, where a system fails to distinguish its own trusted state from attacker-supplied data flowing through the same channel.

The Gemini demonstration utilized the same underlying cryptographic trick but for a different purpose. A prompt instructed Gemini to execute a Python script that decrypts data and returns a small JSON result. However, the decrypted data contained a fabricated Python error message with concealed instructions designed to circumvent Gemini's safety protocols. Since Gemini considers the sandbox output as trusted context, these instructions could influence its behavior. Adversa AI used this method to compel Gemini to generate detailed instructions for constructing an incendiary device and also to expose Gemini's system instructions.

Adversa AI reported the Grok issue to xAI on June 3, 2026, and received an initial acknowledgment, but no further response. The attack remained functional shortly before Adversa's public disclosure. The Gemini issue was not formally reported to Google due to the company's bug bounty program excluding jailbreaks. However, Adversa noted a significant decrease in Gemini's vulnerability rate since June.

For defenders, Adversa AI suggests that the solution does not lie in model-layer fixes. Instead, controls should be implemented within the agent's surrounding harness. Untrusted content should be processed in an isolated context devoid of tools and credentials, returning only structured data to the privileged context. Outbound network calls and writes outside the workspace should necessitate explicit confirmation, with all resolved arguments visible prior to approval. Furthermore, per-session tool traces with resolved arguments should be logged to enable forensics and detection, with alerts triggered by sequences of events rather than individual incidents.

aiprompt injectionzero-clickdata theftcryptography
ShareXLinkedInWhatsAppFacebook

More News

view all →
ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

malware

ToxicPanda Android malware uses VPN permissions to block Google Play

The ToxicPanda Android malware has evolved with new malicious functionality, expanding its targeting to 349 applications and adding support for 167 remote commands. [...]

iran

UK Power Plant Disabled for Four Days by Iran-Linked Hackers, Concurrent with US Water Attacks

Hackers linked to Iran have successfully disabled a small UK power plant for four days, marking the first confirmed attack of its kind against the nation's energy infrastructure. The incident occurred concurrently with cyberattacks targeting water facilities across 12 US states. While the UK power plant's outage did not impact the national grid, the attack served as a demonstration of capability, with intentions likely focused on showcasing access rather than causing widespread disruption.

ransomware

Week in review: Records allegedly stolen from Azure tenants, Medusa ransomware hits 500+ orgs

Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: Windows 11’s strongest security defenses can be bypassed without a screwdriver Researchers from the University of Birmingham and Durham University have found a way to knock down some of the toughest protections in Windows 11 without physically opening or modifying the target machine. The attack assume

breach

Welcoming the Sri Lankan Government to Have I Been Pwned

Today, we welcome the 48th government onboarded to Have I Been Pwned’s free gov service: Sri Lanka. Sri Lanka CERT now has access to monitor Sri Lankan government domains against the data in HIBP, helping identify exposed government accounts and respond when they appear in new data breaches.

security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.