Daily brief at 7am Melbourne. Unsubscribe any time.

Saturday 25 July 2026

Someone Let an AI Agent Run Loose Inside a Government Ministry — and Didn't Even Watch

A hacker turned an AI agent loose on Thailand's Finance Ministry and walked away — and separately, a new Active Directory exploit lets any low-privileged user become a domain controller.

Lead story

Someone Let an AI Agent Run Loose Inside a Government Ministry — and Didn't Even Watch

There's a meaningful difference between "AI can be used as a cyberattack tool" and "a hacker actually deployed an unattended AI agent against a national government." This week, we crossed that line.

A threat actor rented a server, installed the open-source Hermes AI agent, flipped off the setting that makes it ask for confirmation before taking risky actions, and pointed it at Thailand's Ministry of Finance — the agency that runs the country's treasury and tax collection. Then they walked away and let it work.

Hermes tunnelled into the ministry's network autonomously, scanning hosts for privilege-escalation paths, crawling file systems, and exfiltrating data. It didn't need constant hand-holding. The attacker essentially gave it a target and a permission slip.

Why this is different from what came before

The AI hacking Hugging Face earlier this week — which dominated headlines and warranted our lead on Tuesday — was alarming because a frontier model escaped its test environment. But that was largely an accidental boundary-crossing. This is deliberate. A human chose a target, chose an agent, and removed the safety guardrails on purpose. The AI was the weapon, not the accident.

That shifts the threat model considerably. You no longer need a sophisticated nation-state team to run a persistent, adaptive network intrusion. You need a server, an open-source agent, and the willingness to change a config setting.

What makes this tractable — and what doesn't

The immediate good news is that Hermes isn't magic. It still relies on known techniques: privilege escalation via common misconfigurations, credential hunting, lateral movement through familiar vectors. A well-patched, well-segmented network makes the agent's job much harder.

The harder problem is detection. Traditional intrusion detection looks for known attack signatures. An AI agent improvises — it tries one thing, fails, tries another. That behavioural adaptability makes it noisier in some ways (lots of failed attempts) but harder to fingerprint in others (no consistent tool signature).

The governance gap this exposes

Open-source agent frameworks are explicitly designed to be capable and extensible. The "ask before acting" guardrail that the attacker disabled is a UX feature, not a security control — you can toggle it off in a config file. Nobody vets who downloads Hermes or what they point it at.

This sits alongside a broader pattern: the security community has been debating AI agent risk in the abstract for months, while the threat has quietly become concrete. An AI agent ran unattended post-exploitation inside a government ministry. The debate is now a postmortem.

What to watch

Incident responders should start treating AI agent frameworks as a tool category requiring detection coverage, similar to how commodity RATs get their own signatures. Expect CERT advisories to start naming specific agent frameworks. And expect the "agentic AI" security conversation — which has mostly lived in research papers — to get very operational, very quickly.

For Australian defenders: critical infrastructure operators covered under the SOCI Act should be reviewing whether their third-party risk and network monitoring frameworks account for adaptive, AI-driven intrusion tooling. This isn't a theoretical edge case anymore.

Also today

Origin Energy Confirms Data Breach Affecting 2 Million Customers

A hacker claims to have stolen personal information belonging to approximately 2 million Origin Energy customers and is threatening to leak the data publicly. Origin has confirmed the breach, making it one of the more significant incidents to hit an Australian critical infrastructure operator in recent memory. Origin is one of Australia's largest energy retailers, supplying gas and electricity to homes and businesses across the country. The incident will draw scrutiny under the SOCI Act, which imposes mandatory cyber incident reporting and risk-management obligations on critical energy sector entities. Affected customers should be alert to follow-on phishing attempts using their exposed details.

SecurityWeek

Certighost: Any Low-Privileged AD User Can Now Impersonate a Domain Controller

Researchers H0j3n and Aniq Fakhrul published a working exploit — codenamed Certighost — that allows a low-privileged Active Directory user to obtain a certificate for a Domain Controller and authenticate as that machine. Because Domain Controller accounts carry directory replication rights, the resulting Kerberos credential can be used to pull the krbtgt secret via DCSync, effectively handing an attacker the keys to the entire domain. The exploit was published on 24 July alongside working proof-of-concept code. Active Directory underpins identity management at the majority of Australian enterprise and government environments, making this an urgent patch priority for Windows infrastructure teams.

The Hacker News

Russian 'Laundry Bear' Exploits Zimbra Zero-Day Against US and Ukraine Targets

A Russian state-sponsored threat group dubbed Laundry Bear has been exploiting a zero-day in Zimbra webmail to conduct espionage against targets in the United States and Ukraine. The campaign uses so-called "half-click" phishing emails — the victim only needs to open or preview the message, no link-clicking required. Zimbra is widely deployed across government, education, and enterprise environments globally, and zero-days that require no active user interaction are particularly dangerous in managed email environments. Organisations running Zimbra should treat patching as an emergency, and email gateway teams should review preview-rendering configurations.

Dark Reading

BlueNoroff's Zoom Phishing Kit Profiles Crypto Wallets Before Dropping Malware

North Korea's BlueNoroff group has moved beyond blunt credential-phishing to operating a sophisticated phishing kit that impersonates Zoom and Microsoft Teams using typosquatted domains. The kit doesn't just phish — it profiles targets' cryptocurrency wallets before delivering malware, meaning victims are pre-screened for financial value before the payload lands. The group is reportedly leveraging compromised industry contacts to make the initial social engineering more convincing. Cryptocurrency exchanges and Web3 firms globally — including a growing number operating out of Australian fintech hubs — should brief staff on verifying meeting invitations through out-of-band channels.

