Issue #016 · August 19, 2026

Cyber Threat Brief — Issue #016

What's active. What matters. What to do about it.

Priority Actions This Week

  1. 01Update every Mac in your organization to the August 6 security release now: macOS Tahoe 26.6.1, Sequoia 15.7.9, or Sonoma 14.8.9. A Screen Sharing flaw, CVE-2026-65400, lets an attacker take over a Mac with no password, and it is being actively exploited to install cryptocurrency miners with root access. Any Mac with Screen Sharing turned on and reachable from the internet should be treated as already compromised, even after you patch it. Also confirm port 5900 is not exposed to the internet.
  2. 02If your data or AI teams run MLflow, the machine learning platform, patch to version 3.15.0 immediately. CVE-2026-64849 is being exploited within hours of disclosure to steal cloud credentials and secrets from exposed servers. Find every MLflow instance you have, including forgotten development and experimentation servers, and rotate any cloud credentials those servers could reach.
  3. 03If you run Cisco Secure Firewall (ASA or FTD), Metabase, or Windows, apply the latest patches. CISA added three actively exploited flaws to its catalog this month: a Cisco firewall flaw, a Metabase database injection flaw, and a Windows networking flaw that grants SYSTEM-level access. Federal deadlines have passed. If yours are unpatched, they are overdue.
  4. 04Brief your Mac users, again, on ClickFix and fake verification pages. A new stealer called AmnesiaStealer is spreading through fake GitHub pages and fake human-verification prompts that tell users to paste a command into Terminal. This is the same technique as the ClickLock campaign from Issue 015. The rule has not changed: no legitimate site ever asks you to run a Terminal command to prove you are human.
  5. 05Review any internet-facing service your organization exposes that you would not immediately think of as a target, including dashboards, internal tools, ML platforms, and remote access features. The pattern this month is that attackers are scanning for and exploiting exposed services within hours of a vulnerability becoming public. The question is not whether a service is important enough to be attacked. If it is exposed, it is being scanned.

Active Campaigns

[ ESCALATING ]macOS Screen Sharing Flaw Rescored to Critical, Actively Exploited to Root Macs and Mine Cryptocurrency
ACTOR: Multiple threat actors — opportunistic mass exploitation for cryptomining, enabled by public proof of conceptTARGETS: Apple Macs with Screen Sharing enabled and port 5900 exposed to the internet, across all sectors

A vulnerability in the macOS Screen Sharing feature, tracked as CVE-2026-65400, is being actively exploited to gain root access to Macs and install Monero cryptocurrency miners. The flaw lets an attacker on the network authenticate to a Mac's built-in remote desktop service without valid credentials. Apple patched it in an emergency August 6 update, but the situation escalated over the following two weeks. The Dutch national cyber security centre confirmed on August 12 that active exploitation had begun, fueled by a public proof-of-concept exploit. Then on August 14, CISA raised the vulnerability's severity score from 7.1 to a critical 9.8, replacing its original assessment with one that requires no privileges and grants full system compromise, and reclassified the attack as automatable, consistent with unattended Macs being rooted at scale for coin mining. Technical details were presented at the Black Hat conference the week prior. What makes this flaw especially dangerous is that conventional hardening does not help. Removing approved Screen Sharing users, disabling legacy VNC password access, and rotating the VNC password all operate downstream of the broken authentication path, so the attacker never reaches those controls. The only fix is the patch. A Mac that was exposed before patching should be treated as fully compromised.

[ ESCALATING ]MLflow SSRF Flaw Exploited Within Hours to Steal Cloud Credentials From AI Infrastructure
ACTOR: Multiple threat actors — opportunistic mass scanning, cloud credential theftTARGETS: Organizations running internet-exposed MLflow machine learning tracking servers, particularly those with cloud identity permissions

