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
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-19
Advisory published
2026-07-19
Advisory updated
2026-07-19

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.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T16:17:43.350Z and has not been modified since then.