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

tcp: initialize standalone TCP-AO response padding

tcp_v4_send_ack() and tcp_v6_send_response() construct standalone TCP
responses with TCP-AO options. The option length carries the actual MAC
length, but the TCP header length includes the option rounded up to a
four-byte boundary.

tcp_ao_hash_hdr() writes the MAC only. Thus, when the MAC length is not
four-byte aligned, the one to three bytes after the MAC are left
uninitialized and may be transmitted. For the normal TCP-AO hashing
mode, those bytes also have to be initialized before computing the MAC.

Initialize only the alignment padding in the TCP-AO branches, before
hashing the header. Use TCPOPT_NOP, as in the normal TCP-AO output path.
This avoids adding work to non-AO TCP responses while preserving a valid
authenticated header.
Published: 2026-08-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel issue leaves one to three bytes of padding after the TCP‑AO MAC uninitialized when constructing standalone responses. This residual data is copied into the packet header and may be transmitted over the network, allowing a remote observer to see previously unexposed kernel memory content. The vulnerability does not provide an attacker with code execution or direct control; its effect is limited to leaking small amounts of data.

Affected Systems

All Linux kernel releases before the patch commit (c/a859b280441fb02f64ed4037f03d5c0c34a7a595) are affected. The flaw resides in the TCP layer of the kernel, so every Linux system running an unpatched kernel is potentially vulnerable.

Risk and Exploitability

The CVSS score of 7.5 denotes high severity, while the EPSS score is very low (<1%). The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker can trigger the vulnerable path by initiating a network request that causes the kernel to generate a TCP‑AO response – for example, connecting to a service that uses TCP‑AO authentication. This attack does not require elevated privileges and can be performed remotely over the network. The likelihood of exploitation is low, but because the data that can be leaked originates from the kernel, routine information disclosure remains a concern for exposed systems.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the following kernel update that contains the commit fixing the uninitialized padding in TCP‑AO responses
  • If an immediate kernel upgrade is not possible, disable TCP‑AO or related authentication extensions on the affected services to eliminate the vulnerable code path
  • Monitor outbound traffic for abnormal TCP packets and enforce stricter network segmentation or firewall rules around services that may generate TCP‑AO responses

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Thu, 13 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

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

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

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: initialize standalone TCP-AO response padding tcp_v4_send_ack() and tcp_v6_send_response() construct standalone TCP responses with TCP-AO options. The option length carries the actual MAC length, but the TCP header length includes the option rounded up to a four-byte boundary. tcp_ao_hash_hdr() writes the MAC only. Thus, when the MAC length is not four-byte aligned, the one to three bytes after the MAC are left uninitialized and may be transmitted. For the normal TCP-AO hashing mode, those bytes also have to be initialized before computing the MAC. Initialize only the alignment padding in the TCP-AO branches, before hashing the header. Use TCPOPT_NOP, as in the normal TCP-AO output path. This avoids adding work to non-AO TCP responses while preserving a valid authenticated header.
Title tcp: initialize standalone TCP-AO response padding
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-17T04:59:09.650Z

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

Link: CVE-2026-68119

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:56.960

Modified: 2026-08-17T05:18:11.437

Link: CVE-2026-68119

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T11:58:39Z

Links: CVE-2026-68119 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T00:15:04Z

Weaknesses
  • CWE-908

    Use of Uninitialized Resource