CVE Catalog

CVE-2026-97522

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the __mptcp_subflow_push_pending() function incorrectly updates copied byte counters when __subflow_push_pending() errors out. This causes a counter mismatch and problems on a later push call.

Risk Assessment

Incorrect byte accounting can lead to improper data transmission on MPTCP connections, causing data loss or duplication and connection instability.

Recommendation

Update the Linux kernel to a version containing the fix that skips updating copied byte counters when __subflow_push_pending() errors out.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix bad accounting in __mptcp_subflow_push_pending() If __subflow_push_pending() errors out we should avoid updating the copied byte counters, to avoid mismatch push call later on.

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