CVE-2025-39709
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153-1 |
| linux | linux_kernel | 5.10.244-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's media: venus component, where an interrupt handler may not be properly initialized before the interrupt is registered. If the interrupt request (IRQ) is registered before the handler setup (hfi_create()) is complete, an interrupt can fire prematurely, causing a NULL pointer dereference. This issue has been observed during system boot on Rb3Gen2 hardware.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference, which may lead to system instability or crashes during boot on affected hardware. This could result in denial of service or unexpected system behavior.