---
cve: "CVE-2026-72227"
severity: "HIGH"
cvss: 8.1
epss: "34%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-15 06:21:49"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-10T08:07:56+02:00"
---

# CVE-2026-72227

> 8.1 HIGH

## Beschreibung

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

batman-adv: mcast: avoid OOB read of num_dests header

Before the access to struct batadv_tvlv_mcast_tracker's num_dests, it is
attempted to check whether enough space is actually in the network header.
But instead of using offsetofend() to check for the whole size (2) which
must be accessible, offsetof() of is called. The latter is always returning
0. The comparison with the network header length will always return that
enough data is available - even when only 1 or 0 bytes are accessible.

Instead of using offsetofend(), use the more common check for the whole
header.

## CVSS-Vektor

```
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Benachbart | warn |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Keine | good |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- Kernel ≥ 6.12.97
- Kernel ≥ 6.18.40
- Kernel ≥ 7.1.5

## Referenzen

- <https://git.kernel.org/stable/c/80f62893d135f415e7a374dd47b468ec298f7aed>
- <https://git.kernel.org/stable/c/d2b657c9653fcebca828a2ead13f444e0da68817>
- <https://git.kernel.org/stable/c/7d1a877670bc2e901241073f022ca8d1b2f85f1c>
- <https://git.kernel.org/stable/c/38eaed28e250895d56f4b7989bd65479a511c5c3>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-72227) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
