Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Hackers exploited macOS Screen Sharing flaw to install Monero miners, Dutch cyber agency says

U.S. officials rated the severity of the vulnerability a critical 9.8/10 on the CVSS scale, and experts are warning users to update their devices.

Hackers exploited macOS Screen Sharing flaw to install Monero miners, Dutch cyber agency says

The Dutch National Cyber Security Centre (NCSC-NL) reported that attackers are exploiting a vulnerability in macOS Screen Sharing, tracked as CVE-2026-65400, to compromise Macs with port 5900 exposed to the Internet. According to Tom's Hardware, in every case reported to the agency, attackers obtained root access and installed a Monero cryptocurrency miner.

The vulnerability, an authentication bypass, was patched by Apple on August 6 in an out-of-band update covering macOS Tahoe 26.6.1, Sequoia 15.7.9, and Sonoma 14.8.9. The US Cybersecurity and Infrastructure Security Agency (CISA) rated the severity of the vulnerability a critical 9.8/10 on the CVSS scale, as reported by The Block.

NCSC-NL first flagged the vulnerability in an advisory on August 7, urging organizations to update immediately, and revised it on August 12, noting that public proof-of-concept code is now available and that active abuse had been observed on multiple internet-exposed systems.

Brief written by urgent.news from The Block, Tom's Hardware, Dev.to — 3 reports on this story. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at theblock.co →

More in Tech

Building Resilient Background Jobs in NestJS with BullMQ

Background jobs look simple right up until one of them dies silently in production and nobody notices for three days. A job that sends confirmation emails stops running.

  • BullMQ tutorials focus on basics, lacking real-world resilience patterns
  • Implement exponential backoff with jitter to prevent thundering herd
  • Use idempotency keys to ensure retries are safe and avoid duplicates

Why Your Docker Build Takes 11 Minutes in CI When It Takes 20 Seconds Locally

If your Docker build is fast locally and slow in CI, the base image is almost never the problem. CI runners are ephemeral, so they start with an empty layer cache unless you explicitly wire one up…

  • CI runners start with empty cache, invalidating previous layers
  • Move dependency installation steps to bottom of Dockerfile
  • Use --progress=plain to identify cached vs uncached steps

Designing HTML Page Caching Changed How I Think About Caching

Long Story Short Designing HTML page caching in practice connected several concepts I had previously understood separately, such as TTL, browser caching, and where cache policies should live.

  • HTML page caching at work revealed broader system impact
  • CloudFront served as CDN, cached HTML pages including SSR data
  • TTL wasn't simple, required context-specific reasoning

We scanned our own production site and found 8 vulnerabilities. Here’s the list.

Building software in 2026 feels surreal. With LLMs handling boilerplate, we ship features in hours that used to take weeks. But fast shipping has a nasty side effect: it breeds overconfidence.

  • Vergate discovered 8 vulnerabilities in their own marketing site
  • Missing security headers exposed site to cross-site attacks
  • Incident highlights need for continuous security checks

More from Sunday 16 August →