CVE-2024-43873
HighIn the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacket_allow There are two issues around seqpacket_allow: 1. seqpacket_allow is not initialized when socket is created. Thus if features are never set, it will be read uninitialized. 2. if VIRTIO_VSOCK_F_SEQPACKET is set and then cleared, then seqpacket_allow will not be cleared appropriately (existing apps I know about don't usually do this but it's legal and there's no way to be sure no one relies on this). To fix: - initialize seqpacket_allow after allocation - set it unconditionally in set_features
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-909CVE-2024-43873 is classified as CWE-909
See CWE-909 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
5.14
and later are affected. Fixed in
5.15.165,
6.1.103,
6.6.44,
6.10.3,
6.11
and their respective stable series.
References
The following references provide additional information about CVE-2024-43873 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/1e1fdcbdde3b7663e5d8faeb2245b9b151417d22
-
PatchKernel patch commithttps://git.kernel.org/stable/c/3062cb100787a9ddf45de30004b962035cd497fb
-
PatchKernel patch commithttps://git.kernel.org/stable/c/30bd4593669443ac58515e23557dc8cef70d8582
Frequently asked questions
-
What is CVE-2024-43873?
CVE-2024-43873 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 5.14 onward and has been patched in 5.15.165, 6.1.103, 6.6.44 and others. CVE-2024-43873 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-43873?
CVE-2024-43873 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2024-43873?
Yes — CVE-2024-43873 has been patched. Fixed versions include 5.15.165, 6.1.103, 6.6.44 and others. If you are running Linux kernel 5.14 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-43873 actively exploited?
No — CVE-2024-43873 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.