| - module: github.com/pion/webrtc/v3 |
| - package: github.com/pion/webrtc/v3 |
| - PeerConnection.AddTrack |
| - PeerConnection.AddTransceiverFromKind |
| - PeerConnection.AddTransceiverFromTrack |
| - PeerConnection.CreateDataChannel |
| - PeerConnection.RemoveTrack |
| - PeerConnection.SetLocalDescription |
| - PeerConnection.SetRemoteDescription |
| Due to improper error handling, DTLS connections were not killed when certificate verification |
| failed, causing users who did not check the connection state to continue to use the connection. |
| This could allow allow an attacker which holds the ICE password, but not a valid certificate, |
| to bypass this restriction. |
| published: 2021-07-28T18:08:05Z |
| credit: Gaukas Wang (@Gaukas) |
| - fix: https://github.com/pion/webrtc/pull/1709 |
| - fix: https://github.com/pion/webrtc/commit/545613dcdeb5dedb01cce94175f40bcbe045df2e |
| - web: https://github.com/pion/webrtc/issues/1708 |