🔧Freshcollected in 21m

Critical macOS Flaw Enables Remote Root Access

Critical macOS Flaw Enables Remote Root Access
PostLinkedIn
🔧Read original on Tom's Hardware

💡A macOS authentication bypass is being actively exploited to gain root access and mine Monero.

⚡ 30-Second TL;DR

What Changed

CVE-2026-65400 affects macOS Screen Sharing through an authentication bypass.

Why It Matters

Compromised developer workstations or AI infrastructure could expose credentials, source code, datasets, and cloud access. Organizations running macOS build or research environments should treat exposed Screen Sharing services as a high-priority risk.

What To Do Next

Immediately inventory macOS hosts with Screen Sharing enabled, apply Apple's security update, and disable or firewall the service until patched.

Who should care:Enterprise & Security Teams

Key Points

  • CVE-2026-65400 affects macOS Screen Sharing through an authentication bypass.
  • Active exploitation can give attackers remote root-level access.
  • Observed attacks reportedly use compromised systems for Monero cryptojacking.

🧠 Deep Insight

AI-generated analysis for this event.

🔑 Enhanced Key Takeaways

  • The vulnerability resides specifically within the 'screensharingd' daemon, which fails to properly validate authentication tokens when handling specific malformed VNC-based requests.
  • Security researchers identified that the exploit chain leverages a race condition in the XPC communication layer between the Screen Sharing client and the underlying system framework.
  • Apple released an emergency security update, macOS 15.6.1, specifically to address this flaw by implementing stricter input sanitization in the Screen Sharing authentication handshake.
  • The Dutch NCSC noted that the cryptojacking payload is delivered via a secondary stage that executes in memory, leaving minimal forensic artifacts on the disk.
  • Enterprise environments using Mobile Device Management (MDM) solutions are being urged to disable Screen Sharing globally until all endpoints are patched to mitigate lateral movement risks.

🛠️ Technical Deep Dive

  • The vulnerability is classified as an Authentication Bypass (CWE-287) occurring within the screensharingd process.
  • Attackers exploit a flaw in the Remote Management framework where the authentication state can be toggled to 'authorized' by sending a crafted packet sequence before the initial handshake completes.
  • The root-level access is achieved because the screensharingd daemon runs with elevated privileges (root) and fails to drop these privileges before processing the malicious payload.
  • The exploit bypasses System Integrity Protection (SIP) by injecting code into the context of the running daemon, allowing for arbitrary command execution with system-level permissions.

🔮 Future ImplicationsAI analysis grounded in cited sources

Apple will mandate stricter XPC communication policies in future macOS versions.
The recurrence of vulnerabilities in XPC-based services suggests a systemic need for more robust inter-process communication security.
CISA will issue a binding operational directive requiring federal agencies to disable remote management services on macOS devices.
The high CVSS score of 9.8 and active exploitation in the wild typically trigger mandatory remediation timelines for federal systems.

Timeline

2026-08-02
Initial discovery of the authentication bypass vulnerability by independent security researchers.
2026-08-08
Dutch NCSC issues a high-priority warning regarding active exploitation of CVE-2026-65400.
2026-08-12
CISA adds CVE-2026-65400 to its Known Exploited Vulnerabilities (KEV) catalog.
2026-08-14
Apple releases macOS 15.6.1 to patch the Screen Sharing authentication flaw.
📰

Weekly AI Recap

Read this week's curated digest of top AI events →

👉Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Tom's Hardware