CVE-2025-23140
Published: May 1, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error After devm_request_irq() fails with error in pci_endpoint_test_request_irq(), the pci_endpoint_test_free_irq_vectors() is called assuming that all IRQs have been released. However, some requested IRQs remain unreleased, so there are still /proc/irq/* entries remaining, and this results in WARN() with the following message: remove_proc_entry: removing non-empty directory 'irq/30', leaking at least 'pci-endpoint-test.0' WARNING: CPU: 0 PID: 202 at fs/proc/generic.c:719 remove_proc_entry +0x190/0x19c To solve this issue, set the number of remaining IRQs to test->num_irqs, and release IRQs in advance by calling pci_endpoint_test_release_irq(). [kwilczynski: commit log]
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected e03327122e2c8e6ae4565ef5b3d3cbe4364546a1 - < 705be96504779e4a333ea042b4779ea941f0ace9affected e03327122e2c8e6ae4565ef5b3d3cbe4364546a1 - < e516e187bf32d8decc7c7d0025ae4857cad13c0eaffected e03327122e2c8e6ae4565ef5b3d3cbe4364546a1 - < 54c9f299ad7d7c4be5d271ed12d01a59e95b8907affected e03327122e2c8e6ae4565ef5b3d3cbe4364546a1 - < 9d5118b107b1a2353ed0dff24404aee2e6b7ca0aaffected e03327122e2c8e6ae4565ef5b3d3cbe4364546a1 - < 5a4b7181213268c9b07bef8800905528435db44a+3 more versions |
Linux | Linux | affected 4.19unaffected 0 - < 4.19unaffected 5.4.293 - <= 5.4.*unaffected 5.10.237 - <= 5.10.*unaffected 5.15.181 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now