File tree 2 files changed +69
-0
lines changed
2 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " GO-2023-1535" ,
3
+ "published" : " 0001-01-01T00:00:00Z" ,
4
+ "modified" : " 0001-01-01T00:00:00Z" ,
5
+ "aliases" : [
6
+ " GHSA-hxp2-xqf3-v83h"
7
+ ],
8
+ "details" : " Unmarshalling a Server Hello can panic, which could allow a denial of service." ,
9
+ "affected" : [
10
+ {
11
+ "package" : {
12
+ "name" : " github.com/pion/dtls/v2" ,
13
+ "ecosystem" : " Go"
14
+ },
15
+ "ranges" : [
16
+ {
17
+ "type" : " SEMVER" ,
18
+ "events" : [
19
+ {
20
+ "introduced" : " 0"
21
+ },
22
+ {
23
+ "fixed" : " 2.2.4"
24
+ }
25
+ ]
26
+ }
27
+ ],
28
+ "database_specific" : {
29
+ "url" : " https://pkg.go.dev/vuln/GO-2023-1535"
30
+ },
31
+ "ecosystem_specific" : {
32
+ "imports" : [
33
+ {
34
+ "path" : " github.com/pion/dtls/v2/pkg/protocol/handshake" ,
35
+ "symbols" : [
36
+ " Handshake.Unmarshal" ,
37
+ " MessageServerHello.Unmarshal"
38
+ ]
39
+ }
40
+ ]
41
+ }
42
+ }
43
+ ],
44
+ "references" : [
45
+ {
46
+ "type" : " FIX" ,
47
+ "url" : " https://github.com/pion/dtls/commit/7a14903448b70069fd9e02adf210ca23083c56d2"
48
+ }
49
+ ],
50
+ "schema_version" : " 1.3.1"
51
+ }
Original file line number Diff line number Diff line change
1
+ modules :
2
+ - module : github.com/pion/dtls/v2
3
+ versions :
4
+ - fixed : 2.2.4
5
+ vulnerable_at : 2.2.3
6
+ packages :
7
+ - package : github.com/pion/dtls/v2/pkg/protocol/handshake
8
+ symbols :
9
+ - MessageServerHello.Unmarshal
10
+ derived_symbols :
11
+ - Handshake.Unmarshal
12
+ description : |
13
+ Unmarshalling a Server Hello can panic, which
14
+ could allow a denial of service.
15
+ ghsas :
16
+ - GHSA-hxp2-xqf3-v83h
17
+ references :
18
+ - fix : https://github.com/pion/dtls/commit/7a14903448b70069fd9e02adf210ca23083c56d2
You can’t perform that action at this time.
0 commit comments