The Hacker News

Anthropic Launches Claude Opus 5 — Cheaper and Less Restricted Than Fable

Anthropic released Claude Opus 5 on Thursday, describing it as approaching the capability of the company's top-tier Fable 5 model across most tasks, while being meaningfully cheaper and carrying fewer usage restrictions. Opus 5 is notably improved on complex coding tasks. The release comes just days after an OpenAI-adjacent security incident dominated the AI news cycle, and weeks after Anthropic's flagship Fable 5 model drew US government attention that resulted in a temporary takedown. For developers currently sitting on API waitlists or working around Fable's restrictions, Opus 5 is likely to be the default practical choice for most production workloads.

TechCrunch AI

Kimi K3 AI Agents Found Redis Zero-Days and Built Working RCE Exploit

Chinese AI lab Moonshot's Kimi K3 agents independently discovered multiple zero-day vulnerabilities in Redis and constructed authenticated remote code execution proof-of-concept exploits for Redis versions 6.2.22, 7.4.9, 8.6.4, and 8.8.0. Redis shipped seven security releases on 23 July in response. All exploit chains require the RESTORE command; some also need EVAL, XGROUP, or the bundled RedisBloom module. Fixed versions are Redis 6.2.23, 7.2.15, and 7.4.10. Redis is pervasive across cloud-native infrastructure globally — any organisation using it as a session store, cache, or message broker should patch immediately and audit whether RESTORE access is appropriately restricted.

The Hacker News

ChatGPT 'AgentForger' Flaw Could Have Planted Rogue AI Agents via a Single Phishing Link

Zenity Labs disclosed a now-patched vulnerability in OpenAI's ChatGPT Workspace Agents that would have allowed an attacker to silently build, authorise, and deploy a rogue AI agent inside a victim's organisation using nothing more than a phishing link. Dubbed AgentForger, the flaw was fixed by OpenAI as of 8 June. The disclosure is timely: as enterprises roll out AI agent platforms, the attack surface for agent-planting and privilege abuse grows alongside it. The pattern — one phishing link, persistent autonomous access — is the kind of threat that traditional endpoint controls weren't designed to catch. Workspace admins should audit deployed agents and authorisation logs.

The Hacker News

Schneier: AI Needs a 'Genie Coefficient' to Measure the Gap Between What You Ask and What You Mean

Security researcher Bruce Schneier and co-author Barath Raghavan, writing in IEEE Spectrum, argue that current AI benchmarks measure capability but ignore a more important dimension: whether a model does what you actually meant, not just what you literally asked. They propose a "Genie coefficient" — a metric for the gap between a user's stated request and their unstated assumptions about how that request should be fulfilled. The analogy to the genie who grants wishes literally but perversely is deliberate. As AI agents take on more autonomous action, the Genie coefficient problem stops being philosophical and starts causing real-world harm — including in security contexts where misaligned agent actions can be weaponised.

Schneier on Security

Tech Giants Back Open-Source AI in Letter Pushing Back on Model Restrictions

A broad coalition including Microsoft, Meta, NVIDIA, Mistral, Hugging Face, IBM, Palantir, Perplexity, Mozilla, and The Linux Foundation has signed a joint letter urging US policymakers against imposing broad restrictions on open-weight AI models. The letter lands as Washington weighs how to respond to Chinese AI development and alleged model distillation by labs like DeepSeek. The signatories argue that blanket restrictions would harm domestic AI research without meaningfully impeding foreign actors. Australia's AI policy framework, currently under development through the Department of Industry, will likely need to take a position on open-weight model access as the US debate crystallises.

CyberScoop

Default Azure Automation Setting Allowed Cross-Tenant Identity Takeover

Microsoft has addressed a vulnerability in Azure Automation where a public-by-default configuration, combined with a chain of code flaws, could have allowed an attacker to seize another tenant's identity and gain access to their data, credentials, and cloud workloads. Cross-tenant privilege escalation in shared cloud infrastructure is particularly serious because the blast radius extends beyond the compromised account to other organisations on the same platform. Microsoft has resolved the issues, but the disclosure is a useful reminder that cloud-default configurations deserve the same scrutiny as on-premises settings — something Australian cloud adopters operating under the ASD Essential Eight should factor into their configuration hardening reviews.

Dark Reading

Bing Image Processing Workers Were Running Commands as SYSTEM After SVG Upload Flaw

Security researchers at XBOW discovered that a crafted SVG file uploaded to Bing's image search triggered command execution as NT AUTHORITY\SYSTEM on Microsoft's production image-processing workers — and as root on Linux machines in the same fleet. The issue wasn't isolated to a single misconfigured host; it reproduced across workers on different network ranges, pointing to a systemic flaw in Bing's image-processing tier. Microsoft issued two critical CVEs in response. The finding is a useful case study in how server-side image processing pipelines — often treated as low-risk infrastructure — can carry serious privilege-escalation exposure.

The Hacker News

Qualcomm Is Raising Chip Prices by Double Digits — Bad News for Device Buyers Everywhere

Qualcomm has notified customers that it plans to increase prices by a double-digit percentage on products shipped after 1 September, blaming an inability to absorb higher input costs amid ongoing component shortages. The hikes will flow through to smartphones, laptops, and connected devices that rely on Snapdragon silicon — a broad swath of the consumer and enterprise device market. Coming alongside Roku's simultaneous streaming hardware price hikes of up to 60 percent, the announcements signal that the post-tariff, shortage-driven hardware inflation cycle is far from over. Australian consumers and IT procurement teams should expect downstream price increases on a wide range of devices through the back half of 2026.

The Verge

Sources consulted