CVE-2024-26837
Linux Kernel vulnerability analysis and mitigation

Overview

A race condition vulnerability was discovered in the Linux kernel's network bridge management system, specifically in the handling of MDB (Multicast Database) events during switchdev offload. The vulnerability (CVE-2024-26837) was identified and resolved in the Linux kernel, affecting the generation of MDB events replay list which could race against the creation of new group memberships (Kernel Git).

Technical details

The vulnerability occurs when generating the list of MDB events to replay, which could race against new group membership creation from either IGMP/MLD snooping logic or user configuration. While new memberships are immediately visible to walkers of br->mdb_list, their notification to switchdev event subscribers is deferred. This results in the driver receiving duplicate events for what the bridge internally considers a single event, as the replay list could contain a replay of not-yet-delivered events (Kernel Git).

Impact

The vulnerability can lead to orphaned groups remaining in the hardware database when a bridge is destroyed. This occurs because drivers which reference count memberships (particularly DSA) receive duplicate membership notifications but only a single deletion event. As a result, old group memberships from a previously attached bridge port could be reanimated in hardware when the port joins a new bridge, without the new bridge's knowledge (Kernel Git).

Exploitability

The issue manifests specifically in network configurations using bridge multicast snooping with hardware offload. A practical example demonstrates the vulnerability using an mv88e6xxx system, where IPv6 groups remain in the hardware database after bridge destruction and affect subsequent bridge configurations (Kernel Git).

Mitigation and workarounds

The vulnerability has been patched with a two-step solution: 1) Implementation of a write-side lock of the MDB while generating the replay list to prevent new memberships from appearing during list generation, and 2) Addition of checks to ensure no deferred version of a replay event is already enqueued to the switchdev deferred queue before adding it to the replay list when replaying additions (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80913NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel6.12
NoYesSep 04, 2026
CVE-2026-80905NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesSep 04, 2026
CVE-2026-80898NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel6.18
NoYesSep 04, 2026
CVE-2026-80897NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesSep 04, 2026
CVE-2026-80892NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux
NoYesSep 04, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management