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 |
|
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