Linux Kernel up to 7.0.10 batman-adv batadv_tvlv_container_ogm_append wraps buffer overflow

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
7.6$5k-$25k2.18-

Summaryinfo

A vulnerability, which was classified as critical, has been found in Linux Kernel up to 7.0.10. Affected is the function batadv_tvlv_container_ogm_append of the component batman-adv. Performing a manipulation of the argument wraps results in buffer overflow. This vulnerability is known as CVE-2026-52934. No exploit is available. It is advisable to upgrade the affected component.

Detailsinfo

A vulnerability classified as critical has been found in Linux Kernel up to 7.0.10. This affects the function batadv_tvlv_container_ogm_append of the component batman-adv. The manipulation of the argument wraps with an unknown input leads to a buffer overflow vulnerability. CWE is classifying the issue as CWE-120. The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow. This is going to have an impact on confidentiality, integrity, and availability. The summary by CVE is:

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tvlv: reject oversized TVLV packets batadv_tvlv_container_ogm_append() builds a TVLV packet section from the tvlv.container_list. The total size of this section is computed by batadv_tvlv_container_list_size(), which sums the sizes of all registered containers. The return type and accumulator in batadv_tvlv_container_list_size() were u16. If the accumulated size exceeds U16_MAX, the value wraps around, causing the subsequent allocation in batadv_tvlv_container_ogm_append() to be undersized. The memcpy-style copy that follows would then write beyond the end of the allocated buffer, corrupting kernel memory. Fix this by widening the return type of batadv_tvlv_container_list_size() to size_t. In batadv_tvlv_container_ogm_append(), check the computed length against U16_MAX before proceeding, and bail out as if the allocation had failed when the limit is exceeded.

The advisory is shared at git.kernel.org. This vulnerability is uniquely identified as CVE-2026-52934 since 06/09/2026. The exploitability is told to be easy. Technical details are known, but no exploit is available. The price for an exploit might be around USD $5k-$25k at the moment (estimation calculated on 06/24/2026).

Upgrading to version 5.10.259, 5.15.210, 6.1.176, 6.6.143, 6.12.93, 6.18.34 or 7.0.11 eliminates this vulnerability. Applying the patch c02aa6c0c9d1bea9bb75dea362b75ad225137bae/1595628a2f877d052eda18865ccf539392c47c04/6448a49344e87487b61bd88cb850cd694a0f576d/13493b00dd1e05a705981e052158652ea23eb482/94db72e9dac202e017ee3db22c59d17e4f3bf171/ede47988ac5687793745b17c1634a496a2299919/94a3d72cd9b21116d7c6d5bdc57c11401fc28557/f50487e3566358b2b982b7801945e858c78ad9ab is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The best possible mitigation is suggested to be upgrading to the latest version.

The vulnerability is also documented in the databases at EUVD (EUVD-2026-38704) and CERT Bund (WID-SEC-2026-2056). Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Affected

  • Open Source Linux Kernel

Productinfo

Type

Vendor

Name

Version

License

Website

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔒
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 8.0
VulDB Meta Temp Score: 7.6

VulDB Base Score: 8.0
VulDB Temp Score: 7.6
VulDB Vector: 🔒
VulDB Reliability: 🔍

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔒
VulDB Temp Score: 🔒
VulDB Reliability: 🔍

Exploitinginfo

Class: Buffer overflow
CWE: CWE-120 / CWE-119
CAPEC: 🔒
ATT&CK: 🔒

Physical: No
Local: No
Remote: Partially

Availability: 🔒
Status: Not defined

EPSS Score: 🔒
EPSS Percentile: 🔒

Price Prediction: 🔍
Current Price Estimation: 🔒

0-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Upgrade
Status: 🔍

0-Day Time: 🔒

Upgrade: Kernel 5.10.259/5.15.210/6.1.176/6.6.143/6.12.93/6.18.34/7.0.11
Patch: c02aa6c0c9d1bea9bb75dea362b75ad225137bae/1595628a2f877d052eda18865ccf539392c47c04/6448a49344e87487b61bd88cb850cd694a0f576d/13493b00dd1e05a705981e052158652ea23eb482/94db72e9dac202e017ee3db22c59d17e4f3bf171/ede47988ac5687793745b17c1634a496a2299919/94a3d72cd9b21116d7c6d5bdc57c11401fc28557/f50487e3566358b2b982b7801945e858c78ad9ab

Timelineinfo

06/09/2026 CVE reserved
06/24/2026 +15 days Advisory disclosed
06/24/2026 +0 days VulDB entry created
06/24/2026 +0 days VulDB entry last update

Sourcesinfo

Vendor: kernel.org

Advisory: git.kernel.org
Status: Confirmed

CVE: CVE-2026-52934 (🔒)
GCVE (CVE): GCVE-0-2026-52934
GCVE (VulDB): GCVE-100-373185
EUVD: 🔒
CERT Bund: WID-SEC-2026-2056 - Linux Kernel: Mehrere Schwachstellen

Entryinfo

Created: 06/24/2026 10:07
Updated: 06/24/2026 19:08
Changes: 06/24/2026 10:07 (60), 06/24/2026 14:21 (1), 06/24/2026 19:08 (7)
Complete: 🔍
Cache ID: 216::103

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Discussion

No comments yet. Languages: en.

Please log in to comment.

Want to stay up to date on a daily basis?

Enable the mail alert feature now!