2024-07-14 02:06:08 +00:00

97 lines
2.7 KiB
JSON

{
"id": "CVE-2015-10004",
"sourceIdentifier": "security@golang.org",
"published": "2022-12-27T22:15:10.947",
"lastModified": "2023-01-06T15:39:43.393",
"vulnStatus": "Analyzed",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Token validation methods are susceptible to a timing side-channel during HMAC comparison. With a large enough number of requests over a low latency connection, an attacker may use this to determine the expected HMAC."
},
{
"lang": "es",
"value": "Los m\u00e9todos de validaci\u00f3n de tokens son susceptibles a un canal lateral de temporizaci\u00f3n durante la comparaci\u00f3n HMAC. Con una cantidad suficientemente grande de solicitudes a trav\u00e9s de una conexi\u00f3n de baja latencia, un atacante puede usar esto para determinar el HMAC esperado."
}
],
"metrics": {
"cvssMetricV31": [
{
"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:H/I:N/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-668"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:json_web_token_project:json_web_token:-:*:*:*:*:go:*:*",
"matchCriteriaId": "7D52A34D-2AF5-4373-8B69-4A4AC8A7711D"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/robbert229/jwt/commit/ca1404ee6e83fcbafb66b09ed0d543850a15b654",
"source": "security@golang.org",
"tags": [
"Patch",
"Third Party Advisory"
]
},
{
"url": "https://github.com/robbert229/jwt/issues/12",
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0023",
"source": "security@golang.org",
"tags": [
"Patch",
"Vendor Advisory"
]
}
]
}