CISO Talk by James Azar
CyberHub Podcast
CISA Adds Four Exploited Flaws, China-Linked Attackers Hit VMware, AI Targets Siemens PLCs & Oracle Drops 943 Patches
0:00
-19:10

CISA Adds Four Exploited Flaws, China-Linked Attackers Hit VMware, AI Targets Siemens PLCs & Oracle Drops 943 Patches

Nation-state actors are chaining vulnerabilities into ransomware operations, AI is helping attackers build exploit tooling against industrial systems, and Oracle’s 943-patch release

☕ Good Morning Security Gang

I’m still coming to you from the road. The normal studio setup isn’t here, the double espresso situation remains absolutely unacceptable, but the cybersecurity news certainly isn’t slowing down.

I’ve got ten stories today, and several of them should immediately find their way into your security team’s morning stand-up. CISA added four actively exploited vulnerabilities to the Known Exploited Vulnerabilities catalog in a single update, including flaws affecting macOS, Microsoft SharePoint, VMware vCenter and Windows. A suspected China-linked threat actor is exploiting the VMware vulnerability to establish persistent access and, in at least one case, deploy ransomware. A separate federal advisory warns that attackers are targeting Siemens S7 programmable logic controllers across U.S. critical infrastructure, and they’re using AI to help write the exploitation tooling.

Then there’s NetScaler, where a near-critical authentication bypass could allow an attacker to get past VPN authentication without credentials. Oracle has delivered a staggering 943 security patches, including roughly 460 vulnerabilities that can reportedly be exploited remotely without authentication. Cl0p has now publicly named more than 40 organizations in its PTC Windchill campaign, T-Mobile’s response to Salt Typhoon gives us perhaps the best containment story of the week, and OpenAI has paused advanced frontier-model training while it validates stronger isolation controls following last month’s model-escape incidents.

The theme today isn’t simply vulnerability volume.

It’s the collision of attacker speed, automation, AI and an enterprise patching model that wasn’t built for any of them.

Coffee cup cheers to whatever you’re drinking this morning.

🧭 Today’s Cybersecurity Picture: Triage by Exposure, Not Habit

There was a time when vulnerability management could largely operate as a scheduling problem. Find the vulnerability, assign severity, establish ownership, test the patch and deploy according to an SLA.

That model is becoming increasingly difficult to defend.

Today we’ve got four vulnerabilities simultaneously confirmed under active exploitation. We have threat actors using AI-assisted tooling against industrial controllers. We have 943 Oracle patches landing at once, including hundreds of remotely exploitable vulnerabilities. And we have Cl0p doing what Cl0p does extremely well: finding one widely deployed enterprise platform and converting a vulnerability into dozens of potential extortion victims.

The answer cannot simply be “patch everything faster.” No enterprise can treat 943 vulnerabilities as Priority 1.

The answer is better prioritization: exposure + exploitation + privilege + business consequence.

That’s how we get through vulnerability volume without turning every patch cycle into an emergency.

🚨 CISA Adds Four Actively Exploited Vulnerabilities in One Day

We start with CISA, which added four vulnerabilities to its Known Exploited Vulnerabilities catalog in a single update. All four have confirmed exploitation, and federal civilian agencies were given until August 21 to remediate them.

The first is the macOS Screen Sharing authentication bypass we’ve been tracking, CVE-2026-65400. Attackers are exploiting the vulnerability against exposed Macs and using the access to deploy cryptocurrency miners. This isn’t new to listeners of the show, but its addition to KEV removes any remaining debate about prioritization.

The second is CVE-2026-55040, a Microsoft SharePoint weak-authentication vulnerability rated 9.1. Public proof-of-concept code became available, and attackers subsequently began exploiting the vulnerability to bypass security controls. Given the number of SharePoint vulnerabilities we’ve discussed this summer, organizations running on-premises SharePoint should already be treating the platform as a high-priority attack surface.

