CVE Catalog

CVE-2025-39785

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In the Linux kernel's hisilicon/hibmc graphics driver, a local variable is passed to request_irq as the interrupt name. After going out of scope, the variable is freed, causing a use-after-free error and IRQ registration failure.

Risk Assessment

The organization may experience missing interrupts in the graphics driver, leading to display issues or system crashes.

Recommendation

Update the Linux kernel to a version containing the fix for CVE-2025-39785.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS