GO-2020-0023

Source
https://pkg.go.dev/vuln/GO-2020-0023
Import Source
https://vuln.go.dev/ID/GO-2020-0023.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2020-0023
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Timing side-channel in github.com/robbert229/jwt
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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0023"
}
References

Affected packages

Go / github.com/robbert229/jwt

Package

Name
github.com/robbert229/jwt
View open source insights on deps.dev
Purl
pkg:golang/github.com/robbert229/jwt

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20170426191122-ca1404ee6e83

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/robbert229/jwt",
            "symbols": [
                "Algorithm.Validate",
                "Algorithm.validateSignature"
            ]
        }
    ]
}