Security Advisory

CVE-2025-39785

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-11 16:56:34
Last updated 2026-05-11 21:36:14
Assigner Linux
State PUBLISHED

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.