原始 OSV JSON{
"id": "GHSA-74xm-qj29-cq8p",
"aliases": [
"CVE-2021-28681"
],
"details": "### Impact\nData channel communication was incorrectly allowed with users who have failed DTLS certificate verification.\n\nThis attack requires \n* Attacker knows the ICE password. \n* Only take place during PeerConnection handshake.\n\nThis attack can be detected by monitoring `PeerConnectionState` in all versions of Pion WebRTC.\n\n### Patches\nUsers should upgrade to v3.0.15. \n\nThe exact patch is https://github.com/pion/webrtc/commit/545613dcdeb5dedb01cce94175f40bcbe045df2e\n\n### Workarounds\nUsers should listen for when `PeerConnectionState` changes to `PeerConnectionStateFailed`. When it enters this state users should not continue using the PeerConnection.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/pion/webrtc\n* Email us at [[email protected] ](mailto:[email protected] )\n\nThank you to https://github.com/Gaukas for discovering this.",
"summary": "In github.com/pion/webrtc, failed DTLS certificate verification doesn't stop data channel communication",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.15"
}
]
}
],
"package": {
"name": "github.com/pion/webrtc/v3",
"ecosystem": "Go"
}
}
],
"modified": "2024-05-20T19:56:37Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"published": "2021-05-25T18:42:42Z",
"references": [
{
"url": "https://github.com/pion/webrtc/security/advisories/GHSA-74xm-qj29-cq8p",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28681",
"type": "ADVISORY"
},
{
"url": "https://github.com/pion/webrtc/issues/1708",
"type": "WEB"
},
{
"url": "https://github.com/pion/webrtc/pull/1709",
"type": "WEB"
},
{
"url": "https://github.com/pion/webrtc/commit/545613dcdeb5dedb01cce94175f40bcbe045df2e",
"type": "WEB"
},
{
"url": "https://github.com/pion/webrtc",
"type": "PACKAGE"
},
{
"url": "https://pkg.go.dev/vuln/GO-2021-0104",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-863"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2021-05-21T21:29:41Z"
}
}