Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Vulnerability giving attackers full control of Macs is under active exploitation

Screen-sharing bug lets remote hackers log in without a password.

Vulnerability giving attackers full control of Macs is under active exploitation

The Netherlands National Cyber Security Centrum has warned that a critical macOS vulnerability, tracked as CVE-2026-65400, is being actively exploited by attackers. The vulnerability allows malicious code to be executed on a compromised system. According to the NCSC, the abuse of this vulnerability has been observed on multiple systems where port 5900 is accessible from the Internet.

In these cases, the root account was accessed, and a Monero crypto miner was installed. Apple released a patch for macOS Tahoe, Sequoia, and Sonoma to address this issue, which has a severity rating of 7.1 out of 10. This vulnerability arises from a flaw in the macOS screen sharing feature, which enables remote access to the screen and control of the keyboard and mouse while the system is on.

Written by urgent.news from Ars Technica's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at arstechnica.com →

More in Tech

Should You Buy an iPhone 17 Now or Wait for iPhone 18?

For the first time since Apple started selling standard and "Pro" iPhones, we're not going to get an entry-level iPhone model this fall.

  • Apple will not release an entry-level iPhone in the fall.
  • iPhone 18 Pro, Pro Max, and Ultra models to launch in September.
  • iPhone 17 priced at $799, trade-in prices expected to drop.

Kotlin Compiler Plugins & KSP: Building Code Generation Tools

Kotlin Compiler Plugins & KSP: Building Code Generation Tools Large Kotlin applications often contain repetitive code for serialization, dependency injection, adapters, database mappings, and API…

  • Kotlin Compiler Plugins and KSP aid in building code generation tools for large Kotlin applications
  • KSP is used for annotation processing, source generation, symbol inspection, and generating adapters