CVE-2026-80634
Last modified
CVE-2026-80634 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag The DEV_PATH_BR_VLAN_UNTAG case post-decrements info->num_encaps inside WARN_ON_ONCE(). num_encaps is u8, so if it's already 0 the decrement still happens and wraps it to 255. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag The DEV_PATH_BR_VLAN_UNTAG case post-decrements info->num_encaps inside WARN_ON_ONCE(). num_encaps is u8, so if it's already 0 the decrement still happens and wraps it to 255. The break only leaves the inner switch -- a later path entry can set info->indev back to a real device, and we end up returning with num_encaps == 255. nft_dev_forward_path() then walks info.encap[] (size 2) up to num_encaps, which means an OOB stack read and a bogus count copied into the route descriptor. Should only happen on a malformed bridge path stack, hence the WARN, but worth handling sanely. Move the decrement out of the WARN. [ While at this, remove the WARN_ON_ONCE since this can only happen with a buggy bridge path stack --pablo ].
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e990cef6516daa4e1e236433579e333f74fd38cb, < 2f55fa28011c97d6495d5787808db10a8c2d690d; >= e990cef6516daa4e1e236433579e333f74fd38cb, < e052f920773b73be49eb4d8702a9f85de7464363 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80634?
How severe is CVE-2026-80634?
How do I fix CVE-2026-80634?
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-80629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8063An authenticated user can crash mongod when running $rankFus…7.1
- CVE-2026-80630In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80631In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80632In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80633In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80635In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80636In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80637In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80638In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80639In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80640In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80634?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
