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 requestirq (), and there will be use after free problem, which will make requestirq failed. Using the global irq name instead of it to fix.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/39xxx/CVE-2025-39785.json",
"cna_assigner": "Linux"
}