CVE-2026-43072
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel IRQ Handling Flaw in VC4 Driver

Publication date: 2026-05-05

Last updated on: 2026-05-05

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: platform_get_irq_byname() returns an int platform_get_irq_byname() will return a negative value if an error happens, so it should be checked and not just passed directly into devm_request_threaded_irq() hoping all will be ok.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-05
Last Modified
2026-05-05
Generated
2026-05-07
AI Q&A
2026-05-05
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is related to the Linux kernel's drm/vc4 component. The function platform_get_irq_byname() can return a negative value to indicate an error. However, this return value was not properly checked before being passed directly into devm_request_threaded_irq(). This improper handling could lead to unexpected behavior or errors in the kernel.


How can this vulnerability impact me? :

If the negative return value from platform_get_irq_byname() is not checked, it may cause devm_request_threaded_irq() to receive invalid input. This could result in kernel errors, instability, or crashes, potentially affecting system reliability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart