Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Junxian Huang

Researcher fromHisilicon
#18678of 56,331
15.3Total CVSS
Vulnerabilities · 2
High
2
PT-2024-35674
7.5
2024-12-27
Linux · Linux Kernel · CVE-2024-53226
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A NULL pointer dereference issue has been resolved in the Linux kernel. The issue is related to the `hns roce map mr sg()` function, where the `ib map mr sg()` function allows ULPs to specify NULL as the `sg offset` argument. The driver needs to check whether it is a NULL pointer before dereferencing it. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2024-7595
7.8
2024-04-16
Linux · Linux Kernel · CVE-2024-38545
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to the RDMA/hns module in the Linux kernel, where the refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause a use-after-free (UAF) condition. This can be exploited to impact the confidentiality, integrity, and availability of protected information. The vulnerability is fixed by using the xa lock() to protect the CQ refcount. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.