CVE-2024-46702
MediumIn the Linux kernel, the following vulnerability has been resolved: thunderbolt: Mark XDomain as unplugged when router is removed I noticed that when we do discrete host router NVM upgrade and it gets hot-removed from the PCIe side as a result of NVM firmware authentication, if there is another host connected with enabled paths we hang in tearing them down. This is due to fact that the Thunderbolt networking driver also tries to cleanup the paths and ends up blocking in tb_disconnect_xdomain_paths() waiting for the domain lock. However, at this point we already cleaned the paths in tb_stop() so there is really no need for tb_disconnect_xdomain_paths() to do that anymore. Furthermore it already checks if the XDomain is unplugged and bails out early so take advantage of that and mark the XDomain as unplugged when we remove the parent router.
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
3.17
and later are affected. Fixed in
5.10.225,
5.15.166,
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-46702 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/18b3ad2a3cc877dd4b16f48d84aa27b78d53bf1d
-
PatchKernel patch commithttps://git.kernel.org/stable/c/23ce6ba3b95488a2b9e9f6d43b340da0c15395dc
-
PatchKernel patch commithttps://git.kernel.org/stable/c/747bc154577de6e6af4bc99abfa859b8419bb4d8
Frequently asked questions
-
What is CVE-2024-46702?
CVE-2024-46702 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 3.17 onward and has been patched in 5.10.225, 5.15.166, 6.1.107 and others. CVE-2024-46702 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-46702?
CVE-2024-46702 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-46702?
Yes — CVE-2024-46702 has been patched. Fixed versions include 5.10.225, 5.15.166, 6.1.107 and others. If you are running Linux kernel 3.17 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-46702 actively exploited?
No — CVE-2024-46702 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.