
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54326 is a race condition vulnerability in the Linux kernel's misc/pci_endpoint_test driver, specifically in the pci_endpoint_test_remove() function. The flaw arises because IRQs are freed after the device is removed, creating a small window during which an IRQ can be received while the test device memory has already been released, causing the IRQ handler to access invalid (already-freed) memory and resulting in a kernel oops. The vulnerability affects Linux kernel versions from commit e03327122e2c up to multiple stable branches, with fixes backported to versions 4.19.291, 5.4.251, 5.10.188, 5.15.121, 6.1.40, 6.4.5, and 6.5. The CVSS base score is not formally assigned (estimated Medium severity by Feedly), and the EPSS score is approximately 0.024% (Feedly, EUVD).
The root cause is a use-after-free (CWE-416) race condition in the pci_endpoint_test_remove() function of the Linux kernel's PCI endpoint test driver (drivers/misc/pci_endpoint_test.c). The incorrect teardown order — removing the device before freeing its associated IRQs — creates a time-of-check/time-of-use window where an in-flight interrupt can fire after the device's memory structures have been deallocated. The IRQ handler then dereferences a freed pointer, triggering a kernel oops. The fix reorders the teardown sequence to free IRQs before calling the device removal routine, eliminating the race window (Feedly, EUVD).
Successful triggering of this vulnerability causes a kernel oops (panic or crash), resulting in a denial of service on the affected system. Because the vulnerability is in a kernel driver and involves invalid memory access, it primarily affects availability; there is no direct evidence of confidentiality or integrity impact in normal exploitation scenarios. The scope is limited to systems that load the pci_endpoint_test kernel module, which is typically used in development and testing environments for PCI endpoint controller validation rather than general production deployments (Feedly).
The Linux kernel maintainers have released fixes backported to the following stable versions: 4.19.291, 5.4.251, 5.10.188, 5.15.121, 6.1.40, 6.4.5, and 6.5. Administrators should update to a patched kernel version as the primary remediation. As a workaround on systems where the pci_endpoint_test module is not required, unloading or blacklisting the module (pci_endpoint_test) will eliminate exposure to this vulnerability (EUVD, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."