Unknown
CVE-2021-32701
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below:
Add References:
CVE-2021-32701
MITRE ATT&CK
Collection
Command and Control
Credential Access
Defense Evasion
Discovery
Execution
Exfiltration
Impact
Initial Access
Lateral Movement
Persistence
Privilege Escalation
Topic Tags
Description
ORY Oathkeeper is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. When you make a request to an endpoint that requires the scope foo
using an access token granted with that foo
scope, introspection will be valid and that token will be cached. The problem comes when a second requests to an endpoint that requires the scope bar
is made before the cache has expired. Whether the token is granted or not to the bar
scope, introspection will be valid. A patch will be released with v0.38.12-beta.1
. Per default, caching is disabled for the oauth2_introspection
authenticator. When caching is disabled, this vulnerability does not exist. The cache is checked in func (a *AuthenticatorOAuth2Introspection) Authenticate(...)
. From tokenFromCache()
it seems that it only validates the token expiration date, but ignores whether the token has or not the proper scopes. The vulnerability was introduced in PR #424. During review, we failed to require appropriate test coverage by the submitter which is the primary reason that the vulnerability passed the review process.
Add Assessment
No one has assessed this topic. Be the first to add your voice to the community.
CVSS V3 Severity and Metrics
General Information
Vendors
- ory
Products
- oathkeeper 0.38.0,
- oathkeeper 0.38.1,
- oathkeeper 0.38.10,
- oathkeeper 0.38.11,
- oathkeeper 0.38.2,
- oathkeeper 0.38.3,
- oathkeeper 0.38.4,
- oathkeeper 0.38.5,
- oathkeeper 0.38.6,
- oathkeeper 0.38.7,
- oathkeeper 0.38.8,
- oathkeeper 0.38.9
References
Additional Info
Technical Analysis
Report as Emergent Threat Response
Report as Exploited in the Wild
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below: