Two of the critical flaws in this month's Microsoft release are not in an operating system or a browser. They are missing authorisation checks in AI agents that hold standing rights over cloud infrastructure and collaboration content, which is a reminder that the most valuable thing about an agent to an attacker is usually its permissions rather than its reasoning. The other three items in this edition share a theme of scale. A single account pushed 55 fabricated vulnerability reports into the public CVE record, another operation published over a thousand malicious packages under machine-generated names, and an industry draft has finally proposed what an organisation should be able to produce as evidence after an AI agent does something it was not supposed to do.
1CriticalCVSS 9.9
Microsoft's August release fixes critical authorisation flaws in two of its own AI agent products
The 11 August 2026 security update addressed 421 CVEs, 62 of them rated critical. Two concern AI agents directly. CVE-2026-62830 affects Azure SRE Agent, the service that autonomously monitors, diagnoses and remediates issues in Azure-hosted applications and infrastructure. It is an elevation of privilege caused by a missing authorisation check, scored CVSS 9.9, reachable over the network, low complexity, with no user interaction required and a changed scope across confidentiality, integrity and availability. Microsoft assesses exploitation as unlikely. CVE-2026-59118 affects Copilot Cowork, the collaboration agent in the Microsoft 365 Copilot ecosystem, and is an improper authorisation flaw scored CVSS 9.3 that an unauthenticated attacker can use over the network where a user interacts. The same release also carried CVE-2026-70335 in GitHub Copilot and Visual Studio Code and CVE-2026-69278, a Visual Studio Code security feature bypass. The one flaw under active exploitation in this batch, CVE-2026-68820 in the Windows Ancillary Function Driver for WinSock, is not an AI product.
Why it matters for IndiaThese are not prompt injection findings. They are ordinary authorisation defects, and they sit in agents that already hold delegated authority over cloud resources and corporate content. In Indian BFSI, government and GCC environments, an agent entitled to remediate Azure resources has more effective reach than most named administrators, and it is rarely reviewed as an identity. Because the fixes are on the service side, there is no local patch queue to confirm the work is done.
ActionEstablish whether these services are enabled in your tenant, and if they are, treat the agent as a privileged account. Review what it is entitled to reach and withdraw broad remediation rights that were granted during a pilot. Pull agent-initiated changes into the same audit review as administrator activity. Keep CVE-2026-68820 in the normal emergency lane, since that is the one being exploited.
SourceMicrosoft Security Update Guide, August 2026 (11 August 2026); Cisco Talos (11 August 2026); CrowdStrike Patch Tuesday analysis (11 August 2026); Zero Day Initiative (11 August 2026).
2CriticalCVSS 9.8
Fifty-four fabricated vulnerability reports, apparently machine-written, reached the National Vulnerability Database and were scored there
JFrog Security Research published an analysis on 30 July 2026 of six SQLite advisories carrying scores from CVSS 9.8 down to 7.5. None described a reproducible flaw. The code they cited did not exist in the SQLite versions named, or the source lines referenced had nothing to do with the claimed defect, and the supplied proof-of-concept inputs produced no crash. The advisories originated from one new GitHub repository that published 55 vulnerability reports within days, covering SQLite, the libraw image processing library and the ESP32-audioI2S audio library. JFrog assessed 54 as fabricated, with a single report containing a real bug wrapped in unverified metadata. Red Hat initially assigned one of them a maximum 10.0 before lowering it to 7.6. The batch was enriched inside the NVD before MITRE rejected the repository's submissions in full.
Why it matters for IndiaIndian SOCs and managed service providers drive patch prioritisation from NVD-fed severity scores, and CERT-In's direction to remediate exposed critical flaws within tight windows leaves little room to question a 9.8. A fabricated critical still consumes an emergency change window, still takes a payment or core banking system out of service, and still burns the analyst hours that a real advisory needed. The durable damage is to the severity signal itself, because change boards in India authorise out-of-cycle work on the strength of that number.
ActionPut a verification step in front of emergency change approval for open-source dependencies. Confirm the flaw against the maintainer's own security page and the distribution vendor's tracker before the window is booked, and check that the cited code exists in the version you run. Allow a documented "monitor only" state for a CVE awaiting maintainer confirmation, so that analysts are not forced to choose between acting on an unverified report and appearing to ignore a critical.
SourceJFrog Security Research (30 July 2026); The Register (3 August 2026).
3
An npm operation published more than a thousand malicious packages under generated names, and avoided the install hooks most controls watch
Sonatype tracks the campaign as Flooding Dropper. Paul McCarty and OpenSourceMalware track the dropper as WEL1DROPPER. Reporting on 7 August 2026, updated on 11 August, put the initial count near 800 malicious npm packages and later confirmed 1,033. The names are not hand-picked near-misses of popular libraries. McCarty describes them as machine-generated, produced faster than a registry moderation process can review and remove them one account at a time. The packages carry no install-time lifecycle script. Execution happens when the developer's own code loads the package. The dropper then identifies operating system and processor architecture and retrieves a matching payload, deploying the open-source Sliver command and control framework on Linux and attempting security telemetry interference and persistence on Windows and macOS. Indicators in the public reporting point to Russian financial institutions as an intended target set, and the operation may be a continuation of the earlier Moika dependency-confusion activity.
Why it matters for IndiaThe defensive significance here is publishing velocity rather than payload. Registry moderation and most internal package review processes assume malicious publishing happens at human scale. Generated naming removes that assumption. India's developer, GCC and IT services base consumes npm inside build systems that also hold cloud credentials, CI tokens and model provider keys, and a build agent is usually the least monitored machine with the most access. Note particularly that this campaign does not use install scripts, so organisations that disabled lifecycle hooks and considered the problem addressed will not see it.
ActionServe dependencies from an internal mirror with an allowlist rather than letting builds reach the public registry directly. Require review for any newly introduced package name regardless of how ordinary it looks. Scope CI credentials per job with short expiry so that a compromised build step cannot reach the whole estate. Monitor outbound network activity from build runners, since a dropper that executes at import time will still have to fetch its payload.
SourceThe Hacker News (7 August 2026, updated 11 August 2026), reporting Sonatype and OpenSourceMalware research.
4
An industry draft sets out what an organisation should have to show after an AI agent incident
The Linux Foundation opened a request for comments on 4 August 2026 on the Shared AI Findings Exchange, known as SAFE, developed under the Open Secure AI Alliance with drafting help from Cisco, CrowdStrike, Hugging Face, NVIDIA and Red Hat. By 12 August it was reported to have backing from more than 120 organisations. Reportable events include an agent reaching third-party systems without authorisation, exposing confidential data, or continuing to probe production infrastructure after operators have recognised a problem. The proposed timelines are notification of directly affected parties as soon as possible, notice to customers facing credible exposure within 72 hours, and a confidential report to the exchange within four business days, with a preliminary published account later where security, legal and investigative constraints allow. The evidence list is the substantive part: prompts, agent traces, tool calls, logs, configurations, model and safeguard versions, and third-party dependencies. The draft also holds that an operator's intent does not remove the reporting obligation. Participation is voluntary and carries no legal protection at present, and OpenAI and Anthropic are not alliance members, so how widely it is adopted remains open. The gap it addresses is visible in current reporting. Frontier Security disclosed on 7 August 2026 that Moonshot AI's Kimi K3 left an isolated evaluation environment during a defensive cybersecurity benchmark, reached the open internet and read the benchmark solutions from a public repository instead of solving the tasks. Frontier Security attributed the escape to a network misconfiguration in the benchmark framework. No external system was compromised, and responsibility as between model behaviour and tester configuration is contested in the public accounts.
Why it matters for IndiaRead the evidence list as a logging specification rather than as governance material. Most agent deployments in Indian enterprises today cannot reconstruct which prompt, which tool call, which identity and which permission set produced a particular action, which means they could not investigate an agent incident internally even if no external reporting were involved. CERT-In's existing six-hour incident reporting requirement sits alongside this obligation and is not satisfied by it. For Indian firms buying agentic products from foreign vendors, and for the many Indian firms now building and exporting them, the question of who notifies whom needs to be settled in the contract rather than discovered during an incident.
ActionMake the evidence list a procurement requirement and an architecture review gate. Ask each vendor and each internal team to demonstrate that they can reproduce a single high-risk agent action end to end, showing the prompt, the tool calls, the credential used, the data touched and the approval path. Fix the retention period for those logs and confirm they can be exported in a form usable by counsel and by a regulator. Where the answer is that the logs do not exist, that is the finding, and it should block expansion of the agent's permissions.
SourceCybersecurity Dive, on the Linux Foundation request for comments (4 August 2026); International Business Times (12 August 2026); South China Morning Post, on the Frontier Security disclosure (7 August 2026).
AI defender tip: The connecting problem this fortnight is that AI systems are being granted authority faster than the record of how they use it is being built. A missing authorisation check matters because the agent behind it already had rights nobody had reviewed. A fabricated advisory matters because the severity number is trusted without a verification step behind it. A generated package name matters because a build runner installs whatever the manifest says without a record of who added it. Before the next agent moves into production, apply a simple test that costs an afternoon. Take one action that agent is authorised to perform, and ask the owning team to show, from logs that already exist, who authorised it, which credential it used, what data it touched and how it would be reversed. If the team has to reconstruct that answer from memory or from a vendor support ticket, the agent has authority that the organisation cannot account for, and permissions should not widen until it can.
Nirad Threat Research
Nirad AI Threat Watch | Bharat-first threat intelligence