mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-r65j-6h5f-4f92
This commit is contained in:
+30
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user