Reachability Watch: A Metabase Zero-Day and 738 New CVEs in Two Weeks

A watchman scans the horizon for malicious code from a lighthouse tower.

Last updated:

  • 1,532 new network-exploitable CVEs published August 14–20, 2026
  • 241 cleared our severity bar (CVSS 8.6+), including 8 rated a perfect 10.0
  • A single Oracle Critical Patch Update day accounted for over half the week’s volume
  • Featured vulnerability: CVE-2026-73678, an unauthenticated remote code execution flaw in the MindsDB Minds Platform, exploitable by submitting a crafted prompt
  • Running tally for the series: 403 critical/high-severity network CVEs tracked across two editions
  • The common thread, again: nothing here works unless the vulnerable service was reachable

Traditional patch cadence was built for a world where vulnerabilities trickled in one at a time. But the 1500+ new reported CVEs this week is much less a trickle than a tsunami.

Oracle disclosed more critical, unauthenticated CVEs in a single day than most enterprise security teams triage in an entire quarter, and buried in that flood was a perfect-10 remote code execution hole in an AI platform that took nothing more than a well-crafted prompt to exploit. 

Vendors are still shipping admin consoles, database connectors, and now AI agent endpoints on the same assumption they made a decade ago: that being reachable from the network is a feature, not a liability. The data this week says otherwise.

Vulnerabilities By The Numbers

For August 14–20, 2026, 1,532 new network-exploitable CVEs were published. 241 cleared our severity bar (CVSS 8.6+), including 8 rated a perfect 10.0. Running tally for the series: 403 critical/high-severity network CVEs tracked across two editions.

Most of that volume traces back to one day. Oracle’s quarterly patch cycle landed mid-week and produced 830 new CVEs on its own, more than the previous six days combined. The vulnerabilities were unauthenticated, network-exploitable, and spread across WebLogic, Identity Manager, WebCenter, Siebel, PeopleSoft, and Hyperion. Five of them scored a perfect 10.0. WebLogic and Identity Manager are the login and integration layer a lot of enterprises route real production traffic through. As of Wednesday, every unpatched instance sitting on the open network was an unauthenticated, publicly known target.

A few more worth knowing about:

  • CVE-2026-72851 (10.0, CRITICAL): an unauthenticated SQL injection in Budibase’s webhook automations. No login required, just a POST request.
  • CVE-2026-19977 (10.0, CRITICAL): an authentication-bypass flaw in EFM’s ipTIME routers, exploitable with zero credentials. Consumer routers keep showing up here for a reason: they’re built to be reachable from the internet by default.
  • CVE-2026-75130 (9.0, CRITICAL): a prompt-injection flaw in Context7 that plants malicious instructions in connected AI coding agents through an unsanitized “Custom AI Instructions” feature. As agents get wired directly into engineering toolchains, this is the blind spot we keep flagging.
  • CVE-2026-73533 / CVE-2026-73532 (9.8, CRITICAL): Ninja Tables Pro and Fluent Forms Pro both shipped tampered builds after their update servers were compromised, planting rogue PHP files in installs that trusted an “official” update. A supply-chain compromise wearing a CVE number.

Every one of these vulnerabilities shares the same weakness: an attacker was able to reach something that should’ve been unreachable by default. 

No Prompt Required: This Edition’s Most Dangerous Vulnerability

The standout is CVE-2026-73678, a perfect 10.0 unauthenticated remote code execution flaw in the MindsDB Minds Platform. No login, no session token, no social engineering. An attacker sends a crafted prompt to an unprotected POST endpoint, and the platform executes arbitrary operating system commands in response.

MindsDB sits at the intersection of a database and an AI agent, exactly the platform type organizations are racing to deploy so models can query and act on live data. That makes it a high-value target, and this vulnerability means that the barrier between “send a prompt” and “run a command on the server” was nonexistent. 

Strip away the word “prompt” and this is the same bug Metabase had in edition one: an interface meant for internal, trusted use, exposed to the open internet with no identity check in front of it.

How Identity-First Reachability Closes This Gap

Identity-First Reachability™ breaks this chain at the source. Nothing is reachable, by a person, an API caller, or an AI agent, without a verified identity and an explicit policy allowing that specific connection. 

If the exposed MindsDB endpoint had been sitting behind Identity-First Reachability, this CVE would still exist, but the attacker’s crafted prompt would never have found a port to connect to. 

Don’t Be the Next Reachability Watch Headline

If there’s one takeaway from this edition, it’s that patching alone isn’t a strategy. Attackers only need one exploitable path in, and 1,532 new CVEs in a week is more than any team can patch its way out of. Oracle’s mid-week patch dump alone produced more critical, unauthenticated vulnerabilities in a single day than most teams patch in a quarter.

No open ports for a scanner to find. No admin console visible to an anonymous prompt. No lateral path once one AI agent, one router, or one Oracle service gets compromised. See how NetFoundry’s Identity-First Reachability makes your services invisible to attackers before this year’s CVE becomes next year’s KEV.


Frequently Asked Questions

Why did so many critical CVEs get published on the same day this week?

Oracle, like several large enterprise vendors, ships security fixes on a fixed quarterly cadence known as a Critical Patch Update (CPU) rather than one at a time as they’re found. That means dozens of vulnerabilities across dozens of products get disclosed simultaneously, which is exactly what drove this week’s 830-CVE day. The tradeoff: predictable disclosure timing for defenders, but a very compressed window in which every affected product is a known, public target at once.

What is prompt injection, and why does it belong in a CVE tracker?

Prompt injection is when an attacker sneaks instructions into content an AI system processes, causing the model or the agent acting on its behalf to do something it wasn’t supposed to. It belongs here because, like a SQL injection or a buffer overflow, it’s a concrete, exploitable flaw with real consequences once an attacker can reach the vulnerable interface. The mechanism is new; the reachability problem underneath it is not.

How is an unauthenticated RCE different from other vulnerability classes?

An unauthenticated remote code execution (RCE) vulnerability lets an attacker run arbitrary commands on a target system without ever needing valid credentials. It’s about as severe as a vulnerability gets, because it collapses every other layer of defense, passwords, MFA, account lockouts, into irrelevance. The only thing standing between an attacker and the exploit is whether they could reach the vulnerable service in the first place.

How does Identity-First Reachability prevent this class of attack?

Identity-First Reachability is a security model where every connection requires a verified identity and an explicit policy before a service becomes visible on the network at all, rather than relying on implicit trust once someone (or something) is inside the perimeter. At NetFoundry, this means a vulnerable service, whether it’s enterprise middleware, a router’s admin panel, or an AI platform’s API, is never visible to a requester who hasn’t already been authorized to reach it, regardless of whether a patch exists yet.

Related Reading