From a82b599a3d23a94ebcb077ff18347e116a8b34ed Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:30:18 +0000 Subject: [PATCH] Publish GHSA-r65j-6h5f-4f92 --- .../GHSA-r65j-6h5f-4f92.json | 38 +++++++++++++++---- 1 file changed, 30 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json (57%) diff --git a/advisories/unreviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json b/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json similarity index 57% rename from advisories/unreviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json rename to advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json index e6976c4c997..a3b5a83d8e4 100644 --- a/advisories/unreviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json +++ b/advisories/github-reviewed/2024/04/GHSA-r65j-6h5f-4f92/GHSA-r65j-6h5f-4f92.json @@ -1,17 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-r65j-6h5f-4f92", - "modified": "2024-04-01T03:30:38Z", + "modified": "2024-04-01T16:28:49Z", "published": "2024-04-01T03:30:38Z", "aliases": [ "CVE-2024-31033" ], + "summary": "JJWT improperly generates signing keys", "details": "JJWT (aka Java JWT) through 0.12.5 ignores certain characters and thus a user might falsely conclude that they have a strong key. The impacted code is the setSigningKey() method within the DefaultJwtParser class and the signWith() method within the DefaultJwtBuilder class.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.jsonwebtoken:jjwt-root" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.12.5" + } + ] + } + ] + } ], "references": [ { @@ -23,7 +45,7 @@ "url": "https://github.com/2308652512/JJWT_BUG" }, { - "type": "WEB", + "type": "PACKAGE", "url": "https://github.com/jwtk/jjwt" }, { @@ -33,11 +55,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-327" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-01T16:28:49Z", "nvd_published_at": "2024-04-01T02:15:07Z" } } \ No newline at end of file