4 matches found
Linux Distros Unpatched Vulnerability : CVE-2025-39772
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/hisilicon/hibmc: fix the hibmc loaded failed bug When hibmc loaded failed, the driver use hibmcunload to free the resource, but the mutexes in mode.config a...
drm/hisilicon/hibmc: fix the hibmc loaded failed bug
...
CVE-2025-39785
In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix irqrequest's irq name variable is local The local variable is passed in requestirq , and there will be use after free problem, which will make requestirq failed. Using the global irq name instead of it to...
CVE-2025-39785
The CVE-2025-39785 vulnerability resides in the Linux kernel driver for Hisilicon hibmc (drm/hisilicon/hibmc/hibmc_drm_drv.c). The root cause is that irq_request() used a local irq name variable which, after being passed to request_irq(), could be freed, leading to a use-after-free and potential ...