PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64032 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel when removing a bridge port with per-VLAN multicast snooping enabled. The issue arises from the bridge's handling of per-port and per-{port, VLAN} multicast contexts when toggling global multicast snooping. This could lead to a situation where both types of contexts are enabled on a single bridge port, resulting in a use-after-free when the port is removed. The vulnerability has been resolved through a patch that prevents the bridge from enabling or disabling the per-port multicast contexts when toggling global multicast snooping if per-VLAN multicast snooping is enabled.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Linux kernel developers, administrators, and users of Linux-based systems should be aware of this vulnerability and take steps to ensure their systems are patched. This includes reviewing system configurations, updating vulnerable systems, and monitoring for potential issues.

Technical summary

The Linux kernel vulnerability CVE-2026-64032 is related to the bridge module's handling of multicast snooping. When per-VLAN multicast snooping is enabled, the bridge iterates over all bridge ports, disables the per-port multicast context on each port, and enables the per-{port, VLAN} multicast contexts instead. However, when global multicast snooping is enabled, the bridge enables the per-port multicast context on each port. This can result in both types of contexts being enabled on a single bridge port, leading to a use-after-free when the port is removed. The fix prevents the bridge from enabling or disabling the per-port multicast contexts when toggling global multicast snooping if per-VLAN multicast snooping is enabled.

Defensive priority

High

Recommended defensive actions

  • Apply the patch to the Linux kernel
  • Ensure per-VLAN multicast snooping is properly configured
  • Monitor system logs for potential issues
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was resolved by preventing the bridge from enabling or disabling the per-port multicast contexts when toggling global multicast snooping if per-VLAN multicast snooping is enabled. The fix addresses the use-after-free issue that could occur when removing a bridge port. This fix was applied to the Linux kernel to prevent exploitation of the vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64032 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64032 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/1900ca8acb92fbea8bf9abef9927c7fed03db7fc

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/4df78ff02629c7729168f0696a7a2123c389818d

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7213256c91ed778a0997c2029c152b18dc50e4fd

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.