A critical vulnerability in MLflow, an open-source platform widely used by data science and machine learning teams to track experiments and manage models, is being actively exploited within hours of its disclosure. Tracked as CVE-2026-64849 with a CVSS score of 9.3, the flaw is an unauthenticated server-side request forgery vulnerability that affects all MLflow versions before 3.15.0. Server-side request forgery lets an attacker trick a server into making requests on their behalf. In cloud environments this is especially dangerous, because the attacker can direct the MLflow server to reach internal-only cloud metadata services and extract the credentials and secrets that the server's cloud identity has access to. Security firm watchTowr reported that its honeypot network detected attackers scanning for and targeting exposed MLflow instances within hours of the CVE being assigned on August 17, harvesting cloud credentials and deployment tokens. The flaw exists in MLflow's webhook testing functionality, which a default tracking server exposes without authentication. An earlier partial fix could be bypassed using an HTTP redirect, which the server followed without re-validating the destination. This is a direct example of AI and machine learning infrastructure becoming a primary target, as the systems that hold the keys to cloud environments become the fastest path to those environments.

[ ACTIVE ]AmnesiaStealer and StubMaker — Fake Verification and Typosquat Campaigns Hit macOS and Developers
ACTOR: Multiple unattributed actors — financially motivated, credential and cryptocurrency theftTARGETS: macOS users and software developers using RubyGems and other open-source package repositories

Two malware campaigns this week reinforce that social engineering and supply chain attacks remain the most reliable ways into an organization. The first, AmnesiaStealer, targets macOS users through fake GitHub pages and ClickFix attacks that trick victims into running malicious Terminal commands. Beyond stealing passwords, browser data, and cryptocurrency wallet information, it also collects Apple Notes, documents, Safari cookies, and keychain credentials. The second, tracked as StubMaker, is a campaign of malicious RubyGems packages that harvest browser credentials, cryptocurrency wallets, seed phrases, and Telegram data. The packages are clumsy typosquats of popular Ruby dependencies, relying on developers mistyping a package name during installation. Both campaigns share the same underlying logic seen throughout 2026: rather than breaking through technical defenses, attackers get the victim to run the malicious code themselves, whether by pasting a command from a fake verification page or by installing a package that looks almost identical to a legitimate one.

CVE Watch

CVE-2026-65400CVSS 9.8[ ESCALATING ]

PRODUCT: Apple macOS Screen Sharing (screensharingd) — Tahoe, Sequoia, Sonoma before August 6 update

WHAT IT MEANS:

An authentication bypass in the macOS Screen Sharing service lets an attacker on the network connect to a Mac's built-in remote desktop feature without any valid username or password. Once connected, the attacker can abuse Screen Sharing's privileged file-handling components to read and create files with root permissions, giving them full control of the machine. Apple patched it on August 6. CISA raised the severity from 7.1 to a critical 9.8 on August 14 after active exploitation confirmed the worst-case assessment, and reclassified the attack as automatable. It is being used to install Monero cryptocurrency miners on internet-exposed Macs. Standard hardening steps do not help because the flaw defeats the authentication path before those controls are consulted. The only remedy is the patch, and any Mac exposed before patching should be treated as fully compromised.

ACTION:Update all Macs to macOS Tahoe 26.6.1, Sequoia 15.7.9, or Sonoma 14.8.9 immediately. Confirm port 5900 is not reachable from the internet, disable Screen Sharing when not in use, and treat any previously exposed Mac as compromised: rebuild or fully investigate rather than assuming the patch alone is sufficient.

CVE-2026-64849CVSS 9.3[ ESCALATING ]

PRODUCT: MLflow (all versions before 3.15.0)

WHAT IT MEANS:

An unauthenticated server-side request forgery vulnerability in MLflow, the machine learning experiment tracking platform, allows an attacker who can reach the tracking server to make it issue HTTP requests to internal cloud metadata endpoints and extract sensitive data. That data includes the cloud credentials, API tokens, and application secrets available to the MLflow server's cloud identity. The flaw is in the webhook testing feature, which a default MLflow server exposes with no authentication. An earlier fix that was meant to block this could be bypassed with an HTTP redirect that the server followed without rechecking the destination. Attackers were detected scanning for and exploiting exposed instances within hours of disclosure on August 17. Because MLflow instances often run with broad cloud permissions, a single exposed server can become the path to an entire cloud environment.

ACTION:Upgrade MLflow to version 3.15.0 immediately. Inventory every MLflow deployment including development, experimentation, and unmanaged shadow instances. Restrict public access, place MLflow behind authentication, and rotate any cloud credentials the affected servers could reach.

CVE-2026-68820CVSS 7.8[ ACTIVE ]

