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.
References
Configurations
Configuration 1 (hide)
|
History
25 Nov 2025, 18:47
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/06d261a085a11600f5b577bb56a65fb2c3e57d0a - Patch | |
| References | () https://git.kernel.org/stable/c/8bed4ec42a4e0dc8113172696ff076d1eb6d8bcb - Patch | |
| CWE | CWE-416 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* |
|
| First Time |
Linux linux Kernel
Linux |
Information
Published : 2025-09-11 17:15
Updated : 2025-11-25 18:47
NVD link : CVE-2025-39785
Mitre link : CVE-2025-39785
CVE.ORG link : CVE-2025-39785
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
