CVE-2026-46026 PUBLISHED

net: qrtr: ns: Limit the maximum number of lookups

Assigner: Linux
Reserved: 13.05.2026 Published: 27.05.2026 Updated: 27.05.2026

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

net: qrtr: ns: Limit the maximum number of lookups

Current code does no bound checking on the number of lookups a client can perform. Though the code restricts the lookups to local clients, there is still a possibility of a malicious local client sending a flood of NEW_LOOKUP messages over the same socket.

Fix this issue by limiting the maximum number of lookups to 64 globally. Since the nameserver allows only atmost one local observer, this global lookup count will ensure that the lookups stay within the limit.

Note that, limit of 64 is chosen based on the current platform requirements. If requirement changes in the future, this limit can be increased.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 0c2204a4ad710d95d348ea006f14ba926e842ffd to 0dbec101a7076e9b1e4bd1876f7cf07c56ff4ce3 (excl.)
  • affected from 0c2204a4ad710d95d348ea006f14ba926e842ffd to 76adf8f69b0bb3ab20be7c58f5d555027332d113 (excl.)
  • affected from 0c2204a4ad710d95d348ea006f14ba926e842ffd to 20855cef7e659ef84ac73251256fa530819b2346 (excl.)
  • affected from 0c2204a4ad710d95d348ea006f14ba926e842ffd to 2b930bc77e00cb27e1d6e1d497b3b596283465ef (excl.)
  • affected from 0c2204a4ad710d95d348ea006f14ba926e842ffd to 5640227d9a21c6a8be249a10677b832e7f40dc55 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.7 is affected
  • unaffected from 0 to 5.7 (excl.)
  • unaffected from 6.6.140 to 6.6.* (incl.)
  • unaffected from 6.12.86 to 6.12.* (incl.)
  • unaffected from 6.18.27 to 6.18.* (incl.)
  • unaffected from 7.0.4 to 7.0.* (incl.)
  • unaffected from 7.1-rc1 to * (incl.)

References