Patch or Panic at cve.wiki: two real CVEs side by side, guess which scores higher on CVSS
August 24, 2026

The Warning 100+ Companies Signed

More than 100 companies just put their names on a warning about AI-enabled attacks, and the rest of this week's news reads like its exhibit list.
This week
This week: 7 notable flaws | 4 actively exploited | 3 added to CISA KEV
TL;DR
1
OpenAI and more than 100 companies, including Anthropic, AWS, Microsoft, Google, Cisco, CrowdStrike, and Cloudflare, published an open letter on collective cyber defense warning that AI-enabled attacks are about to surge, and telling organizations to fix unpatched software and weak authentication now. The letter · TechCrunch
2
A CVSS 9.1 Keycloak account-takeover, an actively exploited GitLab flaw, and fresh CISA KEV additions all landed in one week. Keycloak · GitLab
3
Akamai found that 5% of enterprise "super-adopters" wire unvetted AI tools straight into production, carrying a disproportionate share of the org's AI risk. Akamai research

The Big Picture

On August 27, OpenAI and more than 100 companies published an open letter warning that AI-enabled cyberattacks are about to get far more widespread, and that the defense starts with the oldest items on the list: unpatched software, weak authentication, and sloppy identity management. Then look at this week's tape. A CVSS 9.1 unauthenticated Keycloak account takeover, a GitLab flaw exploited within days of disclosure, and Akamai's finding that your most capable engineers are wiring unreviewed AI into production. The letter is the frame; the stories below are the evidence, arriving on schedule.

⭐ Story of the Week

+ Companies Signed a Warning That Reads Like Your Backlog

On Thursday, OpenAI published an open letter on collective cyber defense co-signed by more than 100 technology, cloud, finance, and critical-infrastructure companies, including Anthropic, AWS, Microsoft, Google, Cisco, CrowdStrike, and Cloudflare. The warning at its center is blunt: "In the coming months, AI-enabled cyber attacks will become far more widespread and sophisticated as models around the world become increasingly capable." The letter names hospitals, water utilities, power infrastructure, and the plumbing of the internet as what's at stake, and coverage points to a mid-August NSA/CISA/FBI advisory that attackers are already using AI to develop exploit scripts against industrial control systems in U.S. energy, water, and manufacturing sectors.

What the letter asks for is not a new alliance or a fund. Its three principles are to recognize that status quo security won't be enough, to empower more defenders with cyber-capable AI, and to mobilize a collective response. The concrete work sits underneath: fix unpatched software, weak authentication, and poor identity and privilege management now, especially in critical infrastructure, and keep agentic identities traceable and accountable as AI takes on more operational work. The signatories want leadership to own that list, not a back-office queue.

Read against the rest of this edition, none of that stays abstract. "Weak authentication" is the Keycloak CVSS 9.1 unauthenticated account takeover and the actively exploited GitLab flaw covered below. "Keep agentic identities accountable" is the Akamai super-adopter problem, AI wired into production paths by the people nobody is reviewing. The signatories just described this week's news before it happened.

The Bottom Line...

Run the letter's list against your own estate this week: internet-facing services still carrying last quarter's patches, auth flows without hardened reset paths, AI integrations holding credentials no named human owns. And take "empower defenders with AI" at its practical meaning, which is automating that unpatched-software and weak-auth backlog, because the letter's whole premise is that attackers are automating theirs first.

Deep Dives

Your Power Users Are Wiring AI Straight Into Production

The letter's warning about unaccountable AI already has a case study: while most security programs spend their AI energy policing who pastes company text into ChatGPT, Akamai's research points somewhere else. The top 5% of enterprise power users are hardwiring unvetted AI tools into production workflows, customer-facing systems, and data pipelines. That is not casual usage. It is unreviewed integration surface, built by the most capable people on the team, sitting in the paths that matter most.

The controls meant to catch this are shakier than the marketing suggests. Researchers this week showed a Cryptographic Context Injection technique that slips past safety guardrails in Grok and Gemini by hiding instructions until they decrypt inside the model. The tl;dr sec shadow-AI briefing puts the through-line plainly, warning that a shadow app integration today is a supply-chain attack vector tomorrow. A helper browser extension or an AI connector wired into a build is a dependency nobody added to the SBOM.

The Bottom Line...

Your AI policy is probably pointed at the wrong people. Find the handful who have wired a model into a production path, and treat every integration you cannot name a reviewer for as a dependency you never vetted.

Three Authentication Flaws, One Week, Zero Slack

