CVE-2025-39772
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-11

Last updated on: 2025-11-03

Assigner: kernel.org

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
Published
2025-09-11
Last Modified
2025-11-03
Generated
2026-06-16
AI Q&A
2025-09-11
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel 6.1.153-1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-39772. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart