Skip to content

Commit c06620e

Browse files
1 parent b1cc5a3 commit c06620e

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

advisories/github-reviewed/2024/02/GHSA-6294-6rgp-fr7r/GHSA-6294-6rgp-fr7r.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6294-6rgp-fr7r",
4-
"modified": "2024-07-05T21:33:55Z",
4+
"modified": "2026-02-03T16:43:30Z",
55
"published": "2024-02-29T03:33:14Z",
66
"aliases": [
77
"CVE-2023-50658"
88
],
99
"summary": "jose2go vulnerable to denial of service via large p2c value",
1010
"details": "The jose2go component before 1.6.0 for Go allows attackers to cause a denial of service (CPU consumption) via a large p2c (aka PBES2 Count) value.",
11-
"severity": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
15+
}
16+
],
1217
"affected": [
1318
{
1419
"package": {
@@ -51,13 +56,19 @@
5156
"type": "WEB",
5257
"url": "https://github.com/dvsekhvalnov/jose2go/compare/v1.5.0...v1.6.0"
5358
},
59+
{
60+
"type": "WEB",
61+
"url": "https://pkg.go.dev/vuln/GO-2023-2409"
62+
},
5463
{
5564
"type": "WEB",
5665
"url": "https://www.blackhat.com/us-23/briefings/schedule/#three-new-attacks-against-json-web-tokens-31695"
5766
}
5867
],
5968
"database_specific": {
60-
"cwe_ids": [],
69+
"cwe_ids": [
70+
"CWE-400"
71+
],
6172
"severity": "MODERATE",
6273
"github_reviewed": true,
6374
"github_reviewed_at": "2024-03-01T16:56:03Z",

0 commit comments

Comments
 (0)