CVE-2026-32241 Details
Description
Flannel is a network fabric for containers, designed for Kubernetes. The Flannel project includes an experimental Extension backend that allows users to easily prototype new backend types. In versions of Flannel prior to 0.28.2, this Extension backend is vulnerable to a command injection that allows an attacker who can set Kubernetes Node annotations to achieve root-level arbitrary command execution on every flannel node in the cluster. The Extension backend's SubnetAddCommand and SubnetRemoveCommand receive attacker-controlled data via stdin (from the `flannel.alpha.coreos.com/backend-data` Node annotation). The content of this annotation is unmarshalled and piped directly to a shell command without checks. Kubernetes clusters using Flannel with the Extension backend are affected by this vulnerability. Other backends such as vxlan and wireguard are unaffected. The vulnerability is fixed in version v0.28.2. As a workaround, use Flannel with another backend such as vxlan or wireguard.
A command injection vulnerability has been identified in Flannel, a network fabric for containers in Kubernetes, specifically in versions prior to 0.28.2. The issue arises in the experimental Extension backend, which allows users to prototype new backend types. This backend is vulnerable to arbitrary command execution with root privileges on all Flannel nodes in a Kubernetes cluster. The vulnerability is exploited by injecting attacker-controlled data through Kubernetes Node annotations, which is then piped directly to a shell command without proper validation. This issue does not affect other backends like vxlan or wireguard.
Users can update Flannel to version 0.28.2, where this vulnerability is patched. If an immediate update is not possible, Flannel can be used with another backend such as vxlan or wireguard.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/flannel-io/flannel/releases/tag/v0.28.2 | [email protected] | ProductRelease Notes |
| https://github.com/flannel-io/flannel/security/advisories/GHSA-vchx-5pr6-ffx2 | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-77 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| flannel-io flannel | < 0.28.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 8, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | New CVE Received | [email protected] |