Bug 238873
Summary: | [GStreamer][WebRTC] Leaks local IP addresses | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | mcatanzaro, philn |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://browserleaks.com/webrtc | ||
Bug Depends on: | |||
Bug Blocks: | 235885, 274711 |
Philippe Normand
Linked webpage should not display LAN IP addresses.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
PeerConnectionBackend is able to filter ".local" SDP candidates out, but what we get from GstWebRTC are already resolved IP addresses, it seems.
Philippe Normand
Relevant tests:
webrtc/datachannel/filter-ice-candidate.html
webrtc/filtering-ice-candidate-after-reload.html
Philippe Normand
https://gitlab.freedesktop.org/libnice/libnice/-/issues/68
https://datatracker.ietf.org/doc/html/draft-mdns-ice-candidates-00
Philippe Normand
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1233