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.
Published: 2026-05-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel function platform_get_irq_byname returns a negative code when an error occurs. The current implementation assumes a non‑negative value and passes the result directly to devm_request_threaded_irq. This omission can cause the driver to be registered with an invalid IRQ number, leading to unexpected kernel behavior, driver failures, or system crashes. The flaw represents a failure to validate return values, which may expose the system to denial‑of‑service conditions or other unintended states.

Affected Systems

All Linux kernel releases that include the drm/vc4 driver and rely on platform_get_irq_byname without the error check are affected. The vendors impacted are Linux, product Linux kernel. No specific version range is listed, so any kernel that compiles the vcs driver before the fix is considered vulnerable.

Risk and Exploitability

The CVSS score is not disclosed and EPSS is not available, making quantitative risk assessment difficult. The vulnerability is listed in no KEV catalog, indicating no known widespread exploitation. Exploitation would require an actor able to influence the device initialization path, typically through a custom or malicious kernel module or by altering the hardware configuration to trigger the problematic code. While a local attacker with kernel module load capability could induce a crash or denial of service, remote exploitation is unlikely without additional vectors.

Generated by OpenCVE AI on May 5, 2026 at 17:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the patch correcting the error check in platform_get_irq_byname.
  • If an upgrade is not immediately possible, modify the driver code or the init sequence so that any negative return value from platform_get_irq_byname is verified before forwarding it to devm_request_threaded_irq.
  • Implement kernel hardening measures such as module signing, restricting module load permissions, or applying system integrity runtime checks to reduce the window in which a malicious driver could be loaded and activated.

Generated by OpenCVE AI on May 5, 2026 at 17:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 05 May 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Tue, 05 May 2026 16:15:00 +0000

Type Values Removed Values Added
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.
Title drm/vc4: platform_get_irq_byname() returns an int
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-05T15:29:28.795Z

Reserved: 2026-05-01T14:12:55.982Z

Link: CVE-2026-43072

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-05T16:16:16.540

Modified: 2026-05-05T16:16:16.540

Link: CVE-2026-43072

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-05T19:00:11Z

Weaknesses