macOS CVE-2026-65400: Critical Authentication Bypass in Screen Sharing

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/6 · Network Positioning

The attacker is on the same local network as the target and looks for Macs with Screen Sharing enabled.

T1590 – Gather Victim Network Information
  • Attack vector limited to local network segment (CVSS AV:A – Adjacent Network)
  • No remote internet attack possible as of current knowledge
  • Precondition: Screen Sharing must be enabled (default: off)
  • Typical scenarios: office, hotel, co-working Wi-Fi
PHASE 2/6 · Initial Access

Via an authentication bypass in the screensharingd daemon, the attacker authenticates to Screen Sharing without valid credentials.

T1190 – Exploit Public-Facing Application T1078 – Valid Accounts
  • CVE-2026-65400: authentication bypass in screensharingd
  • A packet marked 'too large' returned the success code of a previous read operation
  • Password check, key exchange and encryption were skipped
  • Second flaw in SRP validation made session key predictable
PHASE 3/6 · Execution & Data Access

From the unauthenticated session, the attacker reads and writes the entire disk with root privileges.

T1021 – Remote Services T1005 – Data from Local System
  • Full access via Apple's built-in file copy protocol
  • Read access to home folders, log files, app data and configs
  • Write access allowed dropping files at arbitrary locations
  • Remote control of the Mac like a local user
PHASE 4/6 · Privilege Escalation

The attacker gains a root shell in under 60 seconds via a SIP-compatible workaround.

T1548.003 – Sudo and Sudo Caching T1068 – Exploitation for Privilege Escalation
  • Root access in under 60 seconds via a single pipelined connection
  • SIP (System Integrity Protection) blocks the most direct paths
  • Bypass via a passwordless sudo rule
  • Complemented by a shell startup hook
PHASE 5/6 · Persistence

By planting a sudo rule and a startup hook, the attacker secures persistent privileged access.

T1546 – Event Triggered Execution T1098 – Account Manipulation
  • Passwordless sudo rule persists after the attack
  • Shell startup hook executes on every launch
  • Both implemented in a SIP-compatible way
  • Enables recurring root access
PHASE 6/6 · Impact

The attacker holds full control over the macOS system with highest privileges and access to all data.

T1531 – Account Access Removal T1486 – Data Encrypted for Impact
  • Complete system takeover without password or user interaction
  • Affected: macOS Sonoma <14.8.9, Sequoia <15.7.9, Tahoe <26.6.1
  • Patches released as out-of-band updates on August 6, 2026
  • No confirmed active exploitation in the wild known
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-65400?
Affected Macs run macOS Sonoma before 14.8.9, Sequoia before 15.7.9, or Tahoe before 26.6.1 with Screen Sharing or Remote Management enabled. On new Macs this feature is disabled by default. Check your version under Apple menu > 'About This Mac' and the sharing settings under System Settings > General > Sharing.
What should I do right now?
Immediately install the security update on all affected Macs (Tahoe 26.6.1, Sequoia 15.7.9, or Sonoma 14.8.9) via System Settings > General > Software Update. If you can't update right away, temporarily disable Screen Sharing and Remote Management. Inventory every Mac on your company network and patch them as a priority.
How dangerous is this vulnerability really?
An attacker on the same local network could gain root access—the highest system privilege—in under 60 seconds without a password and without any click by the victim, then fully control the Mac remotely. The attack is limited to the local network; a pure remote attack from the internet was not possible according to current knowledge. No active exploitation in the wild has been confirmed so far.
I use macOS Ventura or older—what should I do?
There is no patch for macOS Ventura (13.x) or older versions. Your only options are upgrading to a supported macOS version (Sonoma, Sequoia, or Tahoe) or permanently disabling Screen Sharing. Without these steps, the system remains vulnerable.
How do I disable Screen Sharing?
Open System Settings > General > Sharing and turn off both 'Screen Sharing' and 'Remote Management'. This immediately reduces your risk until the update is installed. Make sure to check both options.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.