зеркало из https://github.com/golang/vulndb.git
53 строки
1.3 KiB
JSON
53 строки
1.3 KiB
JSON
{
|
|
"id": "GO-2020-0023",
|
|
"published": "2021-04-14T20:04:52Z",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"CVE-2015-10004"
|
|
],
|
|
"details": "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.",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "github.com/robbert229/jwt",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "0.0.0-20170426191122-ca1404ee6e83"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2020-0023"
|
|
},
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "github.com/robbert229/jwt",
|
|
"symbols": [
|
|
"Algorithm.validateSignature"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://github.com/robbert229/jwt/commit/ca1404ee6e83fcbafb66b09ed0d543850a15b654"
|
|
},
|
|
{
|
|
"type": "WEB",
|
|
"url": "https://github.com/robbert229/jwt/issues/12"
|
|
}
|
|
]
|
|
} |