Answer in brief
CVE-2026-98016 records a Unknown severity vulnerability in net/mlx5e: Fix use-after-free race in sample_restore_put(). 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 | >=36a3196256bf3310e5e7142b0e61787f7a201abd <3efd1a1938cbb33c53b0d75e55b6c0fe2ebad79a || >=36a3196256bf3310e5e7142b0e61787f7a201abd <72324da8eeca269db9196c2a555abf72eb0385c5 || >=36a3196256bf3310e5e7142b0e61787f7a201abd <1daecd76ab9e5f055fe3970462410ad1d40bd177 || >=36a3196256bf3310e5e7142b0e61787f7a201abd <af3aef0245abbab5e9f6302e7a7d6407187afb71 | 3efd1a1938cbb33c53b0d75e55b6c0fe2ebad79a, 72324da8eeca269db9196c2a555abf72eb0385c5, 1daecd76ab9e5f055fe3970462410ad1d40bd177, af3aef0245abbab5e9f6302e7a7d6407187afb71 |
| Linux/Linuxgeneric | 5.13 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free race in sample_restore_put() Concurrent teardown of TC sample rules sharing the same restore context may re-read restore->count after dropping restore_lock. At that point another thread may already have completed cleanup and freed the restore object. Use the result of the refcount decrement while holding restore_lock to determine whether cleanup is needed.
Quoted source text, attributed separately from HOL analysis.