NONE · 0

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 struct device pointer and call dev_get_drvd...

Vulnerability 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.

References

FAQ

What is CVE-2026-80743?

CVE-2026-80743 is a documented vulnerability. 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_drvd...

How severe is CVE-2026-80743?

CVSS scoring is not yet available for CVE-2026-80743. Check NVD for updates.

Is there a patch for CVE-2026-80743?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.