Answer in brief
CVE-2026-72307 records a Unknown severity vulnerability in mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_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.
Answer in brief
CVE-2026-72307 records a Unknown severity vulnerability in mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_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 | >=fc922bb0dd9406dd9897fd47df958789891c380e <c2c75c45b54f3b12eafb28a4eb47f8821512c1aa || >=fc922bb0dd9406dd9897fd47df958789891c380e <7203ac71d3895fa5948b319dd724f0e1cffbc4a1 || >=fc922bb0dd9406dd9897fd47df958789891c380e <f6454a5fbf2224ad30ec70e686a6c592561da1f2 || >=fc922bb0dd9406dd9897fd47df958789891c380e <220d41bdce41fe5a39a7f419faab1e907b4093c2 || >=fc922bb0dd9406dd9897fd47df958789891c380e <9e4a6185679922305ea1df68403f00ccc512656b || >=fc922bb0dd9406dd9897fd47df958789891c380e <3a2b47d1b4b3de54d030a7fdb6a322c970513ee3 || >=fc922bb0dd9406dd9897fd47df958789891c380e <8adebf07b46df79a0e49a6d4ae384f0db7c91db6 || >=fc922bb0dd9406dd9897fd47df958789891c380e <21cf8dc478a49e8de039c2739b1646a774cb1944 | c2c75c45b54f3b12eafb28a4eb47f8821512c1aa, 7203ac71d3895fa5948b319dd724f0e1cffbc4a1, f6454a5fbf2224ad30ec70e686a6c592561da1f2, 220d41bdce41fe5a39a7f419faab1e907b4093c2, 9e4a6185679922305ea1df68403f00ccc512656b, 3a2b47d1b4b3de54d030a7fdb6a322c970513ee3, 8adebf07b46df79a0e49a6d4ae384f0db7c91db6, 21cf8dc478a49e8de039c2739b1646a774cb1944 |
| Linux/Linuxgeneric | 4.14 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace() When mlxsw_sp_vrs_lpm_tree_replace() fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but fails to update the vr pointer, which still points to the VR that caused the failure. As a result, the condition and the rollback call always operate on the same VR, potentially calling mlxsw_sp_vr_lpm_tree_replace() multiple times on it while never rolling back the earlier VRs. Those VRs continue to hold a reference to new_tree acquired via mlxsw_sp_lpm_tree_hold(), leaking the reference count of new_tree. Fix by reinitializing vr inside the error loop with the updated index: vr = &mlxsw_sp->router->vrs[i]; so that the loop correctly iterates over all VRs that were actually replaced.
Quoted source text, attributed separately from HOL analysis.
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 | >=fc922bb0dd9406dd9897fd47df958789891c380e <c2c75c45b54f3b12eafb28a4eb47f8821512c1aa || >=fc922bb0dd9406dd9897fd47df958789891c380e <7203ac71d3895fa5948b319dd724f0e1cffbc4a1 || >=fc922bb0dd9406dd9897fd47df958789891c380e <f6454a5fbf2224ad30ec70e686a6c592561da1f2 || >=fc922bb0dd9406dd9897fd47df958789891c380e <220d41bdce41fe5a39a7f419faab1e907b4093c2 || >=fc922bb0dd9406dd9897fd47df958789891c380e <9e4a6185679922305ea1df68403f00ccc512656b || >=fc922bb0dd9406dd9897fd47df958789891c380e <3a2b47d1b4b3de54d030a7fdb6a322c970513ee3 || >=fc922bb0dd9406dd9897fd47df958789891c380e <8adebf07b46df79a0e49a6d4ae384f0db7c91db6 || >=fc922bb0dd9406dd9897fd47df958789891c380e <21cf8dc478a49e8de039c2739b1646a774cb1944 | c2c75c45b54f3b12eafb28a4eb47f8821512c1aa, 7203ac71d3895fa5948b319dd724f0e1cffbc4a1, f6454a5fbf2224ad30ec70e686a6c592561da1f2, 220d41bdce41fe5a39a7f419faab1e907b4093c2, 9e4a6185679922305ea1df68403f00ccc512656b, 3a2b47d1b4b3de54d030a7fdb6a322c970513ee3, 8adebf07b46df79a0e49a6d4ae384f0db7c91db6, 21cf8dc478a49e8de039c2739b1646a774cb1944 |
| Linux/Linuxgeneric | 4.14 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace() When mlxsw_sp_vrs_lpm_tree_replace() fails after replacing some VRs, the error rollback loop does not correctly revert the preceding replacements. The loop decrements the index but fails to update the vr pointer, which still points to the VR that caused the failure. As a result, the condition and the rollback call always operate on the same VR, potentially calling mlxsw_sp_vr_lpm_tree_replace() multiple times on it while never rolling back the earlier VRs. Those VRs continue to hold a reference to new_tree acquired via mlxsw_sp_lpm_tree_hold(), leaking the reference count of new_tree. Fix by reinitializing vr inside the error loop with the updated index: vr = &mlxsw_sp->router->vrs[i]; so that the loop correctly iterates over all VRs that were actually replaced.
Quoted source text, attributed separately from HOL analysis.