PT-2026-84941 · Linux · Linux

CVE-2026-80743

·

Published

2026-09-03

·

Updated

2026-09-03

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-80743

Affected Products

Linux