CVE-2023-22893
Strapi does not verify the access or ID tokens issued during the OAuth flow
Record summary
CVE-2023-22893 has a selected CVSS score of 8.2 (high); EIP currently links 1 Nuclei template.
Description
Strapi through 4.5.5 does not verify the access or ID tokens issued during the OAuth flow when the AWS Cognito login provider is used for authentication. A remote attacker could forge an ID token that is signed using the 'None' type algorithm to bypass authentication and impersonate any user that use AWS Cognito for authentication.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Jun 23, 2025 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Feb 5, 2025 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
strapiBrowse strapi / strapi | VulnCheck | Version data not supplied | |
@strapi/plugin-users-permissionsBrowse npm / @strapi/plugin-users-permissions | GitHub Advisory | 3.2.1 to < 4.6.0 · Fixed in 4.6.0 | affected |
Nuclei templates
1ProjectDiscoveryHIGHStrapi Versions <=4.5.6 - Authentication BypassCVSS 7.5
Strapi through 4.5.5 does not verify the access or ID tokens issued during the OAuth flow when the AWS Cognito login provider is used for authentication. A remote attacker could forge an ID token that is signed using the 'None' type algorithm to bypass authentication and impersonate any user that use AWS Cognito for authentication.
Impact
Unauthenticated attackers can forge JWT tokens using the "None" algorithm to bypass AWS Cognito authentication and impersonate any Strapi user, gaining unauthorized access to CMS content and administrative functions.
Remediation
Update Strapi to version 4.5.6 or later which properly verifies access and ID tokens issued during OAuth flow with AWS Cognito login provider.
Source: ProjectDiscovery