CVE-2026-35445
Last modified
CVE-2026-35445 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wintercms | winter | < 1.2.13 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-35445?
How severe is CVE-2026-35445?
How do I fix CVE-2026-35445?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-3544Heap buffer overflow in WebCodecs in Google Chrome prior to …8.8
- CVE-2026-35440Files or directories accessible to external parties in Micro…5.5
- CVE-2026-35441Directus is a real-time API and App dashboard for managing S…6.5
- CVE-2026-35442Directus is a real-time API and App dashboard for managing S…8.1
- CVE-2026-35443NamelessMC is website software for Minecraft servers. In ver…5.3
- CVE-2026-35444SDL_image is a library to load images of various formats as …6.1
- CVE-2026-35446LORIS (Longitudinal Online Research and Imaging System) is a…8.6
- CVE-2026-35447NamelessMC is website software for Minecraft servers. In ver…5.3
- CVE-2026-35448WWBN AVideo is an open source video platform. In versions 26…3.7
- CVE-2026-35449WWBN AVideo is an open source video platform. In versions 26…5.3
- CVE-2026-3545Insufficient data validation in Navigation in Google Chrome …9.6
- CVE-2026-35450WWBN AVideo is an open source video platform. In versions 26…5.3
Are you affected by CVE-2026-35445?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
