CVE-2026-98016
Received Received - Intake

Use-After-Free in Linux Kernel's mlx5e Driver

Vulnerability report for CVE-2026-98016, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free race condition in the Linux kernel's mlx5e driver. It occurs during the teardown of TC sample rules that share the same restore context. The issue arises when concurrent operations may re-read a counter after dropping a lock, allowing another thread to free the restore object before cleanup completes.

Impact Analysis

This vulnerability could lead to system crashes or unexpected behavior due to memory corruption. If exploited, it may cause denial-of-service conditions or privilege escalation in systems using the affected Linux kernel component.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the use-after-free race condition in the mlx5e driver.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-98016. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart