CVE-2023-54176
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54176 is a divide-by-zero vulnerability in the Linux kernel's MPTCP (Multipath TCP) subsystem, specifically in the mptcp_worker function. The flaw occurs when the MPTCP worker runs against an msk socket in an unexpected state — for example, after a connect() is followed by an incoming reset and fastclose, then mptcp_disconnect() closes the socket, and a subsequent listen() call leaves the socket in a CLOSED state before mptcp_worker() executes. The vulnerability was published on December 30, 2025, and affects the Linux kernel. Feedly estimates the severity as MEDIUM, with an EPSS score of 0.00018 (Feedly, VulDB).

Technical details

The root cause is insufficient state validation in mptcp_worker() before it proceeds with TCP window calculations, classified as CWE-369 (Divide By Zero). When the MPTCP worker is scheduled and then executes after the socket has transitioned to the CLOSED state (via mptcp_disconnect()), it calls __tcp_select_window() in net/ipv4/tcp_output.c with invalid state, triggering a divide-by-zero error. The fix involves adding stricter state checks in mptcp_worker to abort processing when the socket is in an unexpected state. The issue was originally reported by Christoph and patches were committed to the stable kernel tree (Feedly, Kernel Patch 1, Kernel Patch 2).

Impact

Successful triggering of this vulnerability causes a kernel divide-by-zero panic (oops), resulting in a denial of service — the affected system crashes or becomes unresponsive. The crash occurs in kernel context (workqueue events mptcp_worker), meaning it affects the entire system rather than a single process. There is no evidence of confidentiality or integrity impact; the primary consequence is availability loss (Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patches that introduce stricter state checks in mptcp_worker. Fixes have been committed to the stable kernel tree across multiple stable branches (commits 19ea79e87af3, aff9099e9c51, d6a0443733434, and f0b4a4086cf2). Users should update to a patched kernel version as provided by their Linux distribution. As a temporary workaround, disabling MPTCP (if not required) via sysctl net.mptcp.enabled=0 can prevent exposure to this code path (Kernel Patch 1, Kernel Patch 2, Kernel Patch 3, Kernel Patch 4).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management