2 matches found
CVE-2026-97440
The Linux kernel contains a vulnerability in the qrtr component where the qrtr_send_resume_tx() function fails to properly release a node reference. Specifically, if qrtr_node_lookup() succeeds but the subsequent qrtr_alloc_ctrl_packet() call fails due to a memory allocation error, the function r...
5.7AI score
SaveExploits0References3
EUVD-2026-86053
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix node refcount leak on ctrl packet alloc failure qrtrsendresumetx calls qrtrnodelookup which takes a reference on the returned node. If the subsequent call to qrtrallocctrlpacket fails due to memory allocation...
5.7AI score
SaveExploits0References3
20