PatchSiren cyber security CVE debrief
CVE-2026-46038 Linux CVE debrief
A memory leak vulnerability exists in the Linux kernel's Qualcomm IPC Router (QRTR) nameserver implementation. When a node sends a BYE packet to indicate it is shutting down, the nameserver properly advertises the node's removal to observers but fails to free the associated node memory. This leak occurs in the `ctrl_cmd_bye()` function, which handles node departure notifications. The vulnerability affects systems using QRTR for inter-process communication on Qualcomm platforms. The fix ensures node memory is freed in both success and failure paths of `ctrl_cmd_bye()` by removing the node from the Xarray list and deallocating it.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-06-19
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-06-19
Who should care
Organizations running Linux systems on Qualcomm hardware using QRTR for inter-process communication, including mobile devices, embedded systems, and IoT platforms. System administrators managing kernel security updates and developers working with Qualcomm-based Linux distributions.
Technical summary
The QRTR (Qualcomm IPC Router) subsystem in the Linux kernel contains a memory leak in its nameserver implementation. The `ctrl_cmd_bye()` function, which processes BYE packets from departing nodes, fails to free node memory after removing the node from the Xarray list. This results in kernel memory leakage each time a node sends a BYE packet. The vulnerability is local in nature, requiring the ability to send QRTR control messages. The fix modifies `ctrl_cmd_bye()` to properly free node memory in both success and error code paths.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the referenced stable branch commits when available from your Linux distribution
- Monitor vendor security advisories for kernel package updates addressing CVE-2026-46038
- For systems using Qualcomm platforms with QRTR functionality, prioritize testing and deployment of patched kernels
- Review system logs for unusual memory consumption patterns in long-running QRTR-dependent services as a potential indicator of exploitation
- Consider implementing resource limits and monitoring for kernel memory usage on affected systems pending patch availability
Evidence notes
The vulnerability description is sourced from the official CVE record published 2026-05-27. The fix involves kernel-level memory management in the QRTR subsystem. Multiple stable kernel branch commits are referenced, indicating backports to supported kernel versions. No CVSS score or severity rating has been assigned by NVD as of the modified date (2026-05-27T14:48:03Z).
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46038 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46038
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46038 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46038
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/076e4b162d6caba12c229e7f262df5b6881162b0
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/154fc7fe3f62c46891c3c4302f4b5b5391c932e6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/65932f5102bb5377db36c8a4f0c28179a1967a9a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/68efba36446a7774ea5b971257ade049272a07ac
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ff78ed177a66763085e3214d6fbe13ca8f0b3f11
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.