Description
In the Linux kernel, the following vulnerability has been resolved:

net: openvswitch: fix skb leak on flow key update failure during ct

ovs_ct_execute() always steals or frees the skb on failure while
ovs_flow_key_update() does not. So, if it fails and we return right
away, the skb ends up leaked.

Fix that by breaking instead and letting the common error handling
code at the bottom of the loop to free the skb properly.

This is a very unlikely scenario as it requires the packet to become
unparseable by applying a set of actions on a previously parseable skb,
but should be fixed nevertheless.

Reported by Sashiko.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves a defect in the Linux kernel’s Open vSwitch component. When a packet is subject to a flow key update during connection tracking, a failure can lead to the packet buffer (skb) being leaked because the error handling path does not free the skb as it should. The result is a memory leak that can incrementally consume kernel memory, potentially degrading system stability or leading to out‑of‑memory conditions. The weakness involves improper resource management during error handling.

Affected Systems

The affected software is the Linux kernel, specifically the Open vSwitch implementation. The patch is supplied to Linux kernel maintainers (not tied to a specific distribution version in the data presented). Users running recent kernel versions that incorporated the reported change, or those able to upgrade to a newer kernel release that includes the fix, will be protected. Versions prior to the patch are vulnerable. No vendor‑specific product versions are listed beyond the generic Linux kernel.

Risk and Exploitability

The vulnerability is considered unlikely to be triggered because it requires a specific packet unparseability condition during an action chain on previously valid packets. No exploit code has been published, and the EPSS score is < 1%, indicating low known exploitation probability. It is not listed in the CISA KEV catalog, suggesting no confirmed widespread exploitation. Nevertheless, an attacker who can craft traffic that triggers the failure could cause a memory leak, potentially affecting system availability. The CVSS score is 5.5, indicating moderate severity. The impact is limited to memory consumption rather than direct remote code execution or privilege escalation.

Generated by OpenCVE AI on August 18, 2026 at 04:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the Open vSwitch skb leak fix (the commit identified 393f3c72600ab6721d732a0ab245bc896c5b28fc).
  • If an immediate kernel upgrade is infeasible, mitigate by limiting or filtering traffic that exercises complex flow key updates, reducing the likelihood of the rare unparseable packet condition.
  • Continuously monitor kernel memory usage and system logs for signs of abnormal memory consumption to detect if a leak is occurring and respond accordingly.

Generated by OpenCVE AI on August 18, 2026 at 04:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Tue, 18 Aug 2026 03:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404
CWE-734

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404
CWE-734

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovs_ct_execute() always steals or frees the skb on failure while ovs_flow_key_update() does not. So, if it fails and we return right away, the skb ends up leaked. Fix that by breaking instead and letting the common error handling code at the bottom of the loop to free the skb properly. This is a very unlikely scenario as it requires the packet to become unparseable by applying a set of actions on a previously parseable skb, but should be fixed nevertheless. Reported by Sashiko.
Title net: openvswitch: fix skb leak on flow key update failure during ct
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:37:05.367Z

Reserved: 2026-08-15T05:44:03.901Z

Link: CVE-2026-74464

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:51.077

Modified: 2026-08-19T17:21:03.373

Link: CVE-2026-74464

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74464 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T04:45:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime