---
id: CVE-2026-32593
title: Winter CMS is a content management system built on the Laravel PHP framework
summary: >-
  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 configur…
severity: medium
cvss: 5.9
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N'
cwe:
  - CWE-89
vendor: winter
product: winter/wn-backend-module
affected:
  - winter/wn-backend-module <= 1.2.12
patched:
  - winter/wn-backend-module 1.2.13
published: '2026-08-26'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-32593'
references:
  - url: >-
      https://github.com/wintercms/winter/commit/50713de95adf5298536d93f4d999652525d36d43
    label: security-advisories@github.com
  - url: >-
      https://github.com/wintercms/winter/security/advisories/GHSA-m7jc-g4rc-jmvh
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-m7jc-g4rc-jmvh'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.00274
epssPercentile: 0.17657
aliases:
  - GHSA-m7jc-g4rc-jmvh
ecosystem: composer
ingestedAt: '2026-08-12T14:53:00.402Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-32593)

Affected packages:

- `winter/wn-backend-module <= 1.2.12`

Patched in:

- `winter/wn-backend-module 1.2.13`

Source: https://github.com/advisories/GHSA-m7jc-g4rc-jmvh
