CVE-2026-27128

MEDIUM EPSS 7.3%
Published Feb 24, 20264mo ago · Modified Jun 17, 20261w ago
6.9 CVSS 4.0
Medium
Find Similar
Published Feb 24, 2026 4mo ago
Last Modified Jun 17, 2026 1w ago

Description

Craft is a content management system (CMS). In versions 4.5.0-RC1 through 4.16.18 and 5.0.0-RC1 through 5.8.22, a Time-of-Check-Time-of-Use (TOCTOU) race condition exists in Craft CMS’s token validation service for tokens that explicitly set a limited usage. The `getTokenRoute()` method reads a token’s usage count, checks if it’s within limits, then updates the database in separate non-atomic operations. By sending concurrent requests, an attacker can use a single-use impersonation token multiple times before the database update completes. To make this work, an attacker needs to obtain a valid user account impersonation URL with a non-expired token via some other means and exploit a race condition while bypassing any rate-limiting rules in place. For this to be a privilege escalation, the impersonation URL must include a token for a user account with more permissions than the current user. Versions 4.16.19 and 5.8.23 patch the issue.

CVSS Details

Base Score
6.9
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity High
Privileges Required High
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
7.3% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-367

Affected Products 6

VendorProductVersionRange
craftcmscraft_cms*>4.5.0  –  <4.16.19
craftcmscraft_cms*>5.0.0  –  <5.8.23
craftcmscraft_cms4.5.0any
craftcmscraft_cms4.5.0any
craftcmscraft_cms5.0.0any
craftcmscraft_cms5.0.0any

References 2

  • github.com https://github.com/craftcms/cms/commit/3e4afe18279951c024c64896aa2b93cda6d95fdf
    Patch
  • github.com https://github.com/craftcms/cms/security/advisories/GHSA-6fx5-5cw5-4897
    Third Party Advisory

Remediation

  • github.com https://github.com/craftcms/cms/commit/3e4afe18279951c024c64896aa2b93cda6d95fdf
    Patch