In the Linux kernel, the following vulnerability has been resolved:
net: pds_core: Fix possible double free in error handling path
When auxiliary_device_add() returns error and then calls
auxiliary_device_uninit(), Callback function pdsc_auxbus_dev_release
calls kfree(padev) to free memory. We shouldn't call kfree(padev)
again in the error handling path.
Fix this by cleaning up the redundant kfree() and putting
the error handling back to where the errors happened.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 20:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
Mon, 12 Aug 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-27T13:53:20.726Z
Updated: 2024-11-05T09:13:14.819Z
Reserved: 2024-02-19T14:20:24.144Z
Link: CVE-2024-26652
Vulnrichment
Updated: 2024-08-02T00:07:19.705Z
NVD
Status : Awaiting Analysis
Published: 2024-03-27T14:15:10.297
Modified: 2024-11-04T20:35:04.647
Link: CVE-2024-26652
Redhat