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

espintcp: use sk_msg_free_partial to fix partial send

sk_msg_free_partial() ensures consistency of the skmsg at every
iteration, without having to manually handle uncharges and offsets.
This simplifies the code, and fixes some bugs in skmsg accounting when
we don't send the full contents.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability concerns the espintcp subsystem of the Linux kernel, where partial TCP send operations were incorrectly accounted for in skmsg objects. The fix replaces manual bookkeeping with sk_msg_free_partial, ensuring consistency across iterations and correcting accounting anomalies that occurred when the full message was not sent. This flaw could lead to resource leaks or inaccurate accounting within the kernel, potentially affecting system stability or correctness.

Affected Systems

The affected product is the Linux kernel. No explicit version range is provided, but the commit that adds sk_msg_free_partial appears in all recent kernel releases that include the espintcp patch. All distributions that ship the Linux kernel are potentially impacted until the patch is incorporated.

Risk and Exploitability

The CVSS score of 9.8 signifies a critical severity, but the EPSS score of less than 1% indicates a very low probability of exploitation. The defect resides in internal kernel accounting logic, so exploitation would require local privileged access or kernel memory manipulation, and no known exploits are documented. Consequently, the risk remains uncertain, but the low EPSS score suggests a modest likelihood of real‑world exploitation.

Generated by OpenCVE AI on August 18, 2026 at 02:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel version that contains the espintcp sk_msg_free_partial patch.
  • If a kernel upgrade cannot be performed immediately, avoid using partial TCP send calls; instead use full send functions to prevent accounting inconsistencies.
  • Inspect and update any custom or third‑party kernel modules or drivers that manipulate TCP send buffers to ensure compatibility with the new accounting behavior.

Generated by OpenCVE AI on August 18, 2026 at 02:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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


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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-250
CWE-759

Mon, 17 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: espintcp: use sk_msg_free_partial to fix partial send sk_msg_free_partial() ensures consistency of the skmsg at every iteration, without having to manually handle uncharges and offsets. This simplifies the code, and fixes some bugs in skmsg accounting when we don't send the full contents.
Title espintcp: use sk_msg_free_partial to fix partial send
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-23T12:46:32.051Z

Reserved: 2026-08-09T03:40:39.901Z

Link: CVE-2026-72041

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:13.257

Modified: 2026-08-23T13:16:38.020

Link: CVE-2026-72041

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72041 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T02:15:04Z

Weaknesses
  • CWE-250

    Execution with Unnecessary Privileges

  • CWE-759

    Use of a One-Way Hash without a Salt

  • CWE-805

    Buffer Access with Incorrect Length Value