PatchSiren cyber security CVE debrief
CVE-2026-80994 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's Open vSwitch implementation. When processing the `CMD_DEL` command, the `ovs_flow_cmd_fill_info` function may access the `flow->mask` pointer after it has been freed, potentially leading to a crash. The vulnerability was reported by Trend Micro's Zero Day Initiative as ZDI-CAN-32042. The issue arises from the `ovs_flow_cmd_fill_info` function using the `flow->mask` pointer after it has been freed. This occurs due to the `ovs_flow_tbl_remove` function being called after the `ovs_flow_cmd_fill_info` function, leading to a potential crash. Linux kernel developers and maintainers, as well as Open vSwitch users and should take
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers and maintainers, Open vSwitch users and administrators, and security teams should assess exposure and prioritize patching. They should review and apply the provided kernel patches to fix the vulnerability, monitor system logs for potential exploitation attempts, and consider implementing additional security controls, such as network segmentation and access controls.
Why it matters
A use-after-free vulnerability in the Linux kernel's Open vSwitch implementation could lead to a system crash. Linux kernel developers and maintainers, as well as Open vSwitch users and administrators, should assess exposure and prioritize patching.
- Potential system crash due to use-after-free vulnerability
- Need to verify and apply kernel patches to fix the vulnerability
- Monitoring system logs for potential exploitation attempts is recommended
Technical summary
The vulnerability exists in the Linux kernel's Open vSwitch implementation. The `ovs_flow_cmd_fill_info` function may access the `flow->mask` pointer after it has been freed, potentially leading to a crash. This occurs when processing the `CMD_DEL` command. The issue arises from the `ovs_flow_cmd_fill_info` function using the `flow->mask` pointer after it has been freed. The `ovs_flow_tbl_remove` function must be called after the `ovs_flow_cmd_fill_info` function to avoid this race condition. Linux kernel developers and maintainers, as well as Open vSwitch users and administrators, should assess exposure and prioritize patching.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided kernel patches to fix the vulnerability
- Monitor system logs for potential exploitation attempts
- Consider implementing additional security controls, such as network segmentation and access controls
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability was reported by Trend Micro's Zero Day Initiative as ZDI-CAN-32042. The issue is caused by the `ovs_flow_cmd_fill_info` function using the `flow->mask` pointer after it has been freed. The `ovs_flow_tbl_remove` function must be called after the `ovs_flow_cmd_fill_info` function to avoid this race condition. The vulnerability exists in the Linux kernel's Open vSwitch implementation, and Linux kernel developers and maintainers, as well as Open vSwitch users and administrators, should assess exposure and prioritize
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80994 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80994
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80994 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80994
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0ba5cbc2f049af94ec94ff6f64958545efc5eaa2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4e30317ff67a2eb12b4d890d39f72fd7e7117d48
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7f072b84afd05a77963eb1872f7174e280661dce
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ac73e3af571da06c1d1cfe3f0f00dc978b851700
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.