In the Linux kernel, the following vulnerability has been resolved:
drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
pci_alloc_irq_vectors() allocates an irq vector. When devm_add_action()
fails, the irq vector is not freed, which leads to a memory leak.
Replace the devm_add_action with devm_add_action_or_reset to ensure
the irq vector can be destroyed when it fails.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:48:14.426Z
Updated: 2024-12-19T09:05:27.022Z
Reserved: 2024-06-18T19:36:34.933Z
Link: CVE-2024-38603
Vulnrichment
Updated: 2024-09-11T12:42:26.644Z
NVD
Status : Modified
Published: 2024-06-19T14:15:20.270
Modified: 2024-11-21T09:26:27.690
Link: CVE-2024-38603
Redhat