CVE-2026-64091
Last modified
CVE-2026-64091 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: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated. Only then, the list of VLANs s used to fill the VLAN entries in the buffer. During this time, the meshif_vlan_list_lock is held. But the actual number of TT entries of each VLAN can still increase during this time - just not the number of VLANs in the list. But the prefilter used in the buffer size calculation might still cause an increase of the number of VLANs which need to be stored. Simply because a VLAN might now suddenly have at least one entry when it had none in the pre-alloc check - and then needs to occupy space which was not allocated. It is better to overestimate the buffer size at the beginning and then fill the buffer only with the VLANs which are not empty.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.16.60, < 3.17 | — |
| Linux | Linux Kernel | >= 4.4.217, < 4.5 | — |
| Linux | Linux Kernel | >= 4.9.217, < 4.10 | — |
| Linux | Linux Kernel | >= 4.14.174, < 4.15 | — |
| Linux | Linux Kernel | >= 4.17.1, < 5.10.259 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.210 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.176 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.143 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.93 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.34 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.11 | — |
| Linux | Linux Kernel | 4.17 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64091?
How severe is CVE-2026-64091?
How do I fix CVE-2026-64091?
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-64086In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64088In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64089In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6409A Denial of Service (DoS) vulnerability exists in the Protob…7.1
- CVE-2026-64090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64093In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64094In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64095In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64096In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64097In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64091?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
