In the Linux kernel, the following vulnerability has been resolved:
nvme: apple: fix device reference counting
Drivers must call nvme_uninit_ctrl after a successful nvme_init_ctrl.
Split the allocation side out to make the error handling boundary easier
to navigate. The apple driver had been doing this wrong, leaking the
controller device memory on a tagset failure.
References
Configurations
History
09 Dec 2024, 13:10
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Sep 2024, 18:12
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/b9ecbfa45516182cd062fecd286db7907ba84210 - Patch | |
References | () https://git.kernel.org/stable/c/d59c4d0eb6adc24c2201f153ccb7fd0a335b0d3d - Patch | |
CWE | CWE-401 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux linux Kernel
Linux |
26 Aug 2024, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-26 11:15
Updated : 2024-12-09 13:10
NVD link : CVE-2024-43913
Mitre link : CVE-2024-43913
CVE.ORG link : CVE-2024-43913
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime