☀️ Good morning. Here's everything that happened in cybersecurity yesterday — in under 5 minutes.
Yesterday the AI security conversation stopped being theoretical in three places at once, and then a very ordinary credential failure reminded everyone where the losses actually come from. OpenAI said its upcoming Astra model is the first to hit the critical cyber tier of its own Preparedness Framework, able to find and exploit unknown flaws without human guidance. The Financial Stability Board told G20 finance chiefs that frontier AI has made cyber risk the financial system's most immediate concern. Meanwhile the day's confirmed loss was a stolen METR API key that quietly spent $600,000 in donated model credits over three weeks because nobody was watching consumption, attackers began minting their own admin tokens on internet-facing JFrog Artifactory servers days after the patch shipped, and the FBI opened an inquiry into a dark web service selling scans of more than 153 million North American driver's licenses.
🔥 Top Stories
01 — JFrog Artifactory Flaw Exploited Days After Disclosure to Mint Admin Tokens
Vulnerabilities
watchTowr has confirmed that attackers are exploiting CVE-2026-82329, a critical authentication bypass in self-hosted JFrog Artifactory carrying a CVSS score of 9.8, to mint their own administrator tokens. JFrog patched the flaw on August 28. Exploitation followed within days, which is now the ordinary interval rather than a surprising one, and the exploitation pace has been fast enough that researchers are openly debating whether automated agents or humans are driving it.
Artifactory sits upstream of everything a development organization ships, so administrative access there is a supply chain problem rather than a server problem. If your instance was internet-exposed at any point after disclosure, treat it as already compromised rather than merely vulnerable. Patch, then enumerate every access token and API key issued during the exposure window and revoke anything you cannot account for, because the patch does not invalidate tokens an attacker already minted. Review build logs for artifacts published outside your normal CI identities, and take the server off the public internet.
02 — Stolen METR API Key Burned $600,000 in AI Credits Undetected for Three Weeks
AI Security
METR, the nonprofit that stress-tests frontier AI models for long-horizon agentic capability, says an attacker stole an API key and spent roughly $600,000 in model credits over about three weeks before anyone noticed. The provider had donated those credits, which is precisely why the theft went unflagged: no invoice ever arrived to look wrong. No sensitive information is believed to have been taken.
The detection gap is the whole lesson, and it is not specific to nonprofits. The activity went unnoticed because a valid key making valid requests looks like nothing at all. Only the volume was anomalous, and volume was the one thing nobody was watching. Treat model API keys as production credentials: scope them per workload, give them short lifetimes, set hard per-key spend caps at the provider rather than relying on a monthly review, and alert on consumption anomalies. A paying customer running the same gap would have absorbed a real six-figure charge before the billing cycle surfaced it.
03 — OpenAI Flags Astra as Its First Model With 'Critical' Cyber Capabilities
AI & Policy
OpenAI says its upcoming Astra model is the first to meet the critical cybersecurity tier in its Preparedness Framework, meaning the company assesses it as capable of finding and exploiting previously unknown flaws without human guidance. Select partners are getting early access ahead of any wider release, explicitly so defenders can prepare before the capability is broadly available.
The staged rollout is a tell worth reading carefully. A vendor that gives defenders a head start is signaling it expects the capability to matter operationally, not eventually. For most security teams the practical implication is not that they need to respond to Astra specifically, but that the interval between a flaw existing and a flaw being exploited is about to compress again, and it was already compressing. Anything in your program that assumes weeks of grace after disclosure, including a patch cycle keyed to a monthly maintenance window, is the part to revisit now. Watch what the early-access partners publish; it will preview the tempo everyone else inherits.
04 — FSB Warns Frontier AI Cyber Risk Is the Financial System's 'Most Immediate Concern'
Policy & Regulation
The Financial Stability Board told G20 finance chiefs that frontier AI has made cyber risk the most immediate concern facing the global financial system, and urged banks and their technology providers to plan for simultaneous disruption across multiple firms and shared dependencies. That last clause is the substantive part: the FSB is pointing at correlated failure, not at any single institution being breached.
Concentration risk is what makes this different from the usual regulator warning about cyber. When a large share of an industry runs on the same handful of cloud providers, identity platforms and model vendors, one compromise stops being one firm's incident. Expect this framing to reach bank supervisors first and vendor questionnaires shortly after, so financial institutions should get ahead of it: map which third parties would take down multiple business lines at once, and test whether your continuity plans still work when the assumption is that your peers are down at the same time and the shared provider is the thing that failed.
05 — FBI Opens Inquiry Into Dark Web Service Selling 153 Million Driver's Licenses
Identity & Fraud
A new identity theft service launched on the dark web last week is selling digital scans of more than 153 million driver's licenses belonging to people in the United States and Canada, KrebsOnSecurity reported. Interviews with individuals whose licenses are listed suggest the images were siphoned from a widely used identity verification company based in Louisiana. The FBI's New Orleans field office has opened an official inquiry into the source of the images.
The consequence lands on anyone who accepts a document photo as proof of identity. A high-quality license scan is now a commodity, so a document-image check alone can no longer establish that a real person is present. If your onboarding, account recovery or payout flows accept an uploaded ID, add liveness detection and out-of-band verification, and treat accounts opened on document images alone during this period as elevated risk. Unlike a password, a driver's license does not rotate, so this inventory stays useful to fraudsters for years.
📊 By The Numbers
CVSS 9.8 — Severity of CVE-2026-82329, the JFrog Artifactory authentication bypass patched August 28 and exploited within days.
$600,000 — Model credits consumed with METR's stolen API key before the activity was detected.
3 weeks — How long that key ran undetected, because donated credits meant no bill ever flagged it.
153 million+ — Driver's license scans from the US and Canada offered by the dark web service the FBI is now investigating.
65% — Share of enterprises that have seen AI agents act beyond their intended scope, per a new EMA survey.
⚡ The Signal
Yesterday produced two conversations about AI and cybersecurity that never quite met. In one, OpenAI classified a model as critically capable at finding and exploiting unknown flaws, and the Financial Stability Board told the G20 that frontier AI has made cyber the financial system's most immediate risk. In the other, an attacker used a stolen API key for three weeks and spent $600,000, and the reason nobody noticed was that the credits were donated so no invoice ever looked wrong. One conversation is about model capability. The other is about whether anyone was watching a spend graph.
The gap between them is where most organizations will actually get hurt. Astra-class capability is a real forecast and worth planning for, but it changes the speed of an attack, not its shape. Every incident on this page still ran through an ordinary credential: a token minted through an Artifactory auth bypass, an API key nobody had scoped or capped, a driver's license image standing in for a human being. Faster attackers exploiting the same unmonitored credentials is a worse version of today's problem, not a different problem, and the controls that would help are the boring ones that already exist.
The FSB's framing is the most useful thing to carry forward, because it names the multiplier. Its warning was not that a bank will be breached. It was that firms should prepare for simultaneous disruption across multiple institutions and shared technology dependencies. That is concentration risk, and it is what turns a single compromised provider into a systemic event. Artifactory is a small illustration of the same geometry: one repository server, and everything downstream of it inherits whatever the attacker put there.
The honest action item is unglamorous. Before worrying about what a critical-tier model can do to you, find the credentials in your environment that nobody would notice being used, and the vendors whose bad day would be several of your business lines' bad day too. Those two lists were the entire story yesterday, and neither requires a frontier model to exploit.
🔍 What You May Have Missed
Police and CrowdStrike Sinkhole the 23-Year-Old Sality Botnet — Law enforcement disrupted Sality by poisoning its peer-to-peer network and diverting infected hosts into sinkholes. If you run legacy Windows estates, treat the sinkhole telemetry as a free asset inventory of machines you did not know were infected.
9.5 Million Impacted by Aesto Health Data Breach — Personal and health information was stolen from the healthcare technology company's AWS infrastructure, another reminder that a vendor's cloud tenancy is your breach surface.
FBI Raises Alarm Over Deceptive Phishing Campaign Targeting Prominent People — The campaign tricks victims into granting attackers long-term account access through consent rather than credential theft, so a password reset does not evict them. Audit third-party app grants on executive accounts.
📅 What to Watch
Hackers Start Exploiting Critical Langflow Vulnerability — CVE-2026-0768 lets unauthenticated attackers run arbitrary Python remotely on the low-code AI platform, and VulnCheck is already seeing credential-probing and C2 activity. Exploitation volume is climbing, so patch windows are closing.
NIS2 Compliance: Fixing IAM and Access Control Before the 2026 Audit — October brings a new wave of legally binding NIS2 deadlines as EU member states move from transposition into enforcement, with essential entities exposed to fines up to €10 million. Access control evidence is the near-term gap.
White House Launches Pilot Program in Texas to Protect Water Infrastructure — Project Watershed 250 will give Texas water providers federal and private sector cybersecurity resources amid rising nation-state threats. Watch whether the model gets extended to other states and sectors.
Coast Guard Establishes Office of Maritime Cybersecurity Policy — The new office becomes the central authority for cybersecurity policy covering US ports, vessels and maritime facilities. Expect requirements to follow for operators and their technology suppliers.
Stay sharp. Stay ahead.
Till next time,
The CyberSignal Team

