CVE-2026-22706

Strapi is an open source headless content management system. In Strapi versions prior to 5.33.3, changing or resetting a user's password did not invalidate the user's existing refresh-token sessions by default. The refresh-token invalidation step in the users-permissions and admin authentication controllers was conditional on a caller-supplied `deviceId`. When a password change or reset request did not include a `deviceId`, no refresh tokens were revoked, leaving every prior session active. An attacker who had previously obtained a refresh token could continue minting new access tokens after the legitimate user reset their password, allowing persistent unauthorized access for the lifetime of the refresh token (up to 30 days by default). Rotating credentials no longer terminated an active attacker session, defeating password reset as a containment measure. The patch in version 5.33.3 invalidates all refresh tokens associated with the user on every password change and password reset, regardless of whether a `deviceId` is supplied. A new device-scoped session is then issued to the caller as part of the response.
Configurations

Configuration 1 (hide)

cpe:2.3:a:strapi:strapi:*:*:*:*:*:node.js:*:*

History

16 May 2026, 03:23

Type Values Removed Values Added
CPE cpe:2.3:a:strapi:strapi:*:*:*:*:*:node.js:*:*
References () https://github.com/strapi/strapi/security/advisories/GHSA-hvp3-26wx-g2w4 - () https://github.com/strapi/strapi/security/advisories/GHSA-hvp3-26wx-g2w4 - Vendor Advisory
First Time Strapi
Strapi strapi
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5

14 May 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 19:16

Updated : 2026-05-16 03:23


NVD link : CVE-2026-22706

Mitre link : CVE-2026-22706

CVE.ORG link : CVE-2026-22706


JSON object : View

Products Affected

strapi

  • strapi
CWE
CWE-613

Insufficient Session Expiration