Impact
This vulnerability arises from a use‑after‑free in the Linux kernel’s Open vSwitch implementation. When a flow is deleted, the mask memory is freed via RCU but the deletion code still accesses the mask pointer while inside the same RCU critical section, creating a race window. If the RCU grace period expires before the flow information is filled, a kernel panic occurs, effectively crashing the host. The flaw does not expose confidential data but can cause a denial of service in traffic‑handled systems.
Affected Systems
The affected component is the Linux kernel’s Open vSwitch networking stack, which is used in many Linux distributions that ship with Open vSwitch. All kernel versions including the kernel from the commit that fixed the race window prior to this vulnerability are at risk. Packages that load the Open vSwitch kernel modules without applying the patch can also be impacted.
Risk and Exploitability
The CVSS score is 4.1, indicating a low severity overall. The EPSS score is not available, and the flaw is not listed in the CISA KEV catalog, suggesting a lower likelihood of widespread exploitation. The attack window is a brief race condition during flow deletion, so timely application of the kernel patch is essential to mitigate any potential crash.
OpenCVE Enrichment