3 matches found
SUSE CVE-2026-46009
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown epfntbepcdestroy duplicates the teardown that the caller is supposed to do later. This leads to an oops when .allowlink fails or when .droplink is performed. Remove t...
CVE-2026-46009
CVE-2026-46009 – Linux kernel PCIe endpoint ntb teardown issue (mode: normal) The vulnerability arises from epf_ntb_epc_destroy() performing duplicate resource teardown, causing an oops if .allow_link fails or .drop_link is used. The fix removes this helper and also drops pci_epc_put(), tying EPC...
Linux Distros Unpatched Vulnerability : CVE-2026-31594
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown epfntbepcdestroy duplicates the teardown that the caller is supposed to perform later. This lead...