CVE detail
CVE-2026-63834
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().
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 23.0 · diversity 10.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 9
- within the 30d window
- Peak daily
- 8
- highest bucket
Evidence
Source links by recency
9 source links · newest first
Information published.
vendormsrc.microsoft.comJul 20, 2026, 8:05 AMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PMNo excerpt available.
Patchgit.kernel.orgJul 19, 2026, 12:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.