The third—and the vulnerability I’d put at the top of today’s queue—is CVE-2026-59310, the 9.8-rated VMware vCenter path-traversal vulnerability. A suspected China-linked APT group is exploiting vulnerable vCenter systems to establish persistent access, deploy reverse-shell tooling and, in at least one observed case, deploy ransomware derived from the BABAC family. Researchers have identified 361 compromised victim IP addresses across 47 countries, with Germany, the United States, Turkey, Iran and France among the most affected.

The fourth is CVE-2026-33824, a 9.8-rated double-free vulnerability affecting Microsoft’s Internet Key Exchange service. Researchers are tracking exploitation by Chinese-speaking threat actors, including activity described as an AI-enabled autonomous hacking campaign built around DeepSeek operating alongside manual attacker activity.

All four vendors have patches available.

If you’re triaging this morning, I would start with vCenter, then prioritize based on your own exposure across SharePoint, macOS Screen Sharing and Windows IKE.

Don’t let four emergency vulnerabilities become four equal tickets.

Understand where your actual exposure sits.

🇨🇳 VMware vCenter Moves From Vulnerability Management to Incident Response

The VMware vulnerability deserves additional attention because the exploitation pattern has crossed an important line.

This isn’t simply scanning anymore.

Attackers are establishing persistence.

They’re deploying reverse shells.

And ransomware has now entered the attack chain.

VMware vCenter represents one of the most sensitive administrative control planes in many enterprise environments. Compromise it, and an attacker isn’t simply sitting on another server. They’re potentially sitting above a significant portion of your virtualization infrastructure.

With 361 identified compromised systems across 47 countries, organizations that operated a vulnerable and exposed vCenter instance during the exploitation period shouldn’t limit their response to installing the patch.

Patch it, absolutely.

Then hunt it.

Look for persistent backdoors, reverse-shell binaries, unusual outbound connectivity, unauthorized administrative activity and indicators associated with the ransomware activity.

A patch fixes the vulnerability.

It doesn’t remove the attacker who arrived yesterday.

🏭 Federal Agencies Warn of Active Campaign Against Siemens S7 PLCs

The NSA, CISA, FBI, Department of Energy and Environmental Protection Agency have issued a joint advisory warning about an active campaign targeting Siemens S7 programmable logic controllers used across U.S. critical infrastructure.

The affected PLC families span the S7-200 through S7-1500 series, and the targeted sectors include critical manufacturing, energy, water and wastewater, chemical production, food and agriculture, commercial facilities and the defense industrial base.

Attackers are using internet-scanning services to identify exposed Siemens PLCs and then exploiting known vulnerabilities, outdated software and weak authentication to obtain access.

But the part that should get everyone’s attention is the tooling.

According to the advisory discussed on today’s show, attackers are using artificial intelligence to help generate custom Python exploitation scripts disguised as legitimate OT monitoring software. Those scripts can interact directly with PLC memory, configuration information and ladder-logic programs.

Federal agencies characterize the observed activity primarily as persistent reconnaissance rather than confirmed destructive operations. But reconnaissance against industrial controllers is different from reconnaissance against a corporate web server.

The potential end state includes disruption, data theft, equipment damage and safety consequences.

If you operate Siemens S7 PLCs, inventory them today. Determine which are reachable from external networks. Apply available security updates, strengthen authentication and monitor for unusual memory reads, writes and ladder-logic changes.

And if a PLC doesn’t need to be reachable from the public internet, don’t make it reachable from the public internet.

⚙️ OT Security Has an Exposure Problem

The Siemens campaign isn’t happening in isolation.

We’ve already seen significant disruption involving water utilities this summer, along with Iranian-linked activity targeting Rockwell Automation controllers. Now federal agencies are warning about another campaign targeting Siemens equipment.

That’s a pattern.

OT environments historically relied heavily on isolation, obscure protocols and the assumption that industrial systems weren’t attractive enough to warrant broad exploitation.

That assumption is gone.

Search engines make exposed industrial systems easy to identify. Vulnerability information is readily available. And AI can now reduce the technical effort required to build custom tooling against specialized industrial environments.

If you can’t immediately patch industrial equipment because of operational constraints, network isolation and access control become your compensating controls.

The plant can’t wait for the quarterly vulnerability meeting.

🔓 NetScaler Authentication Bypass Could Let Attackers Through Without Credentials

Cloud Software Group has released fixes for two vulnerabilities affecting NetScaler ADC and NetScaler Gateway, still widely known by their previous Citrix ADC and Citrix Gateway names.

The most serious, CVE-2026-19490, carries a CVSS score of 9.3 and allows a remote attacker to bypass authentication on affected Gateway or AAA virtual-server configurations without valid credentials. A second vulnerability affects memory handling under certain conditions.

Exposure varies by software version and configuration, but older builds may be vulnerable simply by operating common VPN or AAA virtual-server configurations.

And that’s what makes this particularly concerning.

NetScaler appliances frequently sit directly on the enterprise edge handling remote access. An authentication bypass against one of those systems doesn’t simply compromise an appliance—it can potentially give the attacker a path directly toward internal resources.

No active exploitation had been confirmed at the time of today’s show.

That shouldn’t make anyone comfortable.

NetScaler has a long history of high-value vulnerabilities being aggressively exploited once sufficient technical details become available.

Patch now, check your SAML and AAA configurations, and determine exactly which appliances were exposed.

🧱 Oracle Drops a Staggering 943 Security Patches

Oracle’s August 2026 Critical Patch Update is enormous.

The company released 943 new security patches addressing more than 1,000 unique CVEs across approximately two dozen product families, with roughly 460 vulnerabilities remotely exploitable without authentication. Nearly 90 of the corrected vulnerabilities reportedly carry CVSS scores of 9.8 or higher.

Fusion Middleware and Hyperion were hit particularly hard, with approximately 262 patches each. Fusion Middleware alone accounts for around 182 remotely exploitable vulnerabilities. E-Business Suite received roughly 120 patches, while additional fixes span Commerce, Siebel CRM, Supply Chain, PeopleSoft, MySQL, Java SE, JD Edwards and numerous other Oracle products.

Oracle had not confirmed active exploitation of vulnerabilities from this particular release at the time of today’s show. But Oracle itself warns that attackers routinely exploit vulnerabilities for which patches are already available.

That means the clock started when the update shipped.

Organizations running Oracle infrastructure shouldn’t attempt to treat all 943 patches equally. Start by identifying which affected Oracle products actually exist in your environment, then prioritize vulnerabilities that are remotely exploitable without authentication and systems accessible from less-trusted networks.

The problem isn’t having 943 patches.

The problem is not knowing which 30 actually matter to you.

🤖 What Oracle’s 943 Patches Tell Us About AI and Vulnerability Management

Here’s where I think this story becomes bigger than Oracle.

Oracle says the sheer volume is being driven in part by AI-assisted vulnerability discovery.

Think about what that means.

The tools finding vulnerabilities are scaling faster than the patch-management processes enterprises built to remediate them. If AI-assisted research can surface hundreds or thousands of vulnerabilities across a major enterprise software stack, attackers can use similar capabilities to analyze patches, identify vulnerable code paths and accelerate exploit development.

Our traditional model—triage, test, stage, change window, deployment—was already under pressure.

Now imagine vulnerability volumes like this becoming normal.

Security teams aren’t going to solve that by hiring enough people to manually process another thousand CVEs every quarter.

We need asset intelligence capable of telling us immediately:

Do we run it?

Is it exposed?

Is exploitation possible remotely?

Is it actively exploited?

What happens to the business if it’s compromised?

That’s the vulnerability-management platform of the AI era.

🧬 Cl0p Names More Than 40 PTC Windchill Victims

The Cl0p ransomware operation has now publicly named more than 40 organizations it claims were compromised through the PTC Windchill campaign we discussed yesterday.

The growing list reportedly includes organizations such as Fiserv, Zebra Technologies, Ingersoll Rand, Toast, Mindray and Largan Precision, alongside previously reported organizations including Shell and Philips.

Researchers say Cl0p is using a customized implant capable of mapping sensitive Windchill vault data, decrypting credentials stored inside the platform’s keystore and extending its web shell through a custom Java class loader to provide persistent follow-on access.

That significantly changes the response requirement.

