cvelist/2024/31xxx/CVE-2024-31033.json

72 lines
2.3 KiB
JSON
Raw Normal View History

2024-04-02 14:22:13 +00:00
{
"CVE_data_meta": {
2024-04-02 15:23:32 +00:00
"ASSIGNER": "cve@mitre.org",
2024-04-02 15:27:40 +00:00
"ID": "CVE-2024-31033",
"STATE": "PUBLIC"
2024-04-02 14:26:35 +00:00
},
2024-04-02 15:27:40 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2024-04-02 14:22:13 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2024-04-02 15:27:40 +00:00
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/jwtk/jjwt",
"refsource": "MISC",
"name": "https://github.com/jwtk/jjwt"
},
{
"url": "https://www.viralpatel.net/java-create-validate-jwt-token/",
"refsource": "MISC",
"name": "https://www.viralpatel.net/java-create-validate-jwt-token/"
},
{
"refsource": "MISC",
"name": "https://github.com/2308652512/JJWT_BUG",
"url": "https://github.com/2308652512/JJWT_BUG"
2024-04-02 14:22:13 +00:00
}
]
}
}