CVE-2026-64461
Last modified
CVE-2026-64461 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtk_pcie_enable_port() fails, mtk_pcie_port_free() removes the port from pcie->ports and frees the port structure. However, the IRQ domains set up earlier by mtk_pcie_init_irq_domain() are never freed. Fix this by refactoring mtk_pcie_irq_teardown() into a per-port helper, mtk_pcie_irq_teardown_port(), and calling it from mtk_pcie_setup() when mtk_pcie_enable_port() fails.
Description
In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtk_pcie_enable_port() fails, mtk_pcie_port_free() removes the port from pcie->ports and frees the port structure. However, the IRQ domains set up earlier by mtk_pcie_init_irq_domain() are never freed. Fix this by refactoring mtk_pcie_irq_teardown() into a per-port helper, mtk_pcie_irq_teardown_port(), and calling it from mtk_pcie_setup() when mtk_pcie_enable_port() fails. Since the IRQ teardown must only happen in the probe error path (during resume, child devices may have active MSI mappings and the NOIRQ context prohibits sleeping locks), mtk_pcie_enable_port() is changed to return an error code so callers can distinguish the two paths and act accordingly. This issue was reported by Sashiko while reviewing the EcoNet EN7528 SoC support series.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b099631df160ec608cd6147f4d20a8042567a5b8, < e23da72ef202654a7d5269885c4fa39a8404db76; >= b099631df160ec608cd6147f4d20a8042567a5b8, < ec7c05eed47d8b15c45380aee7ca168a82e15035; >= b099631df160ec608cd6147f4d20a8042567a5b8, < 1fbe8972a39548a633d06d7b03a01b7b119a2c12; >= b099631df160ec608cd6147f4d20a8042567a5b8, < fe8c701a53c2816cd82301f66c671d952003c1b0; >= b099631df160ec608cd6147f4d20a8042567a5b8, < ce52e494a7555bdae1d990a2654fd7547ef6d986; >= b099631df160ec608cd6147f4d20a8042567a5b8, < 6e6a529d6f779413379b4404c9ef6a36c0337225; >= b099631df160ec608cd6147f4d20a8042567a5b8, < df77314b3bedbd9ad5d6f0682f98b99e3c5f7e2e; >= b099631df160ec608cd6147f4d20a8042567a5b8, < f865a57896bd92d7662eb2818d8f48872e2cbbc7 |
| Linux | Linux | 4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64461?
How severe is CVE-2026-64461?
How do I fix CVE-2026-64461?
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-64456In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-64457In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64458In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64459In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6446The My Social Feeds – Social Feeds Embedder plugin for WordP…5.4
- CVE-2026-64460In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64462In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64463In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64464In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64465In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64466In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64467In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-64461?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
