CVEFinder.io

CVE-2026-43491

🔶 medium
🔍 Scan for this CVE
Summary

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Limit the maximum server registration per node Current code does no bound checking on the number of servers added per node. A malicious client can flood NEW_SERVER messages and exhaust memory. Fix this issue by limiting the maximum number of server registrations to 256 per node. If the NEW_SERVER message is received for an old port, then don't restrict it as it will get replaced. While at it, also rate limit th

Description

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

net: qrtr: ns: Limit the maximum server registration per node

Current code does no bound checking on the number of servers added per
node. A malicious client can flood NEW_SERVER messages and exhaust memory.

Fix this issue by limiting the maximum number of server registrations to
256 per node. If the NEW_SERVER message is received for an old port, then
don't restrict it as it will get replaced. While at it, also rate limit
the error messages in the failure path of qrtr_ns_worker().

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

CVSS Score
5.5
Medium
EPSS Score
0.2
Exploit Probability
Published Date
2026-05-19
First Seen: 2026-05-20
📊 Relative Risk Intelligence

This CVE is Lower Risk - more severe than 31.3% of all 360,548 vulnerabilities in our database.

#247,531
Below average severity
Severity Percentile
Last Modified 2026-08-19
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

📦 Affected Products 4

🔗 References 8

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-64453 ⚠️ high 7.8 0.1 In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client tear... 2026-07-25
CVE-2026-64452 ⚠️ high 7.1 0.2 In the Linux kernel, the following vulnerability has been resolved: 6lowpan: fix NHC entry use-after-free on error path... 2026-07-25
CVE-2026-64451 🔶 medium 5.5 0.1 In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in func_set_f... 2026-07-25
CVE-2026-64450 ⛔ critical 9.1 0.5 In the Linux kernel, the following vulnerability has been resolved: tipc: fix out-of-bounds read in broadcast Gap ACK b... 2026-07-25
CVE-2026-64449 ⚠️ high 7.8 0.1 In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: bound slave read/write to the ke... 2026-07-25
CVE-2026-64448 ⚠️ high 8.2 0.5 In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc[0] exemption to r... 2026-07-25
These CVEs affect the same products