this post was submitted on 15 Aug 2026
157 points (98.8% liked)

Technology

87184 readers
4828 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 14 comments
sorted by: hot top controversial new old
[–] PushButton@lemmy.world 6 points 3 hours ago

It reads like: after someone deliberately configured their mac to expose a feature on the internet, someone "may" use it.

It's probably one of those "security issue found by AI".

[–] adespoton@lemmy.ca 41 points 11 hours ago (2 children)

How are people running their Macs exposed directly to the Internet?

In order to make this work, a user would have to:

  1. Turn on screen sharing
  2. Turn off the OS firewall block
  3. Set up NAT routing on their router to forward port 5900 to their Mac

Seems to me that anyone who could do this would know it was a really bad idea?

Especially since you can already tunnel screen sharing via Apple ID or FaceTime to connect without leaving the port open.

[–] dan@upvote.au 10 points 6 hours ago* (last edited 6 hours ago) (1 children)

One of the ways it can happen is if a router doesn't have a proper IPv6 firewall.

The majority of internet users in the USA have IPv6 connectivity - something like 55-60% overall, and close to 100% on some networks. T-Mobile's network is 100% IPv6-only, using 464XLAT for connectivity to legacy IPv4-only servers. Most Comcast customers have IPv6 too, as they were the first major ISP to roll out IPv6, close to 15 years ago now.

Without an IPv6 firewall on the router, all devices on your network are directly accessible from the outside world (unless they're running their own firewall, of course). At least Windows ships with a firewall enabled by default, which reduces the impact for Windows users.

I've seen this in places you wouldn't expect it, too. TP-Link's prosumer/SMB 10Gbps router (Omada ER8411) didn't have an IPv6 firewall until about a year after launch. I had to disable IPv6 until then. They did add it, but I've since switched to a Unifi Cloud Gateway Fiber.

Thankfully I haven't seen it recently, so maybe it's not an issue any more on modern hardware.

NAT is a hack, not a security feature, and IPv6 removes the need for it. The firewall is the security feature.

[–] greyscale@lemmy.grey.ooo 3 points 4 hours ago (1 children)

The firewall is the security feature.

Mmm whole new class of bugs and vulns being introduced in one statement.

Now my 3d printer needs its firewall babysat. So does my smart fan. Excellent idea.

Homes and businesses should be islands.

[–] cley_faye@lemmy.world 1 points 4 hours ago (1 children)

You can have IPv6 on your router, and an isolated network. It's just not necessarily what's done by default.

[–] greyscale@lemmy.grey.ooo 3 points 3 hours ago

yaaay so the default is my 2030 smart toaster is gonna be on a botnet

NAT is a blessing protecting the consumer from neglegent manufacturers

[–] muusemuuse@sh.itjust.works 12 points 11 hours ago

Synology support has told me to do equally dumb shit back when I still had synology products.

[–] friend_of_satan@lemmy.world 42 points 13 hours ago

The vulnerability, tracked as CVE-2026-65400, received a patch from Apple last week for macOS TahoeSequoia, and Sonoma.

[–] ag10n@lemmy.world 14 points 12 hours ago (2 children)

Apparently requires VNC to be open to the internet

[–] cenzorrll@piefed.ca 6 points 7 hours ago

So if requires full access to your PC from the internet to have full access to your PC?

[–] muusemuuse@sh.itjust.works 1 points 11 hours ago (2 children)

Honest question: who still uses VNC? I think it’s only relevant because it’s just kind of a safe fallback but not because it’s particularly great at anything.

[–] dan@upvote.au 5 points 6 hours ago* (last edited 6 hours ago) (1 children)

The underlying protocol (RFB) is very simple to implement, and in fact some friends and I implemented both a VNC client and server as part of a project we worked on at university nearly 20 years ago.

Because of this, it's common to find it in various places, especially for interacting with systems that don't have an OS installed yet:

Most good VPS providers provide VNC access so you can set up your own OS from an ISO, use Clonezilla to clone the drive over the network, recover files if the drive gets corrupted somehow, etc. It's a built-in feature of KVM/libvirt that the providers usually expose using something like NoVNC in their control panel. The common off-the-shelf control panels (Virtualizor, SolusVM, Virtfusion, Proxmox, etc) all have it as a standard feature.

A lot of IPMI/BMC and KVM-over-IP systems use VNC too, for a similar purpose, just for physical hardware rather than VMs. The protocol being very simple makes it easy to build a simple version into an embedded system. This is also usually accessed via NoVNC in a web UI.

[–] greyscale@lemmy.grey.ooo 1 points 4 hours ago

I've been in the cloud space so long that I'm like "vnc what the fuuuuck" while I dick about with cloudinit