CVE-2026-23696
Received
Received - Intake
SQL Injection in Windmill Folder Ownership Enables Remote Code Execution
Publication date: 2026-04-07
Last updated on: 2026-04-07
Assigner: VulnCheck
Description
Description
Windmill CE and EE versions 1.276.0 through 1.603.2 contain an SQL injection vulnerability in the folder ownership management functionality that allows authenticated attackers to inject SQL through the owner parameter. An attacker can use the injection to read sensitive data such as the JWT signing secret and administrative user identifiers, forge an administrative token, and then execute arbitrary code via the workflow execution endpoints.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| windmill | windmill | From 1.276.0 (inc) to 1.603.2 (inc) |
| windmill | windmill | From 1.56.0 (inc) to 1.614.0 (inc) |
| nextcloud | flow | From 1.2.0 (inc) to 34.0.0 (exc) |
| windmill | community_edition | From 1.276.0 (inc) to 1.603.2 (inc) |
| windmill | enterprise_edition | From 1.276.0 (inc) to 1.603.2 (inc) |
| nextcloud | flow | From 1.0.0 (inc) to 1.2.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |