CVE-2026-72227
Last modified
CVE-2026-72227 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 07afe1ba288c04280622fa002ed385f1ac0b6fe6, < 80f62893d135f415e7a374dd47b468ec298f7aed; >= 07afe1ba288c04280622fa002ed385f1ac0b6fe6, < d2b657c9653fcebca828a2ead13f444e0da68817; >= 07afe1ba288c04280622fa002ed385f1ac0b6fe6, < 7d1a877670bc2e901241073f022ca8d1b2f85f1c; >= 07afe1ba288c04280622fa002ed385f1ac0b6fe6, < 38eaed28e250895d56f4b7989bd65479a511c5c3 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72227?
How severe is CVE-2026-72227?
How do I fix CVE-2026-72227?
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-72221In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72222In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72223In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72224In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72226In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72228In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72229In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7223A vulnerability was identified in BigSweetPotatoStudio Hyper…7.3
- CVE-2026-72230In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72231In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72232In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72227?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