Red Hat shipped an emergency patch for a Keycloak flaw rated CVSS 9.1 that lets an unauthenticated attacker take over any account by forcing a password reset. In the same window, GitLab CVE-2026-19478 came under active exploitation within days of disclosure, and CISA added actively exploited Zimbra and TrueConf Server flaws to its Known Exploited Vulnerabilities catalog, the latter already used by the Head Mare group to deploy PhantomCore malware.

The common thread is timing. The gap between a public advisory and a working exploit keeps shrinking, and it now runs shorter than most enterprise change windows. When the identity platform itself is the vulnerable component, there is no upstream boundary to hide behind while you schedule the fix. The patch and the exploit are now racing on the same clock, and the exploit had a head start this week.

The Bottom Line...

Pull your last five emergency patches and compare two numbers: hours from disclosure to exploit, against hours from advisory to your deployed fix. When the first is smaller, your identity systems are the ones with no perimeter to cover the gap while you wait on a change window.

AI Vendors Are Now Paying the Open-Source Security Bill

Anthropic expanded Claude Security's Mythos 5 codebase scanning to more enterprise customers and announced a $35M open-source security fund. It arrived alongside GitHub's own scorecard: its Secure Open Source Fund reported $500,000 across 50 projects in one session, and $1.88M across 188 projects to date. Two of the companies whose models generate the most new code are now directly funding the maintainers that code leans on.

The timing is not charity theater. This same period, attackers with North Korean infrastructure overlap compromised the arrayref Rust crate and slipped in a dependency that ran a payload at build time, before any review. GitHub's work with 50 projects named the limit of the money plainly, finding that AI helps maintainers triage faster while they still supply the judgment and accountability for what ships. The funding buys tooling and time; it does not buy the human review that catches a poisoned crate.

The Bottom Line...

A funded maintainer is a slightly safer maintainer, not a safe dependency. The action the arrayref attack calls for is knowing which of your dependencies can run code at build time, because that is where a poisoned release cashes in before anyone reads it.

Vulnerabilities in the Wild

Critical

CVE-2026-72529 · TrueConf Server (critical · actively exploited · KEV)

First half of an unauthenticated exploit chain; Head Mare used it to run a malicious script over the default-open port 4307. Details

CVE-2026-72530 · TrueConf Server (critical · actively exploited · KEV)

The sandbox-escape half of the chain, giving arbitrary code execution on the server, then a trojanized client planting the PhantomCore backdoor. Details

Zimbra Collaboration · Zimbra (critical · actively exploited · KEV)

Unauthenticated command execution under active attack; CISA ordered urgent federal patching. Details

CVE-2026-18963 · Keycloak (CVSS 9.1 · patch available)

Unauthenticated account takeover via forced password reset on the widely deployed IAM server; Red Hat shipped an emergency fix. Details

isolated-vm · Node.js sandbox library (critical · patch available)

Type-confusion bug enabling a V8 sandbox escape and control-flow hijack of the host process. Details

High / Notable

CVE-2026-19478 · GitLab CE/EE (high · actively exploited)

Unauthenticated modification or deletion of public projects, exploited within days of disclosure. Details

BTR.sys technique · Microsoft Defender (no CVE · PoC disclosed)

Check Point showed Defender's own signed boot-time driver performing kernel-level file and registry operations to remove security software, with no external driver imported. Details

Curated Reading List

Thought-Provoking / Analysis

Modernizing the NVD in the Age of AI · jericho.blog Why it's worth your time: a candid Q&A on why the National Vulnerability Database has degraded over two years and what AI can and cannot fix about it. Read it if your prioritization still leans on NVD data.

Exploits and Vulnerabilities in Q2 2026 · Kaspersky Securelist Why it's worth your time: the quarter's exploit and C2 statistics, and the first edition to aggregate vulnerability data on open-source AI agents and frameworks, the exact estate this week says you now have to inventory.

Technical Deep Cuts

Defeating AI-Assisted Reverse Engineering (or at Least Trying To) · Quarkslab Why it's worth your time: Quarkslab hands sandboxed agents progressively hardened binaries and reports where the agents broke and where they stalled, a grounded counterweight to both AI hype and AI panic.

What's in a Tag Name? JavaScript, Apparently · PortSwigger Research Why it's worth your time: PortSwigger shows how unusual characters in HTML tag names become executable payloads that slip past filters, a concrete reminder that allowlist-by-simple-rule leaks.

One for Fun

Patch or Panic · built by our team Why it's worth your time: a two-CVE guessing game that puts two real CVEs side by side and asks which scores higher on CVSS. A fun warm-up before your next triage session.

Patch or Panic at cve.wiki: two real CVEs side by side, guess which scores higher on CVSS Patch or Panic — how good is your CVSS gut? Two CVEs, one call.

Stay ahead of AppSec

Weekly intelligence for security leaders.