U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2026-64461

Change History

New CVE Received from kernel.org 7/25/2026 6:17:31 AM

Action Type Old Value New Value
Added 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.
Added Reference

                  
                
              
https://git.kernel.org/stable/c/1fbe8972a39548a633d06d7b03a01b7b119a2c12
Added Reference

                  
                
              
https://git.kernel.org/stable/c/6e6a529d6f779413379b4404c9ef6a36c0337225
Added Reference

                  
                
              
https://git.kernel.org/stable/c/ce52e494a7555bdae1d990a2654fd7547ef6d986
Added Reference

                  
                
              
https://git.kernel.org/stable/c/df77314b3bedbd9ad5d6f0682f98b99e3c5f7e2e
Added Reference

                  
                
              
https://git.kernel.org/stable/c/e23da72ef202654a7d5269885c4fa39a8404db76
Added Reference

                  
                
              
https://git.kernel.org/stable/c/ec7c05eed47d8b15c45380aee7ca168a82e15035
Added Reference

                  
                
              
https://git.kernel.org/stable/c/f865a57896bd92d7662eb2818d8f48872e2cbbc7
Added Reference

                  
                
              
https://git.kernel.org/stable/c/fe8c701a53c2816cd82301f66c671d952003c1b0
Added Affected

                  
                
              
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["drivers/pci/controller/pcie-mediatek.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"e23da72ef202654a7d5269885c4fa39a8404db76","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"ec7c05eed47d8b15c45380aee7ca168a82e15035","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"1fbe8972a39548a633d06d7b03a01b7b119a2c12","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"fe8c701a53c2816cd82301f66c671d952003c1b0","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"ce52e494a7555bdae1d990a2654fd7547ef6d986","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"6e6a529d6f779413379b4404c9ef6a36c0337225","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"df77314b3bedbd9ad5d6f0682f98b99e3c5f7e2e","versionType":"git","status":"affected"},{"version":"b099631df160ec608cd6147f4d20a8042567a5b8","lessThan":"f865a57896bd92d7662eb2818d8f48872e2cbbc7","versionType":"git","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["drivers/pci/controller/pcie-mediatek.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"4.14","status":"affected"},{"version":"0","lessThan":"4.14","versionType":"semver","status":"unaffected"},{"version":"5.10.261","lessThanOrEqual":"5.10.*","versionType":"semver","status":"unaffected"},{"version":"5.15.212","lessThanOrEqual":"5.15.*","versionType":"semver","status":"unaffected"},{"version":"6.1.178","lessThanOrEqual":"6.1.*","versionType":"semver","status":"unaffected"},{"version":"6.6.145","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.39","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.4","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc1","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]