Bug 238873 - [GStreamer][WebRTC] Leaks local IP addresses
Summary: [GStreamer][WebRTC] Leaks local IP addresses
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://browserleaks.com/webrtc
Keywords:
Depends on:
Blocks: GstWebRTC 274711
  Show dependency treegraph
 
Reported: 2022-04-06 10:06 PDT by Philippe Normand
Modified: 2024-05-25 10:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2022-04-06 10:06:27 PDT
Linked webpage should not display LAN IP addresses.
Comment 1 Philippe Normand 2022-04-06 10:17:50 PDT
PeerConnectionBackend is able to filter ".local" SDP candidates out, but what we get from GstWebRTC are already resolved IP addresses, it seems.
Comment 2 Philippe Normand 2022-04-07 03:48:07 PDT
Relevant tests:

webrtc/datachannel/filter-ice-candidate.html
webrtc/filtering-ice-candidate-after-reload.html