Bug 2394622 (CVE-2025-39772) - CVE-2025-39772 kernel: drm/hisilicon/hibmc: fix the hibmc loaded failed bug
Summary: CVE-2025-39772 kernel: drm/hisilicon/hibmc: fix the hibmc loaded failed bug
Keywords:
Status: NEW
Alias: CVE-2025-39772
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-11 17:02 UTC by OSIDB Bzimport
Modified: 2025-09-11 19:35 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-11 17:02:56 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/hisilicon/hibmc: fix the hibmc loaded failed bug

When hibmc loaded failed, the driver use hibmc_unload to free the
resource, but the mutexes in mode.config are not init, which will
access an NULL pointer. Just change goto statement to return, because
hibnc_hw_init() doesn't need to free anything.


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