In the Linux kernel, the following vulnerability has been resolved:
RDMA/restrack: Fix potential invalid address access
struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME
in ib_create_cq(), while if the module exited but forgot del this
rdma_restrack_entry, it would cause a invalid address access in
rdma_restrack_clean() when print the owner of this rdma_restrack_entry.
These code is used to help find one forgotten PD release in one of the
ULPs. But it is not needed anymore, so delete them.
Metrics
Affected Vendors & Products
References
History
Sat, 28 Sep 2024 02:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-476 |
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-29T15:52:42.228Z
Updated: 2024-12-19T09:12:21.168Z
Reserved: 2024-07-29T15:50:41.170Z
Link: CVE-2024-42080
Vulnrichment
Updated: 2024-08-02T04:54:32.089Z
NVD
Status : Modified
Published: 2024-07-29T16:15:07.247
Modified: 2024-11-21T09:33:33.260
Link: CVE-2024-42080
Redhat