PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-80634 Linux CVE debrief

A critical vulnerability was resolved in the Linux kernel, related to netfilter flowtable and bridge VLAN untag handling. The issue could lead to an out-of-bounds stack read and incorrect route descriptor counts due to a potential underflow of `num_encaps`. This CVE has a CVSS score of 9.8 and was published on 2026-08-28T08:16:48.303Z. The vulnerability was addressed by moving the decrement of `num_encaps` out of the warning condition to prevent underflow, which could result in a stack read beyond the bounds of the `info.encap` array. Affected Linux kernel deployments should prioritize patching due to the high severity of this vulnerability.

Vendor
Linux
Product
Unknown
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-28
Original CVE updated
2026-08-29
Advisory published
2026-08-28
Advisory updated
2026-08-29

Who should care

Linux kernel maintainers, network administrators, security teams responsible for Linux systems, and operators of systems using the Linux kernel should be aware of this vulnerability. These stakeholders need to assess their exposure, review patches, and apply them according to their change control processes. Additionally, they should monitor network traffic and system logs for potential exploitation attempts and implement compensating controls if necessary. The vulnerability's impact on system security is significant, given its potential for causing stack reads and route descriptor corruption, emphasizing the need for swift action to protect affected systems.

Technical summary

The Linux kernel vulnerability (CVE-2026-80634) involves a potential underflow of `num_encaps` in netfilter flowtable handling of bridge VLAN untag. This could lead to an out-of-bounds stack read and incorrect route descriptor counts. The issue has been resolved with kernel patches that adjust the handling of `num_encaps` to prevent underflow. Affected systems should review and apply patches as part of their vulnerability management process. The vulnerability's critical CVSS score of 9.8 underscores the importance of prompt mitigation.

Defensive priority

High priority due to critical CVSS score of 9.8 and potential for OOB stack read.

Recommended defensive actions

  • Review and apply kernel updates
  • Monitor network traffic and system logs
  • Implement compensating controls for netfilter flowtable
  • Review CVE and NVD for updates
  • Check Linux kernel version and compare with patched versions
  • Track changes to CVE and related advisories
  • Verify system configurations against recommended settings

Evidence notes

Evidence from official CVE Program record and NIST NVD detail page. Limited source detail, requires further verification. The CVE record was published on 2026-08-28T08:16:48.303Z and was last modified on 2026-08-29T07:16:47.430Z. The NVD entry is currently Received. Additional review of Linux kernel patch notes and related security advisories may provide further context.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-80634 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-80634

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-80634 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80634

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2f55fa28011c97d6495d5787808db10a8c2d690d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e052f920773b73be49eb4d8702a9f85de7464363

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.