CVE-2025-40076
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the PCI rcar-host driver passing a NULL MSI parent IRQ domain to the function generic_handle_domain_irq(). This happens because the struct irq_domain_info object used in msi_create_parent_irq_domain() lacks a reference to the parent IRQ domain. As a result, when generic_handle_domain_irq() is called with a NULL pointer, it causes a kernel NULL pointer dereference error.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to encounter a NULL pointer dereference error, which may lead to kernel crashes or system instability when using the affected PCI rcar-host driver. This can disrupt normal system operations and potentially cause denial of service.