CVE-2026-97440: net: qrtr: fix node refcount leak on ctrl packet alloc failure

Published Sep 24, 2026
·
Updated

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 failure, the function returns -ENOMEM without calling qrtrnoderelease() to release the node reference.

Add qrtrnoderelease(node) before returning on the allocation failure path to properly release the reference.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In net: qrtr, add qrtr_node_release(node) before returning -ENOMEM in qrtr_send_resume_tx() when qrtr_alloc_ctrl_packet() fails, releasing the reference obtained by qrtr_node_lookup().

Event History

Sep 24, 2026
CVE Published
via MITRE·04:03 PM
Data Sourced
via MITRE·04:03 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the leak?

The issue occurs when qrtr_send_resume_tx() successfully obtains a node reference through qrtr_node_lookup(), then qrtr_alloc_ctrl_packet() fails because memory allocation fails. The failure path returns -ENOMEM without releasing the acquired node reference.

2

What is the impact if the condition occurs?

Each affected allocation-failure path leaks a reference to the QRTR node. The provided information identifies this as a node reference-count leak; it does not state further consequences or an exploitation method.

3

How is the issue fixed?

The fix releases the node with qrtr_node_release(node) before returning from the control-packet allocation failure path.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203