SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-32639

MEDIUM · CVSS 6.8 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Winter CMS versions up to and including 1.2.12 are vulnerable due to insufficient permission checks in the Theme Editor AJAX handlers, allowing authenticated backend users with minimal permissions to perform unauthorized actions such as deleting layouts or uploading files. This could lead to unauthorized modifications of templates and potential exposure of sensitive content. Organizations using affected versions should prioritize upgrading to version 1.2.13 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-32639
Severity
MEDIUM
CVSS
6.8
EPSS
0.28%

Original NVD Description

Winter CMS is a content management system built on the Laravel PHP framework. In versions up to and including 1.2.12, the CMS section's Theme Editor AJAX handlers did not enforce per-template-type permission checks, allowing a backend user with any single CMS permission to act on template types outside their authorized scope. The CMS controller gated access to the section as a whole using OR-logic across its five permissions, but individual handlers such as onSave(), onDelete(), and onDeleteTemplates() did not verify that the user held the specific permission for the requested template type, so a user with only cms.manage_pages could craft AJAX requests to delete layouts, modify partials, or read content files. Separately, the AssetList widget was registered for any user who passed the controller gate regardless of the cms.manage_assets permission, and its onUpload() handler omitted the theme-validation call present on the other mutating handlers, permitting unauthorized file uploads into the active theme's asset directory. Exploitation requires an authenticated backend account holding at least one of the CMS Theme Editor permissions. This issue is fixed in version 1.2.13.