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

tcp: fix TIME_WAIT socket reference leak on PSP policy failure

Release the TIME_WAIT socket reference and jump to discard_it
upon PSP policy failure in both IPv4 and IPv6 receive paths.
This prevents a memory leak of tcp_tw_bucket structures.
Published: 2026-08-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability causes the kernel to retain a reference to a TCP socket when a policy failure occurs during packet reception, for both IPv4 and IPv6. This leads to a memory leak of tcp_tw_bucket structures, allowing the system to consume increasing amounts of kernel memory as packets are dropped. The consequence is a gradual depletion of available memory that can degrade performance or trigger a denial of service if the leak is extensive.

Affected Systems

Linux kernel as a whole is affected. All distributions shipping a kernel before the patch in the linked commits are vulnerable; the advisory does not enumerate specific affected versions.

Risk and Exploitability

The CVSS score is 7.5 and the EPSS score is < 1%. The vulnerability is not listed in the CISA KEV catalog. It is inferred that a sustained memory leak can lead to denial of service. The likely attack vector involves generating network traffic that causes PSP policy failures in a target system running a vulnerable kernel; because the flaw does not enable arbitrary code execution, an attacker would need to craft such traffic to exploit the leak.

Generated by OpenCVE AI on August 14, 2026 at 01:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel release that includes the patch referenced in the advisory links.
  • Monitor system memory usage and TCP TIME_WAIT socket counts for abnormal growth; trigger alerts if thresholds are exceeded.
  • If a kernel update is not immediately available, consider restarting networking services or rebooting the host to flush the leaked TIME_WAIT sockets, reducing the immediate memory pressure until a patch can be applied.

Generated by OpenCVE AI on August 14, 2026 at 01:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Thu, 13 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tcp: fix TIME_WAIT socket reference leak on PSP policy failure Release the TIME_WAIT socket reference and jump to discard_it upon PSP policy failure in both IPv4 and IPv6 receive paths. This prevents a memory leak of tcp_tw_bucket structures.
Title tcp: fix TIME_WAIT socket reference leak on PSP policy failure
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-17T05:04:25.324Z

Reserved: 2026-07-30T09:28:09.387Z

Link: CVE-2026-68379

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:30.960

Modified: 2026-08-17T06:17:46.353

Link: CVE-2026-68379

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68379 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:15:17Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count