• Home  
  • macOS Screen Sharing vulnerability: How hackers mined Monero
- Cybersecurity

macOS Screen Sharing vulnerability: How hackers mined Monero

Hackers exploited a macOS Screen Sharing flaw to install a Monero miner. Learn the details, the patch timeline, and what you can do to protect your Mac.

macOS Screen Sharing vulnerability: How hackers mined Monero

On August 6, Apple released patches for CVE-2026-65400 in macOS Tahoe 26.6.1, sealing a remote authentication bypass that let attackers slip past credential checks. That’s the date the NCSC started seeing real‑world abuse.

Key Takeaways

  • Hackers used the Screen Sharing flaw to gain root access and install a Monero miner.
  • The vulnerability, tracked as CVE-2026-65400, affects macOS Tahoe 26.6.1, Sequoia 15.7.9, and Sonoma 14.8.9.
  • Exploitation occurs when port 5900 is exposed to the Internet.
  • Apple’s fix improves state management to enforce proper credential validation.
  • Disabling Screen Sharing or updating immediately are the only reliable mitigations.

macOS Screen Sharing vulnerability: What happened

The built‑in Screen Sharing service uses VNC over TCP port 5900, letting a remote user control a Mac’s desktop. The NCSC warned that the service’s authentication logic could be bypassed, meaning an attacker on the network didn’t need valid credentials to log in. That’s a serious breach for any device that leaves the port open.

Technical root cause

Apple’s advisory describes the issue as an authentication problem that was fixed with “improved state management.” In plain terms, the service wasn’t correctly tracking login attempts, so a rogue request could slip through. The flaw let attackers open applications, read files, and change security settings—all without a password.

State management is the part of the code that records whether a session has been authenticated. When that record is mishandled, the service can treat an unauthenticated request as if it were already logged in. In this case, the mishandling occurred at the moment the VNC handshake completed, allowing the attacker to bypass the final credential check.

Because the service runs with system‑level privileges, any bypass automatically inherits those privileges. That is why the exploit escalates straight to root without needing a separate privilege‑escalation step.

How attackers turned the flaw into a Monero miner

After gaining access, the threat actors escalated to root access, then dropped a Monero cryptocurrency miner. The NCSC’s update says, “In all these cases, root had been accessed on the affected system, and a Monero crypto miner had been placed.” That’s the only concrete payload we’ve seen so far.

Monero’s appeal to cybercriminals lies in its privacy‑focused blockchain, which makes tracing earnings harder. The miners can run silently in the background, stealing CPU cycles and electricity while the victim sees no obvious signs.

Running a miner on a compromised machine drains power and can overheat hardware. Users may notice fans spin faster or laptops run hotter than usual. Those signs are often dismissed as normal wear, giving the attacker ample time to harvest coins.

Apple’s patch rollout and what’s still at risk

Apple shipped the fix across three release tracks: macOS Tahoe 26.6.1, macOS Sequoia 15.7.9, and macOS Sonoma 14.8.9. Those versions all contain the updated state‑management code that blocks the rogue authentication attempts. If you’re still on an older release, you’re exposed.

Where updates can’t be applied immediately, the NCSC advises disabling Screen Sharing via System Settings → General → Sharing → Screen Sharing. That’s a simple toggle that removes the attack surface entirely.

Patch timeline

  • August 6, 2026 – Apple releases patches for the vulnerability.
  • Early August 2026 – BleepingComputer reports the first public exploit code.
  • Mid‑August 2026 – NCSC confirms active exploitation on internet‑exposed ports.

Mitigation steps for admins and users

If you manage a fleet of Macs, prioritize the three patched releases. Deploy them via your MDM solution and verify that Screen Sharing is turned off unless you truly need it. That’s the fastest way to cut the threat.

For individual users, open System Settings, navigate to the Sharing pane, and uncheck Screen Sharing. If you need remote access, consider a VPN that limits exposure to trusted networks only.

Remember to monitor for unusual CPU usage; a sudden spike could indicate a hidden miner. That’s an easy sign you might have missed an intrusion.

What the data says about detection and response

The Blue Report 2026 measured defenses across 338 million simulations. It showed that once attackers have valid credentials, prevention drops sharply—only 37 % of their actions are blocked. That aligns with the NCSC’s observation that the vulnerability grants full system control.

Because the exploit works at the authentication layer, traditional endpoint‑only defenses can miss it until the miner starts consuming resources. That’s why network‑level monitoring of port 5900 traffic is crucial.

“The NCSC has received a notification indicating that active abuse of this vulnerability has been observed on multiple systems on which port 5900 was accessible from the Internet,” the agency wrote.

Historical Context

Screen Sharing on macOS has been built on the VNC protocol since the early 2000s. Over the years, Apple has periodically updated the service to address security concerns, but the underlying port 5900 has remained unchanged.

Previous CVEs have targeted VNC implementations on other platforms, often exploiting weak authentication or unencrypted traffic. Those incidents taught the industry that remote‑desktop services must enforce strict state tracking.

Apple’s yearly security updates typically bundle dozens of fixes. The CVE‑2026‑65400 patch is part of that regular cadence, reflecting a broader strategy of addressing both legacy and newly discovered flaws.

In the months leading up to August 2026, security researchers noted a rise in scanning activity aimed at port 5900 across public IP ranges. That background traffic set the stage for the rapid exploitation once the vulnerability became public.

Competitive Landscape

Apple isn’t the only vendor offering built‑in remote‑desktop features. Competing operating systems provide similar services, each with its own security model. The recent incident highlights why vendors must treat remote access as a high‑risk component.

Companies that rely on third‑party remote‑access tools often configure firewalls to restrict inbound connections. Apple’s default configuration, however, leaves port 5900 reachable if a user explicitly enables Screen Sharing.

Enterprises that have standardized on cross‑platform management solutions may need to reassess their policies. Aligning macOS settings with the stricter controls of other platforms can reduce the attack surface.

Adoption Timeline and Outlook

Early adoption of the patches will likely be driven by organizations with automated update pipelines. Those environments can roll out the new releases within hours of the announcement.

Smaller teams and individual users tend to lag behind, especially if they rely on manual updates. In those cases, the NCSC’s recommendation to disable Screen Sharing becomes the most practical short‑term defense.

Looking ahead, the industry may see a push for default‑off remote‑desktop services. If Apple adjusts its out‑of‑the‑box settings, the exposure risk could drop dramatically.

Monitoring tools that flag outbound connections to mining pools will become more valuable as attackers shift toward stealthier payloads. Early detection can limit the financial impact of a compromised machine.

Key Questions Remaining

  • Will Apple introduce stricter credential requirements for Screen Sharing in future releases?
  • How quickly will the broader macOS ecosystem adopt the patches, especially on legacy hardware?
  • Can network‑level defenses be tuned to block malicious VNC traffic without disrupting legitimate remote work?

Answers to these questions will shape the next wave of defensive strategies. Stakeholders should keep an eye on vendor roadmaps and community advisories.

What This Means For You

Developers who ship macOS apps should double‑check that they don’t unintentionally rely on Screen Sharing for internal tooling. If you do, make sure the feature is locked behind strong authentication and that you’ve tested against the patched OS versions. That’ll keep your build pipelines from becoming an accidental foothold.

Founders running remote teams need to audit every Mac that’s reachable from outside your corporate network. Disable Screen Sharing on laptops that travel, or enforce a VPN‑only policy. Those steps will stop the attack chain before it reaches the point of installing a miner.

System administrators should integrate the three patched releases into their standard rollout schedule. Automate verification that the Screen Sharing toggle is off unless a business case explicitly requires it.

Security engineers can enrich existing intrusion‑detection signatures with a focus on port 5900 traffic spikes. Correlate those alerts with CPU‑usage anomalies to catch a miner early.

End‑users may wonder whether disabling Screen Sharing affects everyday tasks. It only removes the remote‑desktop capability; local workflows remain unchanged.

Looking ahead, the question is whether Apple will tighten default exposure of VNC services or require stricter credential checks out‑of‑the‑box. The industry will be watching how quickly the patch adoption spreads.

Sources: BleepingComputer, Apple Security Advisory for CVE-2026-65400

Primary sources: support.apple.com (Vendor advisory for CVE-2026-65400).

Vulnerability facts: CVE-2026-65400

  • CVSS score: 7.1 (High), per NIST NVD
  • NVD entry published: 2026-08-06
  • Actively exploited: Not currently in CISA’s Known Exploited Vulnerabilities catalog

Data: NIST National Vulnerability Database and CISA Known Exploited Vulnerabilities Catalog.

About the Author

— AI & Technology Reporter

Marcus Reyes covers cybersecurity for AI Post Daily, reporting on vulnerabilities, data breaches, malware campaigns, and the strategies organizations use to defend against them.

About AI Post Daily

Independent coverage of artificial intelligence, machine learning, cybersecurity, and the technology shaping our future.

Contact: Get in touch

Known Exploited Vulnerabilities Tracker·AI Attack Tracker — updated daily

Security Guides

We use cookies to personalize content and ads, and to analyze traffic. By using this site, you agree to our Privacy Policy.