posted in Technology
Vulnerability giving attackers full control of Macs is under active exploitation
arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-under-active-exploitation/posted in Technology
Vulnerability giving attackers full control of Macs is under active exploitation
arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-under-active-exploitation/Apparently requires VNC to be open to the internet
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.
Replying to @muusemuuse@sh.itjust.works
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.
I’ve been in the cloud space so long that I’m like “vnc what the fuuuuck” while I dick about with cloudinit
It’s built into every Mac
So if requires full access to your PC from the internet to have full access to your PC?
How are people running their Macs exposed directly to the Internet?
In order to make this work, a user would have to:
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.
Synology support has told me to do equally dumb shit back when I still had synology products.
Replying to @adespoton@lemmy.ca
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.
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.
You can have IPv6 on your router, and an isolated network. It’s just not necessarily what’s done by default.
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
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”.