Bug 2426228 (CVE-2023-54326) - CVE-2023-54326 kernel: misc: pci_endpoint_test: Free IRQs before removing the device
Summary: CVE-2023-54326 kernel: misc: pci_endpoint_test: Free IRQs before removing the...
Keywords:
Status: NEW
Alias: CVE-2023-54326
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:17 UTC by OSIDB Bzimport
Modified: 2025-12-30 23:51 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:17:54 UTC
In the Linux kernel, the following vulnerability has been resolved:

misc: pci_endpoint_test: Free IRQs before removing the device

In pci_endpoint_test_remove(), freeing the IRQs after removing the device
creates a small race window for IRQs to be received with the test device
memory already released, causing the IRQ handler to access invalid memory,
resulting in an oops.

Free the device IRQs before removing the device to avoid this issue.


Note You need to log in before you can comment on or make changes to this bug.