CVE-2026-63834
Last modified
CVE-2026-63834 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: restrict number of unacked list entries When the unacked_list is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more unacked_list entries. And the end either causing an out-of-memory situation or increase the management overhead for the (large) list that significant portions of CPU cycles are wasted in searching through the list. When limiting the list to a specific number, it is important to still correctly add a new entry to the list. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: restrict number of unacked list entries When the unacked_list is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more unacked_list entries. And the end either causing an out-of-memory situation or increase the management overhead for the (large) list that significant portions of CPU cycles are wasted in searching through the list. When limiting the list to a specific number, it is important to still correctly add a new entry to the list. But if the list became larger than the limit, the last entry of the list (with the highest seqno) must be dropped to still allow the earlier seqnos to finish and therefore to continue the process. Otherwise, the process might get stuck with too high seqnos which are not handled by batadv_tp_ack_unordered().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < 31a88792bfba142be3c9521538c1db805677381f; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < 1111a3381bca2d1f084a07686bc783af5ab23df7; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < 1c616b0be4bd8399d485e25e91859373b95d6013; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < f8c499fd275e59203b77fca76ae6ef2d096c2133; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < c6231d628d06d841bc1617b2f7034f5f39876b16; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < 2233787658db859f0a9b83cb397cf783bb8be865; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < 1fb8762600a393d1caccd63be5d07e1756982d68; >= 33a3bb4a3345bb511f9c69c913da95d4693e2a4e, < e7c775110e1858e5a7471a23a9c9658c0af9df89 |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63834?
How severe is CVE-2026-63834?
How do I fix CVE-2026-63834?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63829In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-6383A flaw was found in KubeVirt's Role-Based Access Control (RB…5.4
- CVE-2026-63830In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-63831In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63832In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63833In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-63835In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63836In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63837In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63838In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63839In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6384A flaw was found in gimp. This buffer overflow vulnerability…7.8
Are you affected by CVE-2026-63834?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
