You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
qrtr nameservice
About this tag
The qrtr nameservice tag covers Linux kernel vulnerabilities in the Qualcomm IPC Router (QRTR) name service subsystem. Recent threads detail CVE-2026-46026 (unbounded lookup leading to local DoS), CVE-2026-46038 (memory leak on BYE packet cleanup), and CVE-2026-46047 (use-after-free during nameservice removal). These flaws are narrow, subsystem-specific bugs that can cause denial-of-service or memory corruption. For WindowsForum readers, the relevance lies in mixed-platform environments where Linux runs on Qualcomm hardware, Windows Subsystem for Linux (WSL), or embedded devices. The tag focuses on kernel security, resource accounting, and lifecycle management in networking-adjacent code.
CVE-2026-46026 is a Linux kernel flaw published by NVD on May 27, 2026, after kernel.org assigned a vulnerability record to an unbounded lookup path in the QRTR name service code used by Qualcomm IPC Router support. The bug is not a remote Internet panic button, and NVD has not yet assigned CVSS...
CVE-2026-46038 is a newly published Linux kernel vulnerability, received by NVD from kernel.org on May 27, 2026, involving a QRTR name-service memory leak when a node sends a BYE control packet and the kernel fails to free the departed node. It is not a flashy remote-code-execution bug, and NVD...
CVE-2026-46047 is a newly published Linux kernel flaw, received by NVD from kernel.org on May 27, 2026, affecting the QRTR nameservice removal path where late-arriving packets can trigger a use-after-free after workqueue teardown. The bug is narrow, technical, and not yet scored by NVD, but it...