GO-2021-0109

Source
https://pkg.go.dev/vuln/GO-2021-0109
Import Source
https://vuln.go.dev/ID/GO-2021-0109.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2021-0109
Aliases
Published
2021-07-28T18:08:05Z
Modified
2024-05-20T16:03:47Z
Summary
Improper handling of token revocation in github.com/ory/fosite
Details

Due to improper error handling, an error with the underlying token storage may cause a user to believe a token has been successfully revoked when it is in fact still valid. An attackers ability to exploit this relies on an ability to trigger errors in the underlying storage.

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

Affected packages

Go / github.com/ory/fosite

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.34.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/ory/fosite/handler/oauth2",
            "symbols": [
                "TokenRevocationHandler.RevokeToken"
            ]
        }
    ]
}