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

net/tcp-md5: Fix MAC comparison to be constant-time

To prevent timing attacks, MACs need to be compared in constant
time. Use the appropriate helper function for this.
Published: 2026-05-08
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, verification of TCP MD5 signatures used a non‑constant‑time comparison, which could leak information through timing variations. The fix implements a constant‑time comparison to eliminate this side channel. The vulnerability is a timing side‑channel (CWE‑208). Based on the description, it is inferred that an attacker who observes timing differences could potentially deduce the correct MAC and, with sufficient information, forge packets or bypass authentication on TCP connections that rely on MD5 hashing.

Affected Systems

The affected vendor is Linux and the product is the Linux kernel. The kernel source is enumerated by the CNA as the entire Linux kernel; the CPE entries specify that Linux kernel 7.0 rc1 and 7.0 rc2 are explicitly affected, so any kernel version compiled before the commit that introduced the constant‑time comparison remains vulnerable.

Risk and Exploitability

The CVSS score of 9.4 marks this issue as high severity, and the EPSS score of < 1% indicates a very low but nonzero exploitation probability. It is not listed in CISA's KEV catalog. The likely attack vector is network‑based and does not require privileged local access. Based on the description, it is inferred that an attacker would deliver crafted TCP packets bearing MD5 signatures and monitor timing differences to recover the correct MAC. Successful exploitation could enable packet forgery or authentication bypass, impacting confidentiality and integrity of network traffic.

Generated by OpenCVE AI on May 26, 2026 at 19:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the constant‑time TCP MD5 MAC comparison patch (e.g., kernels updated after the commits referenced in the advisory).
  • Reboot the system to load the updated kernel and ensure the patch takes effect.
  • If disabling TCP MD5 signatures is acceptable for non‑essential connections, temporarily turn off the feature until the kernel update can be applied; otherwise consider tightening firewall rules to restrict unsolicited MD5‑signed traffic.

Generated by OpenCVE AI on May 26, 2026 at 19:11 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 26 May 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*

Mon, 11 May 2026 07:45: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': 9.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H'}


Sat, 09 May 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-613

Sat, 09 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-208
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


Fri, 08 May 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-613

Fri, 08 May 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/tcp-md5: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this.
Title net/tcp-md5: Fix MAC comparison to be constant-time
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-05-11T22:23:31.624Z

Reserved: 2026-05-01T14:12:56.006Z

Link: CVE-2026-43383

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-08T15:16:49.593

Modified: 2026-05-26T17:07:21.210

Link: CVE-2026-43383

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-43383 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-26T19:15:13Z

Weaknesses