AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
20 Aug 2026, 9:00 PMThe Register7.5 Grok chat duped into swallowing injected instructions

Security researchers at Adversa AI demonstrated a novel indirect prompt injection attack on xAI's Grok web chat called 'cryptographic context injection.' The attacker embeds AES-256-GCM encrypted malicious instructions alongside a decryption key on a web page; guardrail scanners can't read the ciphertext, but the model's code execution sandbox decrypts and executes the instructions, enabling exfiltration of the victim's chat history, name, coarse location, and subscription tier.

Why: If you ship AI agents that summarize or fetch web content and rely on input-scanning guardrails, this attack shows those scanners are bypassable whenever the model has a code execution sandbox that can run strong crypto. Builders should treat any agent that both reads untrusted web pages and has tool/code execution access as exposed, and should avoid passing sensitive session context (user identity, location, history) into the same context window that processes untrusted URLs.

Top