Bug 2482159 (CVE-2026-46009) - CVE-2026-46009 kernel: PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
Summary: CVE-2026-46009 kernel: PCI: endpoint: pci-epf-ntb: Remove duplicate resource ...
Keywords:
Status: NEW
Alias: CVE-2026-46009
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 15:14 UTC by OSIDB Bzimport
Modified: 2026-05-27 21:04 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-27 15:14:07 UTC
In the Linux kernel, the following vulnerability has been resolved:

PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown

epf_ntb_epc_destroy() duplicates the teardown that the caller is
supposed to do later. This leads to an oops when .allow_link fails or
when .drop_link is performed. Remove the helper.

Also drop pci_epc_put(). EPC device refcounting is tied to configfs EPC
group lifetime, and pci_epc_put() in the .drop_link path is sufficient.


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