Is public Wi-Fi safe — people working on laptops in a coffee shop

Is Public Wi-Fi Safe? The Honest Security Guide (2026)

Is public Wi-Fi safe? Not inherently — the real risk isn’t hypothetical. Courts have convicted people for running fake Wi-Fi hotspots to steal data, a documented 2017 protocol-level flaw affected virtually every WPA2 network on earth, and a technique first documented by academic researchers in 2005 still powers the rogue-access-point tools sold commercially today. But is public Wi-Fi safe also isn’t an all-or-nothing question: some risks are genuinely rare, others are common and preventable, and knowing the difference matters more than blanket avoidance.

Is public Wi-Fi safe — people working on laptops in a coffee shop
Photo by Tim Gouw via Wikimedia Commons, CC0.

A Real Case: The Airport Evil-Twin Attacker

In 2024, Australian federal police arrested a 44-year-old man who had set up fake Wi-Fi access points — using a “Wi-Fi Pineapple” device — at Perth, Melbourne, and Adelaide airports, and on domestic flights. His networks mimicked real airport and airline Wi-Fi names with fake login (captive portal) pages designed to harvest email addresses, passwords, and other credentials from anyone who connected and logged in. Equipment was seized in April 2024, he was charged in July 2024, and reporting from Cybernews, BleepingComputer, and Security Affairs confirmed a sentence of 7 years and 4 months.

This is a real, prosecuted “evil twin” attack — a fake access point broadcasting a trusted-sounding name (like “Airport_Free_WiFi”) to trick devices into connecting automatically or manually. It’s the single most concrete, documented illustration of why is public Wi-Fi safe isn’t a paranoid question.

Airport terminal public Wi-Fi evil twin risk
Photo by U.S. Government Accountability Office. Public domain, via Wikimedia Commons.

The KARMA Attack: Your Phone Gives You Away

Where It Came From

Beyond a simple evil twin, a more automated technique called the KARMA attack exploits how devices search for networks in the first place. It was developed and first documented by Dino Dai Zovi and Shane Macaulay in “Attacking Automatic Wireless Network Selection,” presented at the 6th Annual IEEE Systems, Man, and Cybernetics Information Assurance Workshop at West Point in June 2005 — real, peer-reviewed, academic security research, not an internet rumor.

How It Actually Works

Devices routinely broadcast an unencrypted list of previously-joined Wi-Fi network names while searching for a connection. A KARMA-style rogue access point listens for that broadcast and simply answers “yes” to whichever network name the device is asking for — impersonating your home network, your office Wi-Fi, or a coffee shop you visited once, without needing to guess the name in advance. The technique was later built into the Karmetasploit module of the Metasploit framework and commercialized in the Wi-Fi Pineapple hardware platform — the same class of device used in the real airport case above.

Public Wi-Fi wireless router
Photo by Hayden Schiff. CC BY 4.0, via Wikimedia Commons.

KRACK: When the Encryption Itself Was the Problem

In October 2017, researchers Mathy Vanhoef and Frank Piessens of KU Leuven disclosed the Key Reinstallation Attack (KRACK), presented at ACM CCS 2017. This wasn’t a flaw in one router’s firmware — it was a weakness in the WPA2 protocol’s four-way handshake itself, meaning it affected correctly-implemented WPA2 on nearly every device that used it at the time. The associated vulnerabilities were tracked as CVE-2017-13077 through CVE-2017-13088.

The fix came with WPA3, which replaced the vulnerable handshake with SAE (Simultaneous Authentication of Equals), a modern password-authenticated key exchange that provides forward secrecy — meaning even if a password is later compromised, past sessions can’t be decrypted retroactively. If your router and devices support WPA3, that’s a real, meaningful upgrade over WPA2, not just a marketing refresh.

What HTTPS Actually Protects (and What It Doesn’t)

A common piece of advice is “just make sure the site has HTTPS” — and while that’s genuinely useful, it’s incomplete. HTTPS/TLS encrypts the content of your traffic, so a network-level eavesdropper generally can’t read what you’re typing into a form or which page content you’re viewing. But it does not hide everything:

  • DNS queries — the lookup that translates a domain name (like “yourbank.com”) to an IP address — are typically sent in plaintext unless you’ve specifically configured encrypted DNS (DoH/DoT). Anyone monitoring the network can usually see which domains you’re visiting even over an all-HTTPS session.
  • The TLS SNI (Server Name Indication) field — sent unencrypted at the start of a standard TLS handshake so the server knows which certificate to present — also typically reveals the domain name to a network observer, again even though the actual page content stays encrypted.

This is a real, accurate technical nuance, not a scare tactic: HTTPS protects what you send, but a local network observer can often still see where you’re going.

ARP Spoofing: The Other Common Attack

Beyond fake access points, a second well-documented Layer 2 attack technique — ARP spoofing (or ARP poisoning) — exploits the fact that the Address Resolution Protocol has no built-in authentication. An attacker on the same network segment sends forged ARP messages associating their own device with another device’s IP address, letting them intercept traffic intended for someone else. Public Wi-Fi networks are a favorable environment for this precisely because many don’t enable “client isolation” (a setting that prevents devices on the same Wi-Fi from talking directly to each other) — a real, checkable configuration gap, not present on every network but common enough to matter.

How Common Is This, Actually? A Real Survey

Panda Security’s “The Perils of Public Wi-Fi: A 2025 Trend Report” surveyed 1,014 U.S. adults via SurveyMonkey Audience in July 2025 (margin of error roughly ±3% at 95% confidence). Its findings are a useful reality check on both directions of the risk:

FindingResult
Suspect a public Wi-Fi-linked security incident36%
Certain they had one19%
Concerned about public Wi-Fi security66.5%
Concerned but still skip protections anyway23.5%
Check email over public Wi-Fi43%
Make purchases over public Wi-Fi20%
“Very confident” they could spot a rogue network20.2%

The gap between concern (two-thirds) and action (roughly a quarter still skipping protection) is the actual, real-world problem — not that public Wi-Fi is universally dangerous, but that the gap between knowing the risk and acting on it is wide.

What a VPN Does and Doesn’t Fix

What It Does Protect Against

  • Encrypts your traffic against local-network eavesdropping, including ARP-spoofing-based interception, KARMA-style rogue access points, and evil-twin networks, since even if an attacker intercepts your packets, they’re encrypted inside the VPN tunnel.
  • Hides the destination-domain visibility gap described above (DNS queries and SNI) from the local network, since that traffic now goes through the encrypted tunnel to your VPN provider instead.

What It Does Not Protect Against

  • It doesn’t scan for malware or block malicious downloads — that’s an antivirus’s job, not a VPN’s. See our honest antivirus comparison for real, sourced lab results.
  • It doesn’t prevent phishing — if you type your password into a fake login page, a VPN doesn’t stop that. See our full phishing guide.
  • It doesn’t protect against physical device theft or someone shoulder-surfing your screen.
  • It shifts trust rather than eliminating it — your VPN provider can technically see your traffic instead of the local network, which is exactly why provider trustworthiness (audits, no-logs verification, jurisdiction) matters. See our comparison of VPN providers with real audit histories.

Why Split Tunneling Matters Here Specifically

Split tunneling routes some app traffic through the VPN and sends the rest directly over the local network, unencrypted, by design — usually to preserve speed for apps that don’t need protection. On public Wi-Fi, whatever traffic falls outside the tunnel is exposed to exactly the same local-network attacks (ARP spoofing, evil-twin interception, KARMA-style rogue APs) as if no VPN were running at all for that traffic. Multiple providers’ own documentation — including NordVPN’s and OpenVPN’s — recommends disabling split tunneling specifically on untrusted networks like coffee shops, airports, and hotels, reserving it for trusted home or office use where the trade-off makes more sense.

Router-Level Attacks: A Less-Discussed Risk

Most public Wi-Fi advice focuses on what happens between your device and the access point. A separate, less-discussed risk sits at the router itself: DNS hijacking, where an attacker who has compromised the router (or run their own with malicious settings) redirects DNS queries to servers under their control, silently rewriting which IP address a domain name resolves to — even for a network name and password you’d otherwise trust. This is a real, structural reason a VPN’s own encrypted DNS resolution (routing your lookups through the VPN provider instead of whatever DNS server the local network hands you) is a genuine security feature, not just a privacy nicety, on any network you don’t personally control.

Official Guidance Worth Reading Directly

Rather than paraphrasing government security agencies into invented specifics, we’ll point you to their actual pages:

Both are worth reading directly rather than relying on secondhand summaries, including ours.

Is Public Wi-Fi Safe? Practical Steps That Actually Help

  • Turn on WPA3 at home if your router and devices support it — a real protocol-level upgrade over the KRACK-vulnerable WPA2 handshake.
  • Use a reputable, audited VPN on public networks specifically, with split tunneling disabled — see our VPN comparison for providers with real, named audit histories rather than marketing claims.
  • Turn off Wi-Fi auto-connect for open networks, so your device doesn’t silently join a network with a familiar-sounding name — the exact mechanism both the KARMA technique and the airport evil-twin case relied on.
  • Avoid logging into sensitive accounts (banking, primary email) on unfamiliar public networks when you can wait, even with a VPN, simply to reduce total exposure.
  • Check for HTTPS, and understand its real, partial protection — it hides content, not necessarily which domains you’re visiting locally.

Is Public Wi-Fi Safe? Frequently Asked Questions

Is public Wi-Fi safe if I only browse, not log in?
It’s lower-risk than logging into accounts, but not risk-free — an attacker running an evil-twin or KARMA-style network can still see unencrypted DNS/domain activity and potentially serve malicious content, even to a user who isn’t logging into anything.

Is it safe to use public Wi-Fi with a VPN?
Significantly safer for the specific risks a VPN addresses (local network eavesdropping, evil-twin interception, ARP spoofing) — but a VPN doesn’t replace phishing awareness or malware protection, and split tunneling can leave some traffic unprotected even with a VPN active. Combine it with the practical steps above rather than treating it as a single complete fix.

What is a KARMA attack?
A technique, first documented by academic researchers in 2005, where a rogue access point listens for the network names your device is already searching for and automatically impersonates whichever one it hears — letting an attacker connect to your device without needing to guess a network name in advance.

What is an “evil twin” Wi-Fi attack?
A fake wireless access point that broadcasts a name similar to or identical to a legitimate network (like an airport or coffee shop’s real Wi-Fi), designed to trick devices into connecting so the attacker can intercept traffic or harvest credentials through a fake login page — exactly the technique used in the documented, prosecuted 2024 Australian airport case above.

Is home Wi-Fi safer than public Wi-Fi?
Generally yes, primarily because you control who has access and can verify the network’s authenticity, unlike a public network where you’re trusting whoever operates it (or trusting that no one has spoofed it). Home Wi-Fi still benefits from WPA3 and a strong router password.

Can a hacker attack me through a legitimate public Wi-Fi router?
Yes, if the router itself is compromised — DNS hijacking at the router level can redirect your traffic even on a network with the correct name and password, which is one of the reasons a VPN’s own DNS resolution is a genuine security feature on any network you don’t personally control.

Should I disable split tunneling on public Wi-Fi?
Yes — several VPN providers’ own documentation recommends disabling split tunneling specifically on untrusted networks, since any traffic routed outside the VPN tunnel is exposed to the same local-network attacks as if no VPN were running at all.

Scroll to Top