Three of this edition's four items turn on the same missing property. Nothing in the system records where a piece of text came from. A web page hands an assistant an encrypted blob, the assistant decrypts it inside its own sandbox, and from that point the words are treated as something the agent produced rather than something a stranger wrote. A reasoning block issued to one user is accepted when replayed by another. Nearly half of enterprise AI use arrives through an account the organisation cannot see at all. The fourth item is not a technique but a date at the end of this month, and the people asking for more time before it arrives are the model builders themselves.
1
An ordinary web page can hand xAI's Grok an encrypted instruction, and the assistant decrypts it and does what it says
Adversa AI published the technique on 20 August 2026, credited to Rony Utevsky, under the name cryptographic context injection. Attacker instructions sit on a normal-looking page as AES-256-GCM ciphertext, beside the key material and a short line asking the agent to decrypt it in its code sandbox. Content filters read the page and see only encrypted noise. Once the plaintext appears inside the sandbox it is handled as the agent's own tool output rather than as text a stranger wrote, and it is obeyed. Adversa demonstrated exfiltration of the user's name, coarse location, subscription tier and every prompt in the conversation, sent out through requests the agent made on its own, with no click by the user. The finding went to xAI through HackerOne on 3 June 2026 and was raised again on 4 and 10 August. It still worked on 19 August and was unfixed at publication. The same approach was tested against Google Gemini for safety-policy bypass, where success had declined by August. Adversa's position is that the correction belongs in the agent framework rather than in the model.
Why it matters for IndiaWhat leaves is the conversation itself. Staff at Indian firms paste contract clauses, draft board notes, customer complaints and unreleased code into consumer assistants that also browse the web on request, and the browsing is usually the point. There is no licence, no tenant log and no data-loss control on that path. A colleague sending a link to be summarised is an ordinary request that no awareness programme currently treats as hostile.
ActionWhere an assistant can both read attacker-controlled pages and make outbound requests, require confirmation before it fetches anything the user did not name. Log tool calls with their resolved arguments, because the page text alone will show nothing. Restrict the identity and location metadata a browsing agent can reach. Add summarise-this-link requests from outside the organisation to phishing awareness material as their own category, and note internally that this disclosure is public and unfixed.
SourceAdversa AI (20 August 2026); The Register (20 August 2026); SecurityAffairs (23 August 2026).
2
Two model builders applied the brakes in the same fortnight, and both gave offensive cyber capability as the reason
OpenAI published a safety update on 18 August 2026, reported the following day, saying it had paused reinforcement-learning training on its latest deployment-bound frontier models for two weeks and that its largest planned frontier run remains on hold while smaller-scale training and evaluation continue. The stated trigger was preliminary evidence that its forthcoming Astra model may meet the Critical cybersecurity capability threshold under OpenAI's own Preparedness Framework, following the Hugging Face incident in July 2026. OpenAI also described stronger sandboxing, network isolation to prevent internet access from research environments, and wider monitoring. Separately, Z.ai announced GLM-5.3 on 14 August 2026 but withheld the open weights for roughly two weeks, releasing them first to vetted security partners. That hold ends around 28 August. The model scores 84.5 per cent on CyberGym against 77.2 for the previous version, and 54.4 per cent on ExploitBench against 24.4.
Why it matters for IndiaThe ExploitBench figure is the one to note, because it more than doubled in a single revision. Provider-side rate limiting, refusal enforcement and telemetry do not apply to a self-hosted copy of an open-weight model, and safety behaviour trained into weights can be removed by anyone who holds them. This does not create a new threat aimed at any particular Indian organisation. It shortens the safe interval between a vendor advisory and the first opportunistic attempt against unpatched infrastructure, and India's exposure sits in the long tail of internet-facing state department portals, cooperative banks, hospital systems and mid-sized manufacturers where remediation is measured in weeks.
ActionTreat this as a patching-cadence question rather than an AI question. Establish what your external attack surface actually is by scanning your own address ranges, not by reading the asset register. Set a remediation service level for internet-facing systems in days and measure against it. Prioritise anything on CISA's exploited-vulnerabilities list and CERT-In's advisories ahead of raw CVSS. Do not record a model vendor's refusal behaviour as a control in any risk register.
SourceOpenAI safety update reported by Help Net Security and The Hacker News (19 August 2026); Axios (14 August 2026); BetaNews (22 August 2026).
3
Encrypted reasoning blocks from OpenAI, Anthropic and Google models proved readable, and the material recovered came out of public code repositories
A preprint submitted on 10 August 2026 by Alexander Panfilov and seven co-authors showed that the encrypted reasoning blocks these providers return are interchangeable across sessions, users and models within a single provider's ecosystem. A weaker and less guarded model in the same ecosystem can therefore be induced to decrypt a block issued to somebody else and print the contents. The authors gathered 315,320 such blocks from public repositories and recovered 367 personal-data artefacts and 182 credentials. They set out four uses: defeating anti-distillation protection, extracting private data, recovering content the provider had withheld, and concealing a prompt injection where no reviewer would see it. Reporting on 12 August 2026 stated that the demonstrated attacks stopped working after provider mitigations, and that Anthropic updated its documentation to say reasoning blocks should be stripped when switching models.
Why it matters for IndiaThe recovered material came from reasoning blocks that developers had committed to public repositories as agent transcripts, evaluation artefacts and debug logs. The sensitive part sat inside a field that looks like meaningless ciphertext, so no secret scanner objected to it. Indian services firms and GCC engineering teams run agents over client codebases and file the traces as build evidence. Anything already published stays published whatever the providers have since fixed, so the work here is a review of what has been exposed, not a patch.
ActionClassify agent transcripts and reasoning blocks as sensitive and stop them being written into repositories, ticket attachments and CI artefacts. Search existing public and internal repositories for reasoning-block fields, remove them, and rotate any credential found on that path. Strip reasoning content before persisting or forwarding a session. Add these fields to secret-scanning rules, which at present do not examine them.
SourcePreprint, Stealing Reasoning Traces from Proprietary LLM APIs, arXiv 2608.09867 (10 August 2026); The Hacker News (12 August 2026).
4
Nearly half of enterprise AI use runs through personal accounts, and a small group of staff generates most of it
Akamai's State of the Internet report on enterprise AI usage risk, published on 5 August 2026 and analysed in security coverage on 24 August, put 47.11 per cent of enterprise AI conversations on personal rather than corporate-managed identities. The split by product is wide: 99.8 per cent for DeepSeek, 63.92 per cent for Microsoft Copilot Standard, 61.36 per cent for ChatGPT and 61.09 per cent for Claude. A further 14.4 per cent of conversations use a corporate email address attached to a personal freemium subscription, which places the content outside corporate retention and governance entirely. Use is heavily concentrated: the top 5 per cent of users prompt models twelve times as often as the bottom 50 per cent. On extensions, 17.7 per cent of employees at midsize enterprises run at least one AI browser extension against 9.53 per cent at large organisations, and 16.31 per cent of those extensions carry a known CVE.
Why it matters for IndiaConcentration is the useful finding, because it makes the problem tractable at Indian workforce scale. A GCC or services firm with thirty thousand staff cannot supervise every prompt, but it can identify fifteen hundred heavy users and start there. The freemium figure is the compliance exposure. A corporate address on a consumer tier is a personal-data transfer nobody has assessed, which can become a Digital Personal Data Protection Act exposure where prompts contain customer records, and a contractual one where they contain a client's source code.
ActionEnforce single sign-on for approved AI platforms and block personal-account access to the same services from managed devices. Identify your top 5 per cent by volume and put monitoring and direct guidance there before attempting anything organisation-wide. Inventory AI browser and IDE extensions, check requested permissions and versions against known vulnerable releases, and manage them as privileged software. Apply data-loss inspection at the prompt layer, not only at file upload. Fund an approved route, because shadow use grows wherever the sanctioned option is slow.
SourceAkamai, State of the Internet: Enterprise AI Usage Risk Report 2026 (5 August 2026); The Hacker News (24 August 2026).
AI defender tip: Provenance is the thread running through these items. In three of the four the system had no way to record where a piece of text came from, so an attacker's sentence and a trusted sentence arrived in the same context with equal standing: ciphertext decrypted inside a sandbox, a reasoning block replayed from another user's session, a prompt typed into an account nobody can see. The exercise for this fortnight is short. Take the AI systems your organisation actually uses, and for each one write down which inputs reach the model without a person having read them first, and who is able to write to each of those inputs. Then check whether you hold a log that would let you reconstruct the answer after an incident. Most teams find they have neither the list nor the log, and the list is far cheaper to build now than during a reporting deadline.
Nirad Threat Research
Nirad AI Threat Watch | Bharat-first threat intelligence