0.0
NA
CVE-2026-80743
ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers
Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers The irq handlers take a struct device pointer and call dev_get_drvdata() to obtain the driver data. However, the driver data is only set at the end of probe, after devm_request_irq(), so an interrupt taken in between causes the handlers to pass a NULL pointer to readl() and crash. Pass the private data directly as the devm_request_irq() argument instead of the device pointer, matching what the handlers expect.

INFO

Published Date :

Sept. 3, 2026, 1:06 p.m.

Last Modified :

Sept. 3, 2026, 1:06 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-80743 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Pass private driver data directly to IRQ handlers to prevent NULL pointer dereferences.
  • Pass private data directly to irq handlers.
  • Ensure driver data is set before interrupt handlers are registered.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-80743 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-80743 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-80743 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-80743 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Sep. 03, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers The irq handlers take a struct device pointer and call dev_get_drvdata() to obtain the driver data. However, the driver data is only set at the end of probe, after devm_request_irq(), so an interrupt taken in between causes the handlers to pass a NULL pointer to readl() and crash. Pass the private data directly as the devm_request_irq() argument instead of the device pointer, matching what the handlers expect.
    Added Affected New affected value received. <a href="https://github.com/CVEProject/cvelistV5/blob/main/cves/2026/80xxx/CVE-2026-80743.json">CVE-2026-80743</a>
    Added Reference https://git.kernel.org/stable/c/09e4c486348e176c083f8bee9169ae8f408cf8d1
    Added Reference https://git.kernel.org/stable/c/0d58a70b6dc7b65772e3ef7c43beb91882cf9ed5
    Added Reference https://git.kernel.org/stable/c/721cfeb0b9572084435695ae535411b921d1ea68
    Added Reference https://git.kernel.org/stable/c/7d857aec162fb02d10ce326aecc1ac7509c31f43
    Added Reference https://git.kernel.org/stable/c/a85315f2eb06adc5597a7103e1910fc7d0d35ffd
    Added Reference https://git.kernel.org/stable/c/b4ef887bee4d3c177adac5d1eab8b2de31b08ac3
    Added Reference https://git.kernel.org/stable/c/f12afefb7b01f94d6d66d397f323a9914edbf70e
    Added Reference https://git.kernel.org/stable/c/f51a540b14eecb8667bbe450192318271b87631e
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.