Bug 2484473 (CVE-2025-71313) - CVE-2025-71313 kernel: PCI: endpoint: Add missing NULL check for alloc_workqueue()
Summary: CVE-2025-71313 kernel: PCI: endpoint: Add missing NULL check for alloc_workqu...
Keywords:
Status: NEW
Alias: CVE-2025-71313
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: 2026-06-03 18:03 UTC by OSIDB Bzimport
Modified: 2026-06-03 19:10 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-03 18:03:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

PCI: endpoint: Add missing NULL check for alloc_workqueue()

alloc_workqueue() can return NULL on memory allocation failure. Without
proper error checking, this may lead to a NULL pointer dereference when
queue_work() is later called with the NULL workqueue pointer in
epf_ntb_epc_init().

Add a NULL check immediately after alloc_workqueue() and return -ENOMEM on
failure to prevent the driver from loading with an invalid workqueue
pointer.


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