SY0-701 · Security Program Management and Oversight · Updated July 25, 2026
Juice Jacking: The Risk of Public USB Charging
Juice jacking is an attack that abuses public USB charging ports — at airports, hotels, malls, and conference centers — to exchange data with a connected device instead of just delivering power. Because a Universal Serial Bus (USB) cable carries both power and data on the same connector, a compromised kiosk can attempt to copy files off a phone or push malware onto it while the owner believes it’s simply charging. The safest response, and the one awareness training drills, is to avoid untrusted USB data connections entirely: plug your own AC adapter into a wall outlet, carry a battery pack, or use a charge-only cable or USB data blocker.
Why one connector creates the problem
USB was designed to be convenient: a single cable that powers a device and moves data. Inside a standard USB-A cable are dedicated power lines and dedicated data lines. When you plug into a genuine “dumb” charger, only the power lines matter. But the port on a public kiosk is a black box — there is no way to see, from the outside, whether anything is wired to the data pins. A malicious kiosk (or a tampered one — attackers have retrofitted legitimate charging stations and even left “free” cables behind) can host a small computer that enumerates the phone as a connected device the moment the cable seats.
From there, two attack goals:
- Data theft. If the device exposes storage or trusts the host, the attacker can pull photos, contacts, files, or backups.
- Malware installation. The hostile host can attempt to exploit the device’s USB stack or trick the user into authorizing a connection that sideloads malicious code.
A related hardware variant is the malicious cable — a cable with an implant hidden in the plug that can inject keystrokes — the same family of hardware implant as a hardware keylogger — or exfiltrate data. It looks identical to a normal cable, which is why “found” or vendor-branded free cables are treated as untrusted hardware, the same category as an unknown USB flash drive.
Built-in defenses — and why training still matters
Modern mobile operating systems ship meaningful protections. Phones default to charge-only mode when connected to a new host, and both major platforms prompt — “Trust this computer?” or a USB-mode selection — before allowing data access, typically requiring the device to be unlocked first. Those defenses are real, and they’re why mass juice-jacking incidents are rare in the wild.
Security awareness programs still cover the topic, for three reasons. First, the prompt is only a defense if the user refuses it; a traveler who taps “Trust” out of habit has authorized the attack. Second, prompts guard the standard data channel but exploits targeting the USB stack itself have surfaced over the years, and unpatched devices linger. Third, the corporate stakes are asymmetric: a phone with corporate email, cached credentials, and an authenticator app is a high-value target, so policy pushes users toward options that remove the question entirely rather than relying on them to answer a prompt correctly at 6 a.m. in an airport.
Charging options ranked
| Option | Data path exists? | Verdict |
|---|---|---|
| Your own AC adapter into a wall power outlet | No — AC outlet carries only power | Safest; the recommended default |
| Personal portable battery pack | No untrusted host involved | Safe; ideal for travel |
| USB data blocker (“USB condom”) on a public port | Data pins physically severed | Safe against data attacks |
| Charge-only cable on a public port | Cable lacks data wires | Safe if the cable is genuinely yours and charge-only |
| Public USB port with your normal cable | Yes — full data pins connected | Risky; relies entirely on OS prompts |
| Public port with a cable found at the kiosk | Yes — and the cable itself may be an implant | Worst option |
A USB data blocker is a small pass-through adapter that physically connects only the power pins, making data transfer electrically impossible regardless of what the kiosk tries. It’s the standard giveaway at security conferences for a reason: it converts an untrusted data port into a power-only port.
Two habits round out the guidance: keep the phone’s operating system patched (closing known USB-stack exploits), and if you must use an unavoidable public port, decline any trust or file-transfer prompt and watch for unexpected behavior. If a device prompts about a data connection when you expected only power, unplug it — that prompt is the attack announcing itself.
Juice jacking sits alongside open hotspots in travel-security training — the parallel risk on the network side is covered in Public Wi-Fi Risks. Both teach the same instinct: infrastructure you don’t control is untrusted until proven otherwise.
How the SY0-701 exam tests this
- A traveler with a dying phone stands at an airport charging kiosk, and the question asks the safest way to charge. The credited answer is the option with no untrusted data path — personal AC adapter in a wall outlet, a battery pack, or a data blocker/charge-only cable — never “plug in and decline the prompt,” which is merely less bad.
- A definitional item describes data being stolen or malware installed through a charging connection and asks you to name the attack. That’s juice jacking; distractors often include bluesnarfing (wireless), skimming (card readers), or evil twin (Wi-Fi).
- A scenario asks which awareness-training topic addresses employees charging corporate phones while traveling — the answer ties USB charging risk to the removable/USB media portion of the training program.
- A question presents a “free cable” left at a kiosk or handed out at a booth and asks for the risk category: untrusted hardware capable of data injection, handled like an unknown USB drive.
Juice jacking is one of many awareness-training topics on the exam — the Security+ SY0-701 study guide shows how to schedule them all, and Security+ practice exams confirm the safest-option logic has stuck.
Quick reference
- Juice jacking = abusing a USB charging connection to steal data or deliver malware.
- The root cause: USB carries power and data on one connector, and public ports are unverifiable.
- Safest charging: your own adapter + wall outlet, or a personal battery pack.
- USB data blockers physically cut the data pins — power flows, data can’t.
- Charge-only cables work the same way; only trust ones you own.
- OS “trust this computer” prompts help, but training says avoid the decision, don’t rely on winning it.
- Treat found or free USB cables like found USB drives: potential implants, never use them.
- Keep mobile devices patched to close USB-stack exploits that bypass prompts.