Bug 2394626 (CVE-2025-39785) - CVE-2025-39785 kernel: drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local
Summary: CVE-2025-39785 kernel: drm/hisilicon/hibmc: fix irq_request()'s irq name vari...
Keywords:
Status: NEW
Alias: CVE-2025-39785
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-11 17:03 UTC by OSIDB Bzimport
Modified: 2025-11-26 08:24 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-11 17:03:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.