SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-32593

MEDIUM · CVSS 5.9 EPSS 0.17% Public Exploit

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

CyberRota Analysis

AI-Generated

The backend Filter widget in Winter CMS versions up to 1.2.12 is vulnerable to SQL injection when the numberrange scope type is configured with a conditions key, allowing authenticated users to inject arbitrary SQL and access sensitive database information. This vulnerability primarily affects installations that utilize third-party plugins that register this specific filter configuration. Organizations using Winter CMS with such plugins should prioritize upgrading to version 1.2.13 to mitigate this risk.

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-32593
Severity
MEDIUM
CVSS
5.9
EPSS
0.17%

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 backend Filter widget is vulnerable to SQL injection through the numberrange scope type when that scope is configured with a conditions key, allowing an authenticated backend user to inject arbitrary SQL. The scope's filter values are interpolated into the conditions statement without parameter binding, so a user with access to a list view whose filter uses this scope and configuration can supply crafted input through the filter's AJAX handler and read arbitrary database contents. No built-in Winter CMS backend views use this scope type and configuration combination, so exploitation requires a third-party plugin to have registered a numberrange filter scope with a conditions key, and a vanilla installation without such plugins is not affected. This issue is fixed in version 1.2.13.