Local IP discovery with HTML5 WebRTC: Security and privacy risk?
1–10 of 16 posts
Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#2http://tools.ietf.org/html/draft-ietf-rtcweb-security-05#sec...
It doesn't seem like the issue is addressed in the webrtc draft.
Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#3Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#4On Chrome I get nothing, on Firefox, I get a printed out shell command.
Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#5Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#6is it possible to get a hostname(computer name)?
Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#7Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#8Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#9This is really scary that it can be used as a very reliable fingerprinting technique. http://tools.ietf.org/html/draft-ietf-rtcweb-security-05#sec... It doesn't seem like the issue is addressed in the webrtc draft.
Re: Local IP discovery with HTML5 WebRTC: Security and privacy risk?
#10Generally, it's not an additional risk over how screwed you generally are. If you're taking precautions against existing attacks, then yeah.
Question is, can it be fixed? The WebRTC SDP's for getting a peer-to-peer connection, so the general case seems to need to share IP addresses..
But that's not really needed, if you're normally behind a NAT, you're going to be behind a NAT this time, and don't need to share your real IPs -- just STUN/ICE data. If you're not behind a NAT, they already have your IP address.