Comment by sippeangelo

1 day ago

Bit of a sensational title? This doesn't "break WiFi encryption", only device isolation if the attacker is already in the same network.

Many businesses and universities, and likely some government offices, rely on client isolation for segmenting their networks. It’s a big deal.

  • It's not a big deal because the Ars Technica summarisation is wrong. You can (and enterprise controllers do in fact) tie IPs and MACs to association IDs (8bit number per client+BSS) and thus prevent this kind of spoofing. I haven't had time to read the paper yet to check what it says on this.

    Also client isolation is not considered "needed" in home/SOHO networks because this kind of attack is kinda assumed out of scope; it's not even tried to address this. "If you give people access to your wifi, they can fuck with your wifi devices." This should probably be communicated more clearly, but any claims on this attack re. home networks are junk.

    • This is mostly accurate, to clarify the association IDs tie into what VLANs will be assigned and that does block all of the injection/MITM attacks. This also assumes that the VLAN segments are truly isolated from one another, as in they do not route traffic between each other by default including for broadcast and multicast traffic.

      However client isolation should be a tool people have at their disposal. Consider the need for people to buy cloud IOT devices and throw them on a guest network (https://arstechnica.com/security/2024/09/massive-china-state...). It's also about keeping web-browsers away from these devices during regular use, because there are paths for malicious web pages to break into IOT devices.

      2 replies →

    • What can you even do on the local network these days? Most everything is encrypted before it leaves the device. I guess you could cast stuff to the TV.

      1 reply →

  • you are definitely correct that it is potentially a big deal because it breaks expectation around network segmentation and isolation

    however, most people will read "breaks wi-fi encryption" and assume that it means that someone can launch this attack while wardriving, which they cant.

    • >assume that it means that someone can launch this attack while wardriving, which they cant.

      As a former wardriver (¡WEPlol!), it only makes this more difficult. In my US city every home/business has a fiber/copper switch, usually outside. A screw-driver and you're in.

      Granted, this now becomes a physical attack (only for initial access) — but still viable.

      ----

      >the next step is to put [AirSnitch] into historical context and assess how big a threat it poses in the real world. In some respects, it resembles the 2007 PTW attack ... that completely and immediately broke WEP, leaving Wi-Fi users everywhere with no means to protect themselves against nearby adversaries. For now, client isolation is similarly defeated—almost completely and overnight—with no immediate remedy available.

      ----

      I think the article's main point is that so many places have similarly-such-unsecured plug-in points. Perhaps even a user was authorized for one WiFi network segment, and is already "in" — bless this digital mess!

      3 replies →

  • Meh. The computers that:

    - must not be accessible because their services don't use authentication/encryption

    - and share a wifi with potential attackers

    is just not that large.

    They exist, but the vast majority runs in places that don't care about security all that much.

    This should be a signal to fix the two things I mention, not to improve their wifi/firewall security.

  • Anyone who relies on client isolation was just waiting to get pwned anyway.

    • This is effectively victim blaming. Most of us are just users. Even corporate users (relying upon other contractors' default configurations).

      Is it grandma's fault that her ISP-issued router came with vulnerabilities exposing mammy's entire digital life?

      On a massive scale, this is a huge security disclosure of the hardware -level.

      —justbee

I'm a co-author on the paper: I would personally not use the word break but instead bypass, to indeed clarify we can't just 'break' any network. We specifically target client isolation, which is nowadays often used, and that proved possible to bypass. If you don't rely on client/network isolation, you are safe.