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

mptcp: fix scheduling with atomic in timestamp sockopt

Using lock_sock_fast() (atomic context) around sock_set_timestamp()
and sock_set_timestamping() is unsafe, as both helpers can sleep.

Replace lock_sock_fast() with sleepable lock_sock()/release_sock()
to avoid scheduling while atomic panic.
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel MPTCP subsystem uses the non‑sleepable lock_sock_fast() around sock_set_timestamp() and sock_set_timestamping(), operations that can sleep. This misuse can trigger a scheduling conflict and cause an atomic context panic, leading to a kernel crash that brings the entire system down. The flaw does not provide code execution or privilege escalation, but it disrupts availability and can result in data loss during an abrupt shutdown.

Affected Systems

All Linux kernels that include the original MPTCP timestamp socket option code and have not yet incorporated the recent commit series fixing this issue are affected. The specific kernel versions are not listed, so any kernel build prior to the inclusion of the patch remains vulnerable. Distributions that ship unaffected kernels should upgrade to the latest stable kernel that contains the fixes referenced in the commit history.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, indicating a low exploitation probability. However, because the vulnerability leads directly to a kernel crash, its severity is high. The flaw can be exploited by triggering the MPTCP timestamp option, which normally requires at least local process privileges; consequently the likely attack vector is inferred to be local or requires privileged network access. The vulnerability is not listed in CISA’s KEV catalog, but its impact warrants immediate remediation.

Generated by OpenCVE AI on June 11, 2026 at 02:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the MPTCP scheduling fix (see the referenced commit history).
  • Recompile any custom kernel modules that expose the MPTCP timestamp socket option to ensure they use the safe sleepable lock path.
  • As an immediate temporary mitigation, disable MPTCP or stop using the timestamp socket option in applications until the patch is installed.
  • Monitor kernel logs for OOPS or panic messages that reference atomic context failures to detect ongoing exploitation attempts.

Generated by OpenCVE AI on June 11, 2026 at 02:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Wed, 10 Jun 2026 21:15:00 +0000

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

Mon, 01 Jun 2026 17:00:00 +0000


Fri, 29 May 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Thu, 28 May 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mptcp: fix scheduling with atomic in timestamp sockopt Using lock_sock_fast() (atomic context) around sock_set_timestamp() and sock_set_timestamping() is unsafe, as both helpers can sleep. Replace lock_sock_fast() with sleepable lock_sock()/release_sock() to avoid scheduling while atomic panic.
Title mptcp: fix scheduling with atomic in timestamp sockopt
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-06-14T17:59:42.888Z

Reserved: 2026-05-13T15:03:33.102Z

Link: CVE-2026-46168

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:32.440

Modified: 2026-06-10T21:14:43.620

Link: CVE-2026-46168

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-46168 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T02:15:27Z

Weaknesses