CVE-2025-40076
Description
In the Linux kernel, the following vulnerability has been resolved:PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()Starting with commit dd26c1a23fd5 (PCI: rcar-host: Switch tomsi_create_parent_irq_domain()), the MSI parent IRQ domain is null becausethe object of type struct irq_domain_info passed to:msi_create_parent_irq_domain() -> irq_domain_instantiate()() -> __irq_domain_instantiate()has no reference to the parent IRQ domain. Using msi->domain->parent as anargument for generic_handle_domain_irq() leads to below error:Unable to handle kernel null pointer dereference at virtual addressThis error was identified while switching the upcoming RZ/G3S PCIe hostcontroller driver to msi_create_parent_irq_domain() (which was using asimilar pattern to handle MSIs (see link section)), but it was not testedon hardware using the pcie-rcar-host controller driver due to lack ofhardware.[mani: reworded subject and description]
Risk Information
Associated Vulnerability
No records foundPatch Details
No records foundReferences
https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234