A recently patched vulnerability in macOS Screen Sharing is now being actively exploited against internet-exposed Macs, giving attackers a path to root-level access without valid credentials and demonstrating how dangerous remote-management services can become when they are left publicly reachable.
The vulnerability, tracked as CVE-2026-65400, affects Apple’s Screen Sharing service and can allow a remote attacker to bypass authentication under vulnerable configurations. The service relies on the VNC protocol and typically listens on TCP port 5900, making improperly exposed systems discoverable through internet-wide scanning.
Apple released emergency fixes on August 6 for supported versions of macOS, including Tahoe 26.6.1, Sequoia 15.7.9 and Sonoma 14.8.9. The vulnerability was initially rated 7.1, but CISA later increased its severity assessment to 9.8, reflecting the potential for remotely exploitable, automatable attacks.
Attackers are already using the vulnerabilityThe threat is no longer theoretical. The Dutch National Cyber Security Centre has observed attackers exploiting CVE-2026-65400 against Macs with Screen Sharing exposed to the internet.
In observed attacks, successful exploitation was followed by deployment of Monero cryptocurrency mining malware. The attackers effectively hijack the compromised Mac’s computing resources to generate cryptocurrency.
Cryptomining may be the objective currently being observed, but root access provides considerably broader possibilities. An attacker operating with the highest privileges on macOS could potentially access sensitive information, modify system configuration, establish persistence, steal credentials or install additional malware.
The miner should therefore be viewed as the payload chosen by the attackers rather than the limit of what the vulnerability makes possible.
Screen Sharing creates a powerful attack surfaceApple’s Screen Sharing functionality allows users and administrators to remotely view and control Macs. It can be extremely useful for technical support and remote administration, but that capability also means the underlying service operates across an unusually sensitive security boundary.
A remote-management service is specifically designed to let another computer interact with the machine.
If authentication protecting that service fails, the feature intended for legitimate remote administration can become the attacker’s entry point.
The risk becomes substantially greater when VNC is exposed directly to the public internet. Attackers routinely scan IPv4 address space for common services, meaning finding vulnerable systems can be automated rather than requiring a targeted attack against a particular organization.
Public exploit information accelerated the dangerTechnical details surrounding the vulnerability were demonstrated publicly at the Black Hat security conference, and proof-of-concept exploitation code has become available.
That development significantly lowers the barrier for exploitation.
Once reliable PoC code exists, attackers no longer need to independently reverse-engineer the vulnerability. They can adapt existing research, automate scanning for port 5900 and attempt exploitation against discovered systems.
This pattern has become increasingly common across enterprise security. The time separating vulnerability disclosure, technical research and real-world exploitation continues to shrink, leaving organizations with increasingly narrow remediation windows.
Root access dramatically increases the impactThe most concerning element of CVE-2026-65400 is not simply unauthorized Screen Sharing. It is the possibility of turning that initial access into privileged control of the operating system.
Root is effectively the highest level of authority on a Unix-based operating system such as macOS. Malware executing with those privileges can potentially modify protected resources, interfere with security controls and establish persistence that is considerably harder to remove than a conventional user-level infection.
This is particularly important in enterprise environments, where Macs are commonly used by software developers, engineers and executives.
A developer workstation may contain SSH keys, Git credentials, cloud authentication tokens, source-code access and active browser sessions connected to corporate applications. Compromising that endpoint can therefore provide attackers with opportunities extending well beyond the individual Mac.
Remote administration should not be directly exposedThe incident reinforces a fundamental infrastructure-security principle: administrative interfaces should rarely be directly accessible from the public internet.
Services such as VNC, RDP, SSH and administrative dashboards are continuously scanned by attackers. Even strong authentication cannot protect them against every future implementation vulnerability.
Organizations that genuinely require remote Screen Sharing should place additional security boundaries around the service, such as VPN access, firewall restrictions or trusted network controls.
This creates another barrier between an attacker and the vulnerable service. A vulnerability in Screen Sharing becomes considerably harder to exploit remotely if the attacker cannot reach Screen Sharing in the first place.
Apple has already patched the vulnerabilityUsers running affected macOS versions should install Apple’s latest security updates immediately. Because active exploitation has already been observed, delaying the update creates unnecessary exposure, particularly for systems where Screen Sharing or Remote Management is enabled.
Users who cannot immediately patch should disable Screen Sharing or otherwise prevent VNC from being reachable externally until the update can be installed.
Administrators should also investigate whether TCP port 5900 is publicly exposed anywhere in their environment. Systems that were reachable before being patched deserve additional scrutiny for evidence of compromise.
That investigation should not focus exclusively on cryptocurrency miners. Once attackers obtain privileged access, they can deploy different payloads, create persistence or steal information without producing the obvious CPU consumption associated with mining malware.
Another example of the shrinking patch windowCVE-2026-65400 is also another reminder that Apple devices should not be treated as inherently low-risk enterprise endpoints.
macOS includes substantial security mechanisms, but Macs increasingly occupy valuable positions inside corporate environments. As their use among developers and technology professionals grows, the incentive for attackers to develop macOS-specific exploitation capabilities grows with them.
The Screen Sharing attacks demonstrate the consequences when a powerful administrative service, an authentication vulnerability and public internet exposure intersect.
Apple has provided the fix. Exploit information is public. Attackers are already using the vulnerability.
At that point, the issue is no longer whether CVE-2026-65400 could be exploited. The relevant question for defenders is whether any vulnerable Macs were reachable before they were patched.