GHSA-R65J-6H5F-4F92
Vulnerability from github – Published: 2024-04-01 03:30 – Updated: 2024-04-03 14:52
VLAI?
Summary
Withdrawn: JJWT improperly generates signing keys
Details
Withdrawn Advisory
This advisory has been withdrawn because it has been found to be disputed. Please see the issue here for more information.
Original Description
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 ?
6.8 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.jsonwebtoken:jjwt-impl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.12.5"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-31033"
],
"database_specific": {
"cwe_ids": [
"CWE-327"
],
"github_reviewed": true,
"github_reviewed_at": "2024-04-01T16:28:49Z",
"nvd_published_at": "2024-04-01T02:15:07Z",
"severity": "MODERATE"
},
"details": "## Withdrawn Advisory\n\nThis advisory has been withdrawn because it has been found to be disputed. Please see the issue [here](https://github.com/jwtk/jjwt/issues/930#issuecomment-2032699358) for more information.\n\n## Original Description\n\nJJWT (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.",
"id": "GHSA-r65j-6h5f-4f92",
"modified": "2024-04-03T14:52:58Z",
"published": "2024-04-01T03:30:38Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31033"
},
{
"type": "WEB",
"url": "https://github.com/jwtk/jjwt/issues/930#issuecomment-2032699358"
},
{
"type": "WEB",
"url": "https://github.com/2308652512/JJWT_BUG"
},
{
"type": "PACKAGE",
"url": "https://github.com/jwtk/jjwt"
},
{
"type": "WEB",
"url": "https://github.com/jwtk/jjwt/blob/26948610fbef81eba867cbaad54b516d1874c70a/impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java#L242"
},
{
"type": "WEB",
"url": "https://www.viralpatel.net/java-create-validate-jwt-token"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Withdrawn: JJWT improperly generates signing keys",
"withdrawn": "2024-04-03T14:52:58Z"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…