2024-01-09 21:00:29 +00:00
{
"id" : "CVE-2024-21664" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-01-09T20:15:43.740" ,
2024-02-05 17:00:28 +00:00
"lastModified" : "2024-02-05T16:15:55.207" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-01-09 21:00:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
2024-02-05 17:00:28 +00:00
"value" : "jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. Calling `jws.Parse` with a JSON serialized payload where the `signature` field is present while `protected` is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS a system doing JWS verification. This vulnerability has been patched in versions 2.0.19 and 1.2.28.\n"
2024-01-16 21:00:29 +00:00
} ,
{
"lang" : "es" ,
"value" : "jwx es un m\u00f3dulo Go que implementa varias tecnolog\u00edas JWx (JWA/JWE/JWK/JWS/JWT, tambi\u00e9n conocidas como JOSE). Llamar a `jws.Parse` con un payload serializado JSON donde el campo `signature` est\u00e1 presente mientras que `protected` est\u00e1 ausente puede provocar una desreferencia del puntero nulo. La vulnerabilidad se puede utilizar para bloquear/DOS un sistema que realiza la verificaci\u00f3n JWS. Esta vulnerabilidad ha sido parcheada en la versi\u00f3n 2.0.19."
2024-01-09 21:00:29 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-01-16 21:00:29 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2024-01-09 21:00:29 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 4.3 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
2024-01-16 21:00:29 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:lestrrat-go:jwx:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "2.0.19" ,
"matchCriteriaId" : "5BC42760-3661-434C-8568-AF4B49498561"
}
]
}
]
}
] ,
2024-01-09 21:00:29 +00:00
"references" : [
{
"url" : "https://github.com/lestrrat-go/jwx/commit/0e8802ce6842625845d651456493e7c87625601f" ,
2024-01-16 21:00:29 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-01-09 21:00:29 +00:00
} ,
2024-02-05 17:00:28 +00:00
{
"url" : "https://github.com/lestrrat-go/jwx/commit/8c53d0ae52d5ab1e2b37c5abb67def9e7958fd65" ,
"source" : "security-advisories@github.com"
} ,
2024-01-09 21:00:29 +00:00
{
"url" : "https://github.com/lestrrat-go/jwx/commit/d69a721931a5c48b9850a42404f18e143704adcd" ,
2024-01-16 21:00:29 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-01-09 21:00:29 +00:00
} ,
{
"url" : "https://github.com/lestrrat-go/jwx/security/advisories/GHSA-pvcr-v8j8-j5q3" ,
2024-01-16 21:00:29 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2024-01-09 21:00:29 +00:00
}
]
}