Bug 2466773 (CVE-2026-43072) - CVE-2026-43072 kernel: drm/vc4: platform_get_irq_byname() returns an int
Summary: CVE-2026-43072 kernel: drm/vc4: platform_get_irq_byname() returns an int
Keywords:
Status: NEW
Alias: CVE-2026-43072
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-05 17:01 UTC by OSIDB Bzimport
Modified: 2026-05-06 10:02 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-05 17:01:46 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.