CVE-2024-26876: drm/bridge: adv7511: fix crash on irq during probe
In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: adv7511: fix crash on irq during probe
Moved IRQ registration down to end of adv7511_probe().
If an IRQ already is pending during adv7511_probe
(before adv7511_cec_init) then cec_received_msg_ts
could crash using uninitialized data:
Unable to handle kernel read from unreadable memory at virtual address 00000000000003d5
Internal error: Oops: 96000004 [#1] PREEMPT_RT SMP
Call trace:
cec_received_msg_ts+0x48/0x990 [cec]
adv7511_cec_irq_process+0x1cc/0x308 [adv7511]
adv7511_irq_process+0xd8/0x120 [adv7511]
adv7511_irq_handler+0x1c/0x30 [adv7511]
irq_thread_fn+0x30/0xa0
irq_thread+0x14c/0x238
kthread+0x190/0x1a8
Security readout for executives and security teams
Plain-English summary
CVE-2024-26876 is a Linux kernel driver flaw that can crash a system during startup or device probing. It affects systems using the ADV7511 display bridge driver when an interrupt arrives before related CEC data is initialized. The main business risk is availability loss on affected Linux-based devices, not confirmed remote compromise.
Executive priority
Treat this as normal-priority kernel maintenance unless affected devices provide critical display or appliance functions. Escalate for embedded fleets where an unexpected kernel crash would cause service disruption or manual recovery.
Technical view
The ADV7511 DRM bridge driver registered its IRQ before adv7511_cec_init completed. A pending IRQ during adv7511_probe could reach adv7511_cec_irq_process and cec_received_msg_ts with uninitialized data, causing a kernel Oops. The upstream fix moves IRQ registration to the end of probe.
Likely exposure
Exposure appears limited to Linux systems that include and initialize the ADV7511 bridge driver, commonly embedded or display-focused devices. The source bundle lists affected Linux versions from 4.15 through fixed stable releases, but product-level distribution impact is not provided.
Exploitation context
The provided sources do not show active exploitation, public exploit code, or CISA KEV listing. The described trigger is a pending hardware interrupt during driver probe, so exploitation evidence is incomplete and appears operationally narrower than typical remote kernel bugs.
Researcher notes
This is a driver initialization ordering bug, not a documented privilege escalation. The affected-version data is broad and partly commit-based, so validation should focus on kernel source, vendor backports, and actual ADV7511 driver use.
Mitigation direction
Update to a kernel or vendor package containing the ADV7511 IRQ registration fix.
Check Linux distribution or device vendor advisories for backported fixed builds.
Prioritize embedded, appliance, or display systems using the ADV7511 bridge driver.
If patching is delayed, review vendor guidance for disabling unused ADV7511 or CEC functionality.
Validation and detection
Inventory systems running affected Linux kernel versions and ADV7511 driver support.
Confirm whether hardware or device trees initialize the ADV7511 bridge driver.
Verify the deployed kernel includes one of the cited stable fixes or vendor backport.
Review kernel logs for Oops traces involving adv7511_irq_handler or cec_received_msg_ts.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26876 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.