PRODUCT: Microsoft Windows Ancillary Function Driver for WinSock (afd.sys)

WHAT IT MEANS:

A use-after-free vulnerability in afd.sys, the Windows kernel-mode driver that underpins the Windows Sockets API, allows an attacker to execute code with SYSTEM-level privileges, the highest privilege level on Windows. CISA added it to the Known Exploited Vulnerabilities catalog on August 11, confirming active exploitation, though Microsoft's own assessment lists exploit maturity as unproven, a discrepancy that in practice means organizations should treat it as exploited and patch. Because afd.sys is present and running on every Windows machine, this is a broadly applicable privilege escalation that an attacker would chain with initial access to take full control of a system. It was addressed in the August Patch Tuesday release.

ACTION:Apply the August 2026 Windows security update across all Windows endpoints and servers. This flaw is a privilege escalation an attacker uses after gaining an initial foothold, so prioritize it alongside any internet-facing entry points in your environment.

Threat Actor Activity

Cryptomining operators (macOS Screen Sharing, unattributed)[ ESCALATING ]

Actively exploiting CVE-2026-65400 against internet-exposed Macs to gain root access and install Monero miners. Exploitation is automatable and running at scale against any Mac with Screen Sharing enabled and port 5900 reachable. Enabled by a public proof-of-concept exploit and technical details presented at Black Hat.

MLflow exploitation operators (unattributed)[ ESCALATING ]

Detected by watchTowr scanning for and exploiting exposed MLflow servers within hours of the CVE-2026-64849 disclosure on August 17, harvesting cloud credentials and secrets. Indiscriminate mass scanning, not targeted, meaning any exposed MLflow instance is at risk.

Mustang Panda (HoneyMyte)[ ACTIVE ]

The China-linked espionage group was observed deploying an updated version of its CoolClient backdoor with a signed Windows kernel-mode rootkit that hides and protects malicious processes, files, registry objects, and command-and-control network information, marking a stealth upgrade for a long-running state-aligned actor.

ShinyHunters[ ACTIVE ]

Continued its 2026 campaign exploiting an Oracle PeopleSoft zero-day, with a claimed intrusion into the systems of the US National Association of Insurance Commissioners. The campaign highlights the systemic risk of shared industry platforms where one intrusion exposes data concentrated from across an entire sector.

DeepSeek-linked Chinese actor[ MONITORING ]

No new activity confirmed since the Issue 015 disclosure of AI-managed autonomous intrusion. The capability remains a documented reality and the baseline of AI-driven scanning against exposed infrastructure continues to inform the threat picture, as seen in the within-hours exploitation of MLflow this week.

Qilin (Agenda)[ ACTIVE ]

Industrial ransomware incidents rose 12 percent quarter over quarter, with Dragos identifying 1,140 ransomware incidents affecting industrial organizations in Q2 2026. Qilin remains among the most active operations driving this volume.

Key Takeaway

Two things define this week, and they point in the same direction. The first is speed. The MLflow vulnerability was exploited within hours of its disclosure, and the macOS Screen Sharing flaw went from a moderate 7.1 severity score to a critical 9.8 in eight days as real-world attacks proved the worst-case assessment correct. The window between a vulnerability becoming public and being exploited at scale is now frequently measured in hours, and the window for a vulnerability's understood severity to change is measured in days. The second is target selection. MLflow is machine learning infrastructure. The reason attackers went after it within hours is not that MLflow itself is valuable, but that MLflow servers hold cloud credentials, and cloud credentials are the keys to everything else. This is the same logic that has run through these briefs all year: attackers go after the system that provides the fastest path to what they actually want, whether that is a security tool, a developer platform, or an AI experiment tracker. The practical response has not changed, only become more urgent. Know what you have exposed to the internet, because attackers are enumerating it continuously and automatically. Patch on the timeline of hours and days for anything internet-facing, not weeks. And assume that any system holding credentials is a target regardless of how important the system itself seems, because to an attacker the value is not the system. It is what the system can reach.

Sources

  • CISA Known Exploited Vulnerabilities Catalog
  • The Hacker News
  • SecurityWeek
  • watchTowr
  • GBHackers
  • Security Affairs
  • NCSC-NL
  • Huntress
  • Tom's Hardware
  • Malwarebytes
  • Decipher
  • Dragos