๐Ÿ” CVE Alert

CVE-2026-35445

UNKNOWN 0.0

Winter: Authenticated backend users can bypass Users controller permission checks

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Winter CMS is a content management system built on the Laravel PHP framework. In versions prior to 1.2.13, the backend did not validate the handler name submitted through the form postback _handler POST field, allowing an authenticated backend user to invoke arbitrary controller methods, including protected, private, and action-prefixed ones. While AJAX requests validate that handler names match the on[A-Z][\w+]* pattern, the postback path passed the submitted _handler value straight to the handler dispatcher with no such check, so any controller that exposes a public action or conditionally relaxes its $requiredPermissions check could be reached, bypassing the roles and permissions system. The built-in Users controller was affected because it set $requiredPermissions to null for the myaccount action, letting any authenticated backend user invoke user-management methods such as update_onDelete and update_onManualPasswordReset without holding the backend.manage_users permission. This issue is fixed in version 1.2.13.

CWE CWE-285
Vendor wintercms
Product winter
Published Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for wintercms winter

Be the first to know when new unknown vulnerabilities affecting wintercms winter are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

wintercms / winter
< 1.2.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/wintercms/winter/security/advisories/GHSA-j5jq-cr68-v2xx github.com: https://github.com/wintercms/winter/pull/1473 github.com: https://github.com/wintercms/winter/releases/tag/v1.2.13