CISA Adds Five Actively Exploited Vulnerabilities to KEV in Just Two Days

CISA Adds Five Actively Exploited Vulnerabilities to KEV in Just Two Days

A Five-Vulnerability Warning: From AI Infrastructure to Virtualization and Enterprise Collaboration


The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added five vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalog across August 17 and August 18, 2026.

This is not simply another vulnerability-counting exercise.

The important signal is that these vulnerabilities have evidence of active exploitation. CISA’s KEV catalog exists specifically to help defenders prioritize vulnerabilities that are being exploited in real-world attacks.

The five vulnerabilities span AI/ML infrastructure, Apple macOS, Microsoft SharePoint, VMware vCenter and Microsoft Windows IKE—covering systems that can sit directly on developer endpoints, collaboration platforms, virtualization management planes and enterprise network infrastructure.

1. CVE-2025-62593 — Ray AI Infrastructure

The first warning is particularly relevant to organizations building or operating AI/ML environments.

CVE-2025-62593 affects Ray, an open-source distributed computing framework widely used for AI and machine-learning workloads. CISA lists it as a code-injection vulnerability with a CVSS score of 9.4.

The attack can leverage a DNS-rebinding technique combined with browser-based interaction to reach vulnerable Ray interfaces. Under the documented attack scenario, a developer using vulnerable Firefox or Safari could visit a malicious website or encounter malicious advertising, allowing an attacker to reach the Ray instance and ultimately achieve code execution.

The vulnerability has been addressed in Ray 2.52.0.

Security lesson

AI infrastructure must now be treated as part of the enterprise attack surface.

Ray, notebooks, model-serving infrastructure, GPU clusters and MLOps components should not be considered merely “development tooling.”

If they can execute workloads, access credentials or communicate with internal infrastructure, they represent high-value attack paths.

2. CVE-2026-65400 — Apple macOS Screen Sharing

The second vulnerability affects macOS Screen Sharing.

CVE-2026-65400 is an improper-authentication vulnerability. It can allow a network attacker to gain access to Screen Sharing without valid credentials under vulnerable configurations. CISA subsequently listed the vulnerability in KEV following evidence of exploitation.

The attack is particularly concerning when TCP port 5900 is exposed to the Internet.

Reports of exploitation indicated that compromised systems were used to gain root access and deploy cryptocurrency-mining malware.

Apple has released fixes including:

  • macOS Tahoe 26.6.1
  • macOS Sequoia 15.7.9
  • macOS Sonoma 14.8.9

Security lesson

Remote administration services should never be evaluated only by whether they are “enabled.”

Security teams need to ask:

Is the service externally reachable?

Internet exposure can turn a local administrative feature into an externally exploitable attack surface.

3. CVE-2026-55040 — Microsoft SharePoint

CVE-2026-55040 affects Microsoft SharePoint Server and carries a CVSS score of 9.1.

It is classified as a weak-authentication vulnerability that can allow an unauthorized attacker to bypass a security feature over the network.

The vulnerability became particularly significant after public exploit material appeared and exploitation activity was subsequently observed.

This is another reminder that on-premises enterprise collaboration platforms remain attractive targets.

SharePoint frequently has access to:

  • Corporate documents
  • Sensitive business information
  • User identities
  • Collaboration data
  • Internal applications
  • Privileged administrative functions

Security lesson

A vulnerable SharePoint server is not simply a vulnerable application.

It can become a gateway into an organization’s information estate.

Organizations should therefore identify all externally accessible SharePoint infrastructure and verify that the applicable security updates have been installed.

4. CVE-2026-59310 — VMware vCenter Server

Perhaps the most strategically concerning vulnerability in this group is CVE-2026-59310.

The vulnerability affects the vCenter Syslog Server and is a critical directory/path traversal vulnerability. Broadcom rated it at CVSS 9.8 and states that an attacker with network access could exploit the vulnerability to execute arbitrary code.

There is an important distinction here:

vCenter is not just another application server.

It is a management plane for virtualization infrastructure.

A compromise can therefore have consequences beyond the vulnerable appliance itself.

Security researchers reported an active campaign involving exploitation of CVE-2026-59310, with compromises identified across 361 IP addresses in 47 countries.

Broadcom’s advisory states that there is no workaround and directs administrators to apply the appropriate fixes.

Security lesson

Management planes deserve a different vulnerability-management priority.

A vulnerability in:

  • vCenter
  • Hypervisor management
  • Identity infrastructure
  • Backup management
  • Network management
  • Security management

can have a much greater blast radius than an equivalent vulnerability on a conventional application server.

5. CVE-2026-33824 — Microsoft IKE Service Extensions

The fifth vulnerability affects the Microsoft Internet Key Exchange (IKE) Service Extensions.

CVE-2026-33824 is a CVSS 9.8 double-free vulnerability with remote-code-execution implications. CISA added it to KEV after exploitation was observed.

The vulnerability is particularly relevant because IKE is associated with the establishment of IPsec-based secure communications.

That places this vulnerability closer to the network security layer than a typical desktop application vulnerability.

Security lesson

Network infrastructure vulnerabilities can be disproportionately important because exploitation may provide an attacker with a foothold at a strategic point in the environment.

The Bigger Pattern

These five vulnerabilities look different technically.

But from a defender’s perspective, they share several characteristics:

Active exploitation.

Network-reachable attack paths.

High-impact outcomes.

Enterprise infrastructure exposure.

And in several cases:

No meaningful authentication barrier.

That combination should immediately change the remediation priority.

CVSS Is Not the Priority Signal

One of the most important lessons from this KEV batch is the difference between severity and exploitation risk.

A CVSS score tells us about the characteristics and potential impact of a vulnerability.

KEV tells us something different:

Attackers are actually exploiting this vulnerability.

Therefore, vulnerability prioritization should not be:

CVSS → Patch

It should be closer to:

Exploitability + Exposure + Asset Criticality + Business Impact → Remediation Priority

A medium-CVSS vulnerability being actively exploited against an Internet-facing critical asset may deserve faster remediation than a CVSS 9.8 vulnerability on an isolated, non-production system.

What Security Teams Should Do Now

1. Search the entire asset estate

Do not rely solely on the vulnerability scanner’s default coverage.

Search for:

  • Ray installations
  • macOS systems with Screen Sharing
  • SharePoint Server
  • VMware vCenter
  • Windows systems running affected IKE components

2. Identify Internet exposure

Prioritize assets that are:

Internet-facing → externally reachable → privileged → business-critical.

Pay particular attention to exposed management interfaces.

3. Validate remediation

Do not stop at “patch deployed.”

Confirm:

  • Correct version installed
  • Vulnerability scanner no longer detects the CVE
  • Service exposure is understood
  • Compensating controls remain effective
  • No suspicious exploitation occurred before remediation

4. Hunt for exploitation

For KEV vulnerabilities, remediation and detection should happen together.

Look for:

  • Unexpected authentication activity
  • Suspicious process creation
  • New administrative accounts
  • Unexpected outbound connections
  • Web-shell indicators
  • Abnormal SharePoint activity
  • vCenter anomalies
  • Unexpected Ray job submissions
  • macOS Screen Sharing connections
  • Suspicious network activity involving affected services

5. Review privileged infrastructure separately

Do not place vCenter, SharePoint, identity systems and security infrastructure into the same remediation queue as ordinary endpoints.

Management-plane vulnerabilities deserve management-plane urgency.

The Executive Takeaway

Five KEV additions in two days are not simply five more tickets for the vulnerability-management team.

They represent five confirmed attack paths into different layers of the enterprise.

The attack surface spans:

AI infrastructure → Endpoints → Collaboration → Virtualization → Network services

That is the real story.

The question for security leadership should therefore not be:

“How many vulnerabilities did CISA add?”

The better question is:

“Do we have any exploitable instances of these vulnerabilities, and what is the business impact if they are compromised?”

KEV should function as a risk-prioritization mechanism, not merely as another vulnerability feed.

For organizations with affected assets, the operational sequence is straightforward:

Discover → Validate Exposure → Patch → Verify → Hunt → Report

Because once a vulnerability enters CISA KEV, the conversation has moved beyond theoretical risk.

The threat actor has already crossed that line.

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.