CVE Catalog

CVE-2026-97523

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the MPTCP scheduler may race with subflow socket state changes. Data transmission on the selected socket may fail, and a later release could use mss_now reset to 0 in a divide operation.

Risk Assessment

The race condition can lead to a divide-by-zero or incorrect MPTCP scheduler behavior, causing a kernel crash or connection failure.

Recommendation

Update the Linux kernel to a version containing the fix that explicitly checks for the critical race scenario between the scheduler and subflow state change.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mptcp: close race between scheduler and state change The mptcp scheduler may race with subflow sockets state change: data transmission on the selected socket may fail and a later release could try to use mss_now reset to 0 for a divide operation. Address the issue by explicitly checking for the critical scenario.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS