3 matches found
Linux Distros Unpatched Vulnerability : CVE-2026-43041
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a...
CVE-2026-43041
CVE-2026-43041 concerns the Linux kernel: the irq/qrtr path (qrtr_tx_flow) used a radix_tree that could leak memory when intermediate nodes were linked but a subsequent allocation failed. The root cause was orphaned internal radix_tree nodes left behind because radix_tree_for_each_slot() only vis...
PT-2026-36458
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtr tx flow radix tree with xarray to fix memory leak radix tree create allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the...