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

net: qrtr: ns: Limit the total number of nodes

Currently, the nameserver doesn't limit the number of nodes it handles.
This can be an attack vector if a malicious client starts registering
random nodes, leading to memory exhaustion.

Hence, limit the maximum number of nodes to 64. Note that, limit of 64 is
chosen based on the current platform requirements. If requirement changes
in the future, this limit can be increased.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the QRTR nameserver does not enforce a limit on node registrations. A malicious client that can send QRTR registration messages may create a large number of random nodes, causing the kernel to allocate memory for each new node until system memory is exhausted. This results in a denial‑of‑service condition for processes relying on the nameserver.

Affected Systems

The vulnerability affects the Linux kernel in all versions prior to the inclusion of the node‑limit change. The commit that limits the total number of nodes to 64 is the remedy, so any kernel build that does not contain this change is impacted.

Risk and Exploitability

No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog. Because the QRTR interface accepts registration messages from any client, an attacker can trigger memory exhaustion by sending a large number of node creation requests. The CVSS score of 5.5 indicates a medium severity, reflecting the potential for crashes or instability; the risk persists until the kernel is updated or an equivalent fix is applied. The attack vector involves any host capable of communicating with the QRTR interface, with no authentication required.

Generated by OpenCVE AI on May 28, 2026 at 01:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit limiting QRTR nodes to 64.
  • If an immediate kernel upgrade is not possible, apply the upstream patch manually from the provided kernel commit links.
  • Restrict access to the QRTR interface using firewall or SELinux rules to limit connections to trusted hosts.
  • Monitor system memory usage and QRTR node counts to detect abnormal activity.

Generated by OpenCVE AI on May 28, 2026 at 01:56 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 NVD-CWE-noinfo

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

Type Values Removed Values Added
Weaknesses CWE-770
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 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-789

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: Limit the total number of nodes Currently, the nameserver doesn't limit the number of nodes it handles. This can be an attack vector if a malicious client starts registering random nodes, leading to memory exhaustion. Hence, limit the maximum number of nodes to 64. Note that, limit of 64 is chosen based on the current platform requirements. If requirement changes in the future, this limit can be increased.
Title net: qrtr: ns: Limit the total number of nodes
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:47:23.215Z

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

Link: CVE-2026-46003

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-16T15:26:14.900

Link: CVE-2026-46003

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-46003 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T02:00:04Z

Weaknesses