Bug 2320264 (CVE-2024-47750) - CVE-2024-47750 kernel: RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
Summary: CVE-2024-47750 kernel: RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
Keywords:
Status: NEW
Alias: CVE-2024-47750
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2320352
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 13:06 UTC by OSIDB Bzimport
Modified: 2024-10-21 20:37 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-21 13:06:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08

Currently rsv_qp is freed before ib_unregister_device() is called
on HIP08. During the time interval, users can still dereg MR and
rsv_qp will be used in this process, leading to a UAF. Move the
release of rsv_qp after calling ib_unregister_device() to fix it.


Note You need to log in before you can comment on or make changes to this bug.