UNKNOWN NVD
CVE-2026-80743
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 str
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.
References
- https://git.kernel.org/stable/c/09e4c486348e176c083f8bee9169ae8f408cf8d1
- https://git.kernel.org/stable/c/0d58a70b6dc7b65772e3ef7c43beb91882cf9ed5
- https://git.kernel.org/stable/c/721cfeb0b9572084435695ae535411b921d1ea68
- https://git.kernel.org/stable/c/7d857aec162fb02d10ce326aecc1ac7509c31f43
- https://git.kernel.org/stable/c/a85315f2eb06adc5597a7103e1910fc7d0d35ffd
This unknown severity vulnerability was published on 2026-09-03 via NVD.
vulnfeed aggregates 7805 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.