CVE-2025-39772
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2025-09-11
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's drm/hisilicon/hibmc driver. When the hibmc driver fails to load, it attempts to free resources using hibmc_unload, but the mutexes in mode.config are not initialized, leading to a NULL pointer access. The fix involved changing a goto statement to a return to avoid freeing uninitialized resources.
How can this vulnerability impact me? :
The vulnerability can cause the system to access a NULL pointer during driver unload, which may lead to system instability or crashes when the hibmc driver fails to load properly.
Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70