Answer in brief
CVE-2026-68116 records a Unknown severity vulnerability in vxlan: mdb: Fix source list corruption on a failed replace. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a3a48de5eade770e911d35291217bdd69ce04ef1 <5bc8fc1d2ff802eec839e03adef5df597421898d || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <2c54dff57606590fa4abec46bab6bea3133f1539 || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <79370b573e92e8f190eb5f9a511fa5398340d8b2 || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <54a3c27b357dfb34f327f89bfadeb998bef8051e || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <dcd9b465965422b9654f6026e8a2fa8984f74c3c | 5bc8fc1d2ff802eec839e03adef5df597421898d, 2c54dff57606590fa4abec46bab6bea3133f1539, 79370b573e92e8f190eb5f9a511fa5398340d8b2, 54a3c27b357dfb34f327f89bfadeb998bef8051e, dcd9b465965422b9654f6026e8a2fa8984f74c3c |
| Linux/Linuxgeneric | 6.4 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: vxlan: mdb: Fix source list corruption on a failed replace When replacing the source list of an MDB remote entry, all existing sources are first marked for deletion and vxlan_mdb_remote_srcs_add() is then called to add the new source list. Sources present in the new list have their deletion mark cleared, and any sources left marked afterwards are removed. If vxlan_mdb_remote_srcs_add() fails partway through, its error path deletes all entries on the remote's source list. That rollback is only correct for its other caller, vxlan_mdb_remote_add(), where the remote was just allocated and the list contains solely entries added during the call. On the replace path the list also holds pre-existing sources, so a failed replace tears them down together with their (S, G) forwarding entries instead of leaving the entry unchanged. This is reachable from an existing (*, G) remote. An EXCLUDE filter that loses sources starts forwarding traffic that should be blocked, while an INCLUDE filter that loses sources drops traffic that should be forwarded. Mark entries created during the current pass with a new VXLAN_SGRP_F_NEW flag. On failure, delete only those entries and clear the deletion mark on the pre-existing ones, so a failed replace leaves the source list untouched. Retain the flag until the whole operation succeeds and then clear it. Also stop vxlan_mdb_remote_src_add() from deleting a pre-existing entry it only looked up when adding that entry's forwarding entry fails.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-68116 records a Unknown severity vulnerability in vxlan: mdb: Fix source list corruption on a failed replace. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a3a48de5eade770e911d35291217bdd69ce04ef1 <5bc8fc1d2ff802eec839e03adef5df597421898d || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <2c54dff57606590fa4abec46bab6bea3133f1539 || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <79370b573e92e8f190eb5f9a511fa5398340d8b2 || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <54a3c27b357dfb34f327f89bfadeb998bef8051e || >=a3a48de5eade770e911d35291217bdd69ce04ef1 <dcd9b465965422b9654f6026e8a2fa8984f74c3c | 5bc8fc1d2ff802eec839e03adef5df597421898d, 2c54dff57606590fa4abec46bab6bea3133f1539, 79370b573e92e8f190eb5f9a511fa5398340d8b2, 54a3c27b357dfb34f327f89bfadeb998bef8051e, dcd9b465965422b9654f6026e8a2fa8984f74c3c |
| Linux/Linuxgeneric | 6.4 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: vxlan: mdb: Fix source list corruption on a failed replace When replacing the source list of an MDB remote entry, all existing sources are first marked for deletion and vxlan_mdb_remote_srcs_add() is then called to add the new source list. Sources present in the new list have their deletion mark cleared, and any sources left marked afterwards are removed. If vxlan_mdb_remote_srcs_add() fails partway through, its error path deletes all entries on the remote's source list. That rollback is only correct for its other caller, vxlan_mdb_remote_add(), where the remote was just allocated and the list contains solely entries added during the call. On the replace path the list also holds pre-existing sources, so a failed replace tears them down together with their (S, G) forwarding entries instead of leaving the entry unchanged. This is reachable from an existing (*, G) remote. An EXCLUDE filter that loses sources starts forwarding traffic that should be blocked, while an INCLUDE filter that loses sources drops traffic that should be forwarded. Mark entries created during the current pass with a new VXLAN_SGRP_F_NEW flag. On failure, delete only those entries and clear the deletion mark on the pre-existing ones, so a failed replace leaves the source list untouched. Retain the flag until the whole operation succeeds and then clear it. Also stop vxlan_mdb_remote_src_add() from deleting a pre-existing entry it only looked up when adding that entry's forwarding entry fails.
Quoted source text, attributed separately from HOL analysis.