data/reports: add GO-2023-1535.yaml

Aliases: GHSA-hxp2-xqf3-v83h

Fixes golang/vulndb#1535

Change-Id: Id27b0960f9d48c8875d81c220d208069ae5c9507
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/467437
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Tatiana Bradley 2023-02-10 15:16:04 -05:00
Родитель c3b662f93d
Коммит 0a8e8193e4
2 изменённых файлов: 69 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,51 @@
{
"id": "GO-2023-1535",
"published": "0001-01-01T00:00:00Z",
"modified": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-hxp2-xqf3-v83h"
],
"details": "Unmarshalling a Server Hello can panic, which could allow a denial of service.",
"affected": [
{
"package": {
"name": "github.com/pion/dtls/v2",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.4"
}
]
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2023-1535"
},
"ecosystem_specific": {
"imports": [
{
"path": "github.com/pion/dtls/v2/pkg/protocol/handshake",
"symbols": [
"Handshake.Unmarshal",
"MessageServerHello.Unmarshal"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://github.com/pion/dtls/commit/7a14903448b70069fd9e02adf210ca23083c56d2"
}
],
"schema_version": "1.3.1"
}

Просмотреть файл

@ -0,0 +1,18 @@
modules:
- module: github.com/pion/dtls/v2
versions:
- fixed: 2.2.4
vulnerable_at: 2.2.3
packages:
- package: github.com/pion/dtls/v2/pkg/protocol/handshake
symbols:
- MessageServerHello.Unmarshal
derived_symbols:
- Handshake.Unmarshal
description: |
Unmarshalling a Server Hello can panic, which
could allow a denial of service.
ghsas:
- GHSA-hxp2-xqf3-v83h
references:
- fix: https://github.com/pion/dtls/commit/7a14903448b70069fd9e02adf210ca23083c56d2