Urgent.News

the world's headlines, one feed

Editions

Tech

Apple just patched a Mac security flaw. You should probably update today

Apple has released macOS updates fixing a Screen Sharing vulnerability that could allow attackers on the network to bypass authentication.

Apple just patched a Mac security flaw. You should probably update today

Apple has released a set of security updates for macOS to address a vulnerability in its built-in Screen Sharing feature. The flaw, tracked as CVE-2026-65400, could allow an attacker on the same network to bypass authentication and gain access to Screen Sharing without valid credentials. Apple has released macOS Tahoe 26.6.1, macOS Sequoia 15.7.9, and macOS Sonoma 14.8.9 to patch the vulnerability.

While the circumstances around the patch make it worth installing, there is no public proof-of-concept exploit available and Apple says it is not aware of the flaw being exploited outside test environments. Users who have not manually enabled Screen Sharing are not impacted.

Brief written by urgent.news from Digital Trends's own syndicated text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at digitaltrends.com →

More in Tech

Editorial illustration

Build, Buy, or Call an API: How We Actually Decide

Clients ask me why we don't just build our own model. It's a fair question, and most of the time the honest answer is that building our own would be the slowest and priciest route to a result slightly worse than an API hands us on day one. Engineers like building, and 'we made our own' reads well in a pitch.

Editorial illustration

Designing MCP tools an agent won't misuse

The first article in this series made a pair of claims. One: an AI-native product is an MCP server that lets an agent do things, not a chat widget that talks about them. Two: every write an agent can invoke needs idempotency and typed, recoverable errors, because agents retry and fan out by default. Both took typed schemas for granted.