Skip to content

Commit d5af20e

Browse files
committed
data/reports: update GO-2023-2409
- data/reports/GO-2023-2409.yaml Updates #2409 Change-Id: I0066c6917e945645d3164787d29900e36659c25c Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/596176 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tim King <[email protected]>
1 parent e7e6626 commit d5af20e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

data/osv/GO-2023-2409.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"published": "0001-01-01T00:00:00Z",
66
"aliases": [
7-
"GHSA-mhpq-9638-x6pw"
7+
"CVE-2023-50658",
8+
"GHSA-mhpq-9638-x6pw",
9+
"GHSA-6294-6rgp-fr7r"
810
],
9-
"summary": "Denial of service when decrypting attack controlled input in github.com/dvsekhvalnov/jose2go",
11+
"summary": "Denial of service when decrypting attacker controlled input in github.com/dvsekhvalnov/jose2go",
1012
"details": "An attacker controlled input of a PBES2 encrypted JWE blob can have a very large p2c value that, when decrypted, produces a denial-of-service.",
1113
"affected": [
1214
{

data/reports/GO-2023-2409.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ modules:
1818
- Encrypt
1919
- EncryptBytes
2020
summary: |-
21-
Denial of service when decrypting attack controlled input in
21+
Denial of service when decrypting attacker controlled input in
2222
github.com/dvsekhvalnov/jose2go
2323
description: |-
2424
An attacker controlled input of a PBES2 encrypted JWE blob can have a very large
2525
p2c value that, when decrypted, produces a denial-of-service.
26+
cves:
27+
- CVE-2023-50658
2628
ghsas:
2729
- GHSA-mhpq-9638-x6pw
30+
- GHSA-6294-6rgp-fr7r
2831
credits:
2932
- '@mschwager'
3033
references:

0 commit comments

Comments
 (0)