CVE Catalog

CVE-2026-97568

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the MPTCP syncookies mechanism used an uninitialized bit when copying information in subflow_ulp_clone(). The fix remembers the backup flag by using one bit for both structures without extending join_entry.

Risk Assessment

Using an uninitialized bit can lead to inconsistent MPTCP connection state and unpredictable network stack behavior.

Recommendation

Update the Linux kernel to a version containing the MPTCP syncookies fix. Verify that systems using MPTCP run an updated kernel.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mptcp: syncookies: remember the request backup flag Instead of using an uninitialised bit when copying the info in subflow_ulp_clone(). To fix this, no need to extend the join_entry structure: backup is coming from struct mptcp_subflow_request_sock, only one bit. Do the same here by using one bit for both.

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