On August 18, 2026, CISA added four actively exploited vulnerabilities to the Known Exploited Vulnerabilities (KEV) catalog with a remediation deadline of August 21. Three days.
Every one is rated 9.1 or higher. If you are studying for CySA+ CS0-003, this is exactly the scenario Domain 2 is built around, and it contains a lesson most of the news coverage missed.
The four vulnerabilities
| CVE | Product | Type | CVSS |
|---|---|---|---|
| CVE-2026-65400 | Apple macOS | Improper authentication (Screen Sharing) | 9.8 |
| CVE-2026-55040 | Microsoft SharePoint | Weak authentication bypass | 9.1 |
| CVE-2026-59310 | VMware vCenter | Path traversal to RCE | 9.8 |
| CVE-2026-33824 | Microsoft IKE Service Extensions | Double free to RCE | 9.8 |
Exam trap: CVSS cannot break this tie
Three of these four score 9.8. The fourth scores 9.1. If your prioritization method is sort by CVSS descending, you have a three-way tie and no way to decide what your team touches first.
This is the single most common CySA+ scenario trap in Domain 2. The exam repeatedly presents vulnerabilities with near-identical severity scores and expects you to prioritize using context: asset criticality, exposure, exploitation status, and blast radius. CVSS describes the flaw. It does not describe your environment.
All four here are already in KEV, so exploitation status does not separate them either. That leaves blast radius.
Patch vCenter first
CVE-2026-59310 is the priority, and the reason is architectural rather than numerical.
vCenter is the hypervisor management plane. An attacker with code execution there is not inside one virtual machine, they are positioned above all of them. Your EDR agents run inside the guest operating systems, which is to say below the layer the attacker now controls. Detection built entirely at guest level has limited visibility into activity at the management layer.
This one is also not theoretical. Reporting attributes it to a suspected China-nexus campaign that compromised 361 IP addresses across 47 countries, deploying backdoors and a Babuk-derived ransomware strain.
That is your blast-radius argument in a sentence: one compromised management plane can mean every workload it manages.
The AI angle, and what actually happened
The Windows IKE flaw, CVE-2026-33824, carries a second story. It appears in Unit 42 research published July 30, 2026 into a Chinese-speaking threat actor running DeepSeek through the open-source Hermes agent framework to conduct largely autonomous attacks. In that campaign the IKE vulnerability produced reverse shell callbacks to three endpoints.
The headline most outlets reached for was that AI is now finding and exploiting vulnerabilities. Read the research more carefully and the picture is more useful than that.
The autonomous attempts largely failed.
- Against Langflow, the agent enumerated 84 instances and attempted exploitation. It failed because targets lacked a prerequisite workflow configuration.
- Against n8n, it failed because form endpoints had authentication enabled.
- The compromises that did succeed in that campaign, including data exfiltration via Citrix NetScaler, were driven manually by a human operator.
Unit 42 stated the consequence plainly: targets with weaker default configurations would have been susceptible.
Configuration hardening beat the machine
Sit with that for a moment, because it is the most encouraging finding in security this month and it arrived disguised as bad news.
What stopped an autonomous attack pipeline was not an expensive detection platform. It was not a patch. It was authentication being switched on where it belonged, and a configuration prerequisite the exploit could not satisfy.
That maps directly onto CySA+ Domain 2 content around attack surface reduction and secure configuration baselines. The exam asks you to recognize that hardening and compensating controls reduce risk even when a vulnerability remains unpatched. This campaign is a real-world demonstration of exactly that principle.
What genuinely changed: the economics of targeting
Here is the part that should change how you think, even though it does not change which controls you deploy.
That campaign touched more than 460 systems across reconnaissance and exploitation. Enumerating targets, researching which vulnerabilities apply, and pivoting when an approach fails used to represent hundreds of hours of skilled human effort. Reconnaissance at that scale now costs close to nothing.
Nobody hand-picks targets any more. Which means being small, obscure, or uninteresting has stopped functioning as a control. If your organization has quietly relied on not being worth an attacker’s time, that assumption expired.
The controls did not change. The population of who gets probed did.
Your action checklist
- Patch by blast radius, not by score. vCenter and management planes first, then internet-facing authentication bypasses, then endpoints.
- Audit authentication on internal automation platforms. n8n, Langflow, Marimo, notebook servers, CI runners. These were the exact targets, and authentication is what saved the systems that survived.
- Get management interfaces off general networks. vCenter should be reachable only from an administrative segment.
- Check your detection layer placement. If all your telemetry comes from inside guest operating systems, ask what you would actually see during a hypervisor-layer compromise.
CySA+ CS0-003 exam tips
- When a scenario gives you multiple vulnerabilities with similar CVSS scores, the correct answer is almost always the one that considers asset criticality or exposure, not the highest number.
- Know that KEV listing is an exploitation status signal and outranks raw severity for prioritization decisions.
- Understand compensating controls well enough to argue that a hardened but unpatched system can carry lower real risk than a patched system with weak configuration.
- Be able to explain why compromise of a management plane, domain controller, or identity provider carries greater impact than compromise of a single endpoint.
Sources
- CISA Known Exploited Vulnerabilities Catalog
- The Hacker News, Critical macOS, SharePoint, vCenter, and Microsoft IKE Flaws Under Active Exploitation, August 19, 2026
- Unit 42, Chinese-Speaking Threat Actor Harnesses AI Models for Autonomous Cyberattacks, July 30, 2026



