Skip to main content

Linux Kernel CVE-2026-68120

| EUVDEUVD-2026-55501 HIGH
2026-08-10 Linux GHSA-h9m4-2rpx-jm2g
7.5
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.9 MEDIUM

AC:H reflects the implicit requirement for RTASE hardware in a packet-forwarding role and specific malformed packet conditions, not present in default endpoint deployments.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 14, 2026 - 02:21 vuln.today
CVSS changed
Aug 13, 2026 - 23:37 NVD
7.5 (HIGH)
Patch available
Aug 10, 2026 - 14:18 EUVD
CVE Published
Aug 10, 2026 - 11:58 cve.org
HIGH 7.5
CVE Published
Aug 10, 2026 - 11:58 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

rtase: Workaround for TX hang caused by hardware packet parsing

The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser expects additional protocol header data that is not present in the packet.

The hardware performs additional PTP parsing on UDP packets identified by destination ports 319/320 at the expected UDP destination port offset.

If such a packet has transport data smaller than RTASE_MIN_PAD_LEN, the hardware parser expects additional packet data and may trigger a TX hang.

To avoid these hardware issues, the driver applies the following workarounds.

Drop malformed packets that may trigger this hardware issue before transmission.

For IPv4 non-initial fragments, the hardware does not check the fragment offset before parsing the expected transport header location. As a result, these packets are still subject to transport header parsing even though they do not contain a transport header. If the transport data is shorter than the minimum transport header required by the hardware parser, pad the transport data to the minimum transport header length required by the hardware parser. Packets that also match the hardware PTP parsing conditions continue to follow the corresponding workaround.

For IPv6 fragmented packets, neither of the above hardware issues occurs because the hardware only continues packet parsing when the IPv6 Base Header Next Header field directly indicates UDP. Packets carrying a Fragment Header do not continue through the subsequent packet parsing stages.

For packets identified for hardware PTP parsing, pad the transport data so it reaches RTASE_MIN_PAD_LEN before transmission.

AnalysisAI

TX hang vulnerability in the Linux kernel rtase driver allows denial of service by causing the Realtek RTASE hardware packet parser to stall when it encounters incomplete IPv4, IPv6, TCP, or UDP transport headers, or undersized UDP packets on PTP ports 319/320. Systems running kernels from commit d6e882b89fdf80be0ab4f914ec10f75215e49495 through the respective patched releases and equipped with Realtek RTASE network hardware are affected. No public exploit has been identified at time of analysis, and EPSS at 0.17% (6th percentile) indicates extremely low real-world exploitation probability.

Technical ContextAI

The rtase driver is the Linux kernel driver for Realtek RTASE-series network adapters. The vulnerability resides in the driver's TX (transmit) path: before passing packets to hardware for transmission, the hardware parser expects fully formed protocol headers for IPv4, IPv6, TCP, and UDP. Two specific hardware defects trigger a TX hang: (1) IPv4 non-initial fragments, which do not contain transport headers, are still subjected to transport header parsing by the hardware - if transport data is shorter than the minimum header size required by the parser, the hardware stalls; (2) UDP packets whose destination port is 319 or 320 (IEEE 1588 PTP) that fall below RTASE_MIN_PAD_LEN cause the hardware PTP parser to wait for additional data that is not present. IPv6 fragmented packets are not affected because the hardware halts parsing when a Fragment Header is present. The affected CPE is cpe:2.3:a:linux:linux across versions beginning at commit d6e882b89fdf80be0ab4f914ec10f75215e49495. No CWE classification was assigned by NVD, though the root cause class is closest to insufficient input validation before hardware handoff.

RemediationAI

The primary fix is upgrading to a patched kernel release: Linux 6.12.101, 7.1.6, 7.2-rc5, or 6.18.42, all confirmed by EUVD-2026-55501. The upstream commits are available at https://git.kernel.org/stable/c/1c50efa1faf3a1a96e100b07ec7a2f3164d90bee (6.12 branch), https://git.kernel.org/stable/c/fe3a7320711eec6537e4890892f7ab9776d8618f, https://git.kernel.org/stable/c/4a4f3aa6af205bee539b5670afa2cd4e4953750e, and https://git.kernel.org/stable/c/0f54f5048615e4e2802697855ea6374613548301. If immediate patching is not feasible, block forwarding of IPv4 fragmented traffic at the network perimeter using iptables or nftables rules targeting the fragment offset field - note this may break legitimate PMTUD-dependent communications. Additionally, firewall rules restricting UDP traffic to ports 319 and 320 at the affected interface level will eliminate the PTP-specific attack surface without broad connectivity impact.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-68120 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy