Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local The local variable is passed in request_irq (), and there will be use after free problem, which will make request_irq failed. Using the global irq name instead of it to fix.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.16, < 6.16.4 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/06d261a085a11600f5b577bb56a65fb2c3e57d0aPatch
- https://git.kernel.org/stable/c/8bed4ec42a4e0dc8113172696ff076d1eb6d8bcbPatch
FAQ
What is CVE-2025-39785?
CVE-2025-39785 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local The local variable is passed in request_irq (), and there will...
How severe is CVE-2025-39785?
CVE-2025-39785 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-39785?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.