CVE-2026-72226
Last modified
CVE-2026-72226 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadv_tvlv_tt_vlan_data (8 bytes). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadv_tvlv_tt_vlan_data (8 bytes). The size can therefore overflow the u16 used to store the tt_vlan_len. All additional safety checks to prevent out-of-bounds access of the TVLV buffer are invalid due to this overflow. Using size_t prevents this overflow and ensures that the safety checks compare against the actual buffer requirements.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 0de12a4c4847f571d82a9cd96bc633eded41d7c6; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < d6ff4764ff784ede25f5c83a6f5883a74c93a5ea; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 1898273c5dc8148267ef9f97cd2517a2822350e7; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 604bd5042fbcd1ab9f7cd98fd847ec017aeede8a; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 7319c0794f91be2734aac695794e7203606b49f8; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 3256c05d5a9db34346eaf20f52dddde984852d77; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 6222b443686525cb5a9b6a9cecf23b2e2ab23e2a; >= 7ea7b4a142758deaf46c1af0ca9ceca6dd55138b, < 7a581d9aaba8c82bd6177fa36b2588eea77f6e2b |
| Linux | Linux | 3.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72226?
How severe is CVE-2026-72226?
How do I fix CVE-2026-72226?
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-72220In the Linux kernel, the following vulnerability has been re…9.8
- 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-72227In the Linux kernel, the following vulnerability has been re…8.1
- 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
Are you affected by CVE-2026-72226?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
