Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

This question already has an answer here:

I'm beginning to see more and more public device charging stations — okay, they're still mostly in airports — that include USB outlets, not just regular power outlets. Are these safe to use? Could someone with time, access and expertise rig one up so that it silently snoops in a connected phone's memory or loads a virus during charging?

To clarify, I know my phone usually asks me what to do if I connect it to something that tries to transfer more than just power, with a dialog box. I'm mostly concerned that there's a way for programs to unilaterally start doing things without a

Do you want to allow program BlahBlah to access your...

confirmation first.

share|improve this question
3  
This is known as Juice Jacking – makerofthings7 Mar 14 at 4:22
Also see this Krebs article that explains the risks for a layman – makerofthings7 Mar 14 at 4:23
I should've known there'd be a term for this already. Thanks, @makerofthings7 et al. – Lord Torgamus Mar 15 at 12:53

marked as duplicate by AviD Mar 14 at 9:44

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Depends on the phone. If you've disabled USB debugging/file sharing1, then Android phones are inaccessible via USB until you turn it on.

On the other hand, one can access most files of an iPhone without any special access (this bypasses the pincode lock as well). Desktop applications like IExplore do this. While ssh access won't be available, they still can delete/steal your data, including applications, music, photos, and videos. As well as the configuration of applications (which may include passwords). And they can add their own malware.

1 These two are different. Most phones have debugging enabled by default, though you can turn it off. USB sharing is disabled by default, since it requires the SD card to be unmounted (which kills half your apps).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.