CVE-2026-29113 PUBLISHED

Craft has a potential information disclosure vulnerability in preview tokens

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 10.03.2026 Updated: 10.03.2026

Craft is a content management system (CMS). Prior to 4.17.4 and 5.9.7, Craft CMS has a CSRF issue in the preview token endpoint at /actions/preview/create-token. The endpoint accepts an attacker-supplied previewToken. Because the action does not require POST and does not enforce a CSRF token, an attacker can force a logged-in victim editor to mint a preview token chosen by the attacker. That token can then be used by the attacker (without authentication) to access previewed/unpublished content tied to the victim’s authorized preview scope. This vulnerability is fixed in 4.17.4 and 5.9.7.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 2.3

Product Status

Vendor craftcms
Product cms
Versions
  • Version >= 4.0.0-RC1, < 4.17.3 is affected
  • Version >= 5.0.0-RC1, < 5.9.6 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE