CVE-2024-45009
MediumIn the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only decrement add_addr_accepted for MPJ req Adding the following warning ... WARN_ON_ONCE(msk->pm.add_addr_accepted == 0) ... before decrementing the add_addr_accepted counter helped to find a bug when running the "remove single subflow" subtest from the mptcp_join.sh selftest. Removing a 'subflow' endpoint will first trigger a RM_ADDR, then the subflow closure. Before this patch, and upon the reception of the RM_ADDR, the other peer will then try to decrement this add_addr_accepted. That's not correct because the attached subflows have not been created upon the reception of an ADD_ADDR. A way to solve that is to decrement the counter only if the attached subflow was an MP_JOIN to a remote id that was not 0, and initiated by the host receiving the RM_ADDR.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
5.10
and later are affected. Fixed in
5.15.167,
6.1.107,
6.6.48,
6.10.7,
6.11
and their respective stable series.
References
The following references provide additional information about CVE-2024-45009 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/1c1f721375989579e46741f59523e39ec9b2a9bd
-
PatchKernel patch commithttps://git.kernel.org/stable/c/2060f1efab370b496c4903b840844ecaff324c3c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/35b31f5549ede4070566b949781e83495906b43d
Frequently asked questions
-
What is CVE-2024-45009?
CVE-2024-45009 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 5.10 onward and has been patched in 5.15.167, 6.1.107, 6.6.48 and others. CVE-2024-45009 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-45009?
CVE-2024-45009 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2024-45009?
Yes — CVE-2024-45009 has been patched. Fixed versions include 5.15.167, 6.1.107, 6.6.48 and others. If you are running Linux kernel 5.10 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-45009 actively exploited?
No — CVE-2024-45009 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.