Linux Kernel Open vSwitch Flow Memory Leak Vulnerability

Vulnerability

A memory leak vulnerability has been identified in the Linux kernel's Open vSwitch component. The issue arises in the 'ovs_flow_cmd_new' function, where a newly allocated flow object is not properly freed if the allocation of a key fails. This oversight leads to unreferenced objects remaining in memory, causing a leak.

Impact

Exploitation of this vulnerability leads to a memory leak, where allocated objects are not properly released, potentially causing increased memory usage and degradation of system performance over time.

Reproduction

The vulnerability can be reproduced by sending a Netlink message to the Open vSwitch component that triggers the 'ovs_flow_cmd_new' function. If the message causes a key allocation to fail, the function will exit without freeing the previously allocated flow object, leading to a memory leak.

Remediation

No specific remediation is mentioned, but users can apply the latest kernel patches where this vulnerability has been addressed.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
7.7
relevance
0.0
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.