CVE-2026-80743
Last modified
CVE-2026-80743 is a vulnerability of currently unknown severity. 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..
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < 7d857aec162fb02d10ce326aecc1ac7509c31f43; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < a85315f2eb06adc5597a7103e1910fc7d0d35ffd; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < 721cfeb0b9572084435695ae535411b921d1ea68; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < b4ef887bee4d3c177adac5d1eab8b2de31b08ac3; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < 0d58a70b6dc7b65772e3ef7c43beb91882cf9ed5; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < f51a540b14eecb8667bbe450192318271b87631e; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < 09e4c486348e176c083f8bee9169ae8f408cf8d1; >= 6f6c3c36f0917be24587eeba818ab4fdfcb5465a, < f12afefb7b01f94d6d66d397f323a9914edbf70e |
| Linux | Linux | 5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80743?
How severe is CVE-2026-80743?
How do I fix CVE-2026-80743?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80738In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80739In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8074Mattermost versions 11.7.x <= 11.7.0, 10.11.x <= 10.11.17 fa…3.8
- CVE-2026-80740In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80741In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80742In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80744In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80745In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80746In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80747In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-80748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80749In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-80743?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
