Skip to content

Commit 0a8e819

Browse files
committed
data/reports: add GO-2023-1535.yaml
Aliases: GHSA-hxp2-xqf3-v83h Fixes #1535 Change-Id: Id27b0960f9d48c8875d81c220d208069ae5c9507 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/467437 Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent c3b662f commit 0a8e819

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

data/osv/GO-2023-1535.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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+
}

data/reports/GO-2023-1535.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)