CVE-2026-54244 PUBLISHED

Statamic: Incorrect authorization lets view-only users submit Live Preview content reserved for editors

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 17.07.2026 Updated: 17.07.2026

Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.0 and 6.20.3, the Live Preview endpoint for existing entries and terms in src/Http/Controllers/CP/PreviewController.php only checked view authorization, but it accepts and renders caller-supplied field values. A Control Panel user with view but not edit permission could therefore submit content they were not authorized to author and generate a shareable Live Preview URL rendering it. This issue is fixed in versions 5.74.0 and 6.20.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 3.5

Product Status

Vendor statamic
Product cms
Versions
  • Version < 5.74.0 is affected
  • Version >= 6.0.0, < 6.20.3 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE