Description
In the Linux kernel, the following vulnerability has been resolved:

net: qrtr: ns: Free the node during ctrl_cmd_bye()

A node sends the BYE packet when it is about to go down. So the nameserver
should advertise the removal of the node to all remote and local observers
and free the node finally. But currently, the nameserver doesn't free the
node memory even after processing the BYE packet. This causes the node
memory to leak.

Hence, remove the node from Xarray list and free the node memory during
both success and failure case of ctrl_cmd_bye().
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel’s QRTR nameserver does not free the node data structure after a BYE packet is processed, causing a memory leak in kernel space. This defect allows an attacker to exhaust kernel memory by repeatedly sending BYE packets, potentially leading to degraded system performance or service denial, as the leaked memory accumulates over time.

Affected Systems

The vulnerability exists in the Linux kernel across all versions that contain the QRTR subsystem, with no specific version exclusions noted.

Risk and Exploitability

The bug is a pure memory leak; it does not lead to a crash or arbitrary code execution in the kernel. The CVSS score of 5.5 indicates a medium severity level for this flaw. Based on the description, it is inferred that the exploitation would require a local process capable of sending a BYE packet, which is typically available to privileged users or compromised software. Because the EPSS score is not available and the flaw is not listed in KEV, the immediate threat level is moderate, but the impact on stability can be significant if the leak is repeatedly triggered.

Generated by OpenCVE AI on May 28, 2026 at 06:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit referenced in the advisory.
  • If an immediate upgrade is unavailable, reboot the system to clear the leaked memory, as the kernel state is reset upon kernel start.
  • Continuously monitor kernel memory usage and set alerts for abnormal growth that may indicate the leak is active.

Generated by OpenCVE AI on May 28, 2026 at 06:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 28 May 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 27 May 2026 23:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Free the node during ctrl_cmd_bye() A node sends the BYE packet when it is about to go down. So the nameserver should advertise the removal of the node to all remote and local observers and free the node finally. But currently, the nameserver doesn't free the node memory even after processing the BYE packet. This causes the node memory to leak. Hence, remove the node from Xarray list and free the node memory during both success and failure case of ctrl_cmd_bye().
Title net: qrtr: ns: Free the node during ctrl_cmd_bye()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T17:49:48.176Z

Reserved: 2026-05-13T15:03:33.093Z

Link: CVE-2026-46038

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-27T14:17:23.140

Modified: 2026-06-16T15:16:28.740

Link: CVE-2026-46038

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46038 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T06:15:10Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime