Executive summary
CVE-2026-65400 is a critical authentication bypass in the macOS Screen Sharing service. An unauthenticated remote attacker who can reach the service over the network can obtain root access to the machine without supplying a password and without any action by the person using it.
The defect is a state-machine handling error in the Secure Remote Password (SRP) protocol exchange. SRP is a password-authenticated key agreement scheme: the client proves it knows the password without sending it, and the server is meant to accept the session only after that proof verifies. In the affected builds the service advances to a connected state along a path where verification has not actually succeeded, so an invalid connection is treated as a verified one. The cryptography is not broken — the sequencing around it is, which is why exploitation needs no credential guessing and no brute force.
Exploitation is active. Threat actors are sweeping the internet for hosts listening on TCP port 5900, the default Screen Sharing / VNC port, and using the bypass to install cryptocurrency mining payloads on the Macs they reach. Mining is simply the payload that has been observed; the access obtained is unrestricted root and supports any follow-on objective.
HLD assesses this as an emergency-response event for any organisation with Macs, and specifically for those running Mac build agents, lab machines, media workstations, or cloud-hosted Macs where Screen Sharing is enabled and remote access is reachable from outside the corporate network.