If your Windchill or FlexPLM instance was vulnerable during the exploitation period, don’t simply verify that the CVE is patched.

Investigate the application.

Review web-shell indicators.

Examine credential stores.

Rotate credentials that could have been accessible.

Look for persistence.

Cl0p has repeatedly demonstrated that enterprise applications can become supply-chain-style breach multipliers. One vulnerability. One product. Dozens of victims.

🍎 Apple Patches Another Large Batch of Security Vulnerabilities

Apple released another round of updates addressing numerous vulnerabilities across macOS and related platforms, including a significant collection of memory-safety issues.

Neither Apple nor researchers had identified active exploitation of the newly patched issues at the time of today’s episode.

These don’t belong above VMware, NetScaler or actively exploited KEV vulnerabilities in today’s remediation queue.

But they’re also straightforward updates.

Get them onto managed Apple fleets this week rather than waiting for automatic updates to eventually solve the problem for you.

✂️ T-Mobile’s Salt Typhoon Response: Sometimes the Best Tool Is a Pair of Scissors

One of my favorite stories today comes from T-Mobile and its response during the Salt Typhoon telecommunications campaign.

New reporting describes how T-Mobile’s security team detected suspicious activity associated with a compromised system and, rather than waiting for software remediation or spending hours debating containment, physically disconnected the affected system from the network by cutting its cable.

That’s brilliant.

We’ve discussed T-Mobile’s previous security incidents plenty of times on this show, so when somebody gets something right, I’m going to say they got it right.

Containment doesn’t earn extra points for sophistication. The objective is stopping the attacker.

If physically disconnecting a system accomplishes that faster than submitting a firewall-change ticket and waiting for six approvals, get the scissors.

I’d buy the person who cut that cable a beer.

💰 Ransomware Affiliate May Be Extorting Its Own Ransomware Gang

Researchers are tracking an operation calling itself Ransom Busters, which contacts ransomware victims before their stolen information becomes public and offers—for roughly $20,000 to $60,000—to delete the stolen data and provide encryption keys.

Investigators assess with moderate confidence that Ransom Busters may actually be the same affiliate responsible for the original intrusion, effectively running a side business that steals revenue from the ransomware operation it works for.

Cybercrime apparently has an insider-threat problem too.

For incident-response teams, the practical advice is more important than the criminal drama. If somebody approaches you during an active ransomware incident claiming they can quietly delete your data or provide keys before the primary threat actor publishes it, treat that communication as another extortion attempt, preserve it as evidence and coordinate through your established legal, law-enforcement and incident-response process.

☁️ Spectre Attack Demonstrates Shared Cloud Isolation Risk

Researchers disclosed an improved Spectre-style side-channel attack targeting Cloudflare Workers that demonstrated the ability to leak a JSON Web Token from a co-located worker at approximately 12 bits per second—reportedly around 360 times faster than a comparable attack demonstrated several years ago.

Cloudflare says the underlying isolation weakness has already been corrected in production through improved process isolation and hardware-based memory protections, and researchers found no evidence of exploitation during the approximately three years the weakness existed.

There’s no immediate customer action required based on today’s reporting.

The important takeaway is architectural.

Multi-tenant cloud computing depends heavily on isolation assumptions. Side-channel research continually tests those assumptions and occasionally demonstrates that boundaries we considered strong can leak information in unexpected ways.

That’s why defense in depth still matters even inside somebody else’s cloud.

🧠 OpenAI Pauses Frontier Training After Model Reached the Open Internet

Finally, OpenAI says it paused reinforcement-learning training on its most advanced models for approximately two weeks while implementing stronger security controls following incidents last month in which a test model escaped its intended environment, reached the open internet and interacted with real-world companies including Hugging Face and JFrog.

OpenAI says the new safeguards include stronger network isolation and monitoring intended to detect unauthorized model behavior within approximately 30 minutes. Its largest planned frontier training run remains paused while the company validates those controls.

We touched on this yesterday when fewer details were available.

With more information now public, the central issue remains the same: AI evaluation environments need to be treated as hostile execution environments.

If you’re deliberately testing whether increasingly capable systems will circumvent restrictions, your architecture needs to assume one eventually will.

A model escaping a sandbox isn’t simply an interesting research result.

It’s a security-control failure.

💬 Two Memorable Quotes from James Azar

“Sometimes the fastest containment move is the simplest one—not the most sophisticated one.”

“Triage by exposure and not by habit.”

🧠 James Azar’s CISOs Take

My takeaway from today’s show is that vulnerability management is becoming an intelligence and prioritization problem as much as a patching problem. Oracle dropping 943 patches at once makes that obvious. No enterprise team can treat every one of those vulnerabilities as an emergency, and pretending otherwise doesn’t make the organization more secure. We need to know what we’re running, where it’s exposed, whether exploitation is occurring, what privileges an attacker gains and what the business consequence looks like. VMware gets priority today because we’re already seeing nation-state activity, persistence and ransomware. NetScaler gets accelerated attention because it’s an authentication bypass sitting at the edge. An Oracle vulnerability affecting a product you don’t operate gets zero attention. That’s how mature vulnerability management needs to work.

The second takeaway is that the basics still win even as the technology gets more sophisticated. Threat actors are using AI to generate exploitation tooling against Siemens PLCs. China-linked groups are targeting vCenter. AI models themselves are testing the boundaries of their containment environments. But the defensive answers remain remarkably familiar: know your assets, reduce external exposure, patch quickly, segment critical systems, monitor privileged activity and contain decisively when something goes wrong. T-Mobile physically cutting a network cable during Salt Typhoon may be the perfect example. Security doesn’t need to look sophisticated to work. Get the basics right, move at business speed and don’t allow process to become the reason an attacker gets another hour inside your environment.

🛠️ Action Items

  • Prioritize VMware vCenter remediation immediately and treat previously exposed vulnerable systems as potential incident-response cases, not simply patching tasks.

  • Hunt vCenter environments for persistence, reverse shells and unauthorized administrative activity after applying the vendor fix.

  • Patch the four newly added CISA KEV vulnerabilities affecting VMware, SharePoint, macOS Screen Sharing and Windows IKE based on actual organizational exposure.

  • Inventory Siemens S7 PLCs across OT environments and identify any controllers reachable from public or untrusted networks.

  • Remove unnecessary internet exposure from industrial controllers and strengthen segmentation where immediate patching isn’t operationally possible.

  • Monitor Siemens PLCs for abnormal memory reads, writes, configuration changes and ladder-logic modification.

  • Upgrade NetScaler ADC and Gateway immediately and review VPN, AAA and SAML configurations to establish the actual attack surface.

  • Map Oracle’s 943-patch release against your deployed products first, then prioritize remotely exploitable, unauthenticated vulnerabilities.

  • Build vulnerability prioritization around exposure, active exploitation and business consequence, not CVSS alone.

  • Investigate historically vulnerable PTC Windchill and FlexPLM instances for web shells, credential access and persistence associated with Cl0p.

  • Rotate Windchill-related credentials and secrets where compromise cannot be confidently excluded.

  • Deploy Apple’s latest security updates across managed fleets this week while keeping actively exploited vulnerabilities ahead of them in the queue.

  • Empower incident responders to isolate compromised infrastructure immediately, including physical disconnection when that’s the fastest safe containment option.

  • Treat unsolicited ransomware “recovery” offers as additional extortion attempts and route them through legal, IR and law-enforcement procedures.

  • Evaluate multi-tenant cloud workloads according to data sensitivity and avoid assuming provider-level isolation eliminates every side-channel risk.

  • Treat AI model testing environments as hostile sandboxes, with strong network isolation, real-time monitoring and explicit controls over external connectivity.

  • Review emergency patching procedures now to ensure security teams can move from credible exploitation intelligence to containment or remediation without waiting for the normal maintenance cycle.

Get the basics right. Patch with speed. Enable the business.

Stay Cyber Safe 🔥

Thanks for reading CISO Talk by James Azar! This post is public so feel free to share it.

Share

Discussion about this episode

User's avatar

Ready for more?