CVE-2024-43883
HighIn the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does not happen. This strictly speaking closes ZDI-CAN-22273, though there may be similar races in the driver.
CVSS 3.1 score
7.0
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-416CVE-2024-43883 is a Use After Free vulnerability
What is Use After Free?
The product references memory after it has been freed, which may cause it to crash, use unexpected values, or execute code. Learn more on MITRE CWE
Affected versions
Linux kernel versions
2.6.32.30,
2.6.33.8,
2.6.34.10,
2.6.35.12,
2.6.37.3,
2.6.38
and later are affected. Fixed in
4.19.320,
5.4.282,
5.10.224,
5.15.165,
6.1.105,
6.6.46,
6.10.5,
6.11
and their respective stable series.
References
The following references provide additional information about CVE-2024-43883 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/128e82e41cf7d74a562726c1587d9d2ede1a0a37
-
PatchKernel patch commithttps://git.kernel.org/stable/c/4dacdb9720aaab10b6be121eae55820174d97174
-
PatchKernel patch commithttps://git.kernel.org/stable/c/585e6bc7d0a9bf73a8be3d3fb34e86b90cc61a14
Frequently asked questions
-
What is CVE-2024-43883?
CVE-2024-43883 is a High severity Linux kernel vulnerability with a CVSS score of 7.0 out of 10 , classified as an Use After Free flaw (CWE-416) . It affects Linux kernel versions from 2.6.32.30 onward and has been patched in 4.19.320, 5.4.282, 5.10.224 and others. CVE-2024-43883 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-43883?
CVE-2024-43883 has a CVSS score of 7.0 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2024-43883?
Yes — CVE-2024-43883 has been patched. Fixed versions include 4.19.320, 5.4.282, 5.10.224 and others. If you are running Linux kernel 2.6.32.30 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-43883 actively exploited?
No — CVE-2024-43883 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Use After Free (CWE-416)?
The product references memory after it has been freed, which may cause it to crash, use unexpected values, or execute code. View CWE-416 on MITRE CWE →