๐Ÿ” CVE Alert

CVE-2026-98015

UNKNOWN 0.0

net/mlx5: E-Switch: fix use-after-free in mlx5_eswitch_termtbl_put

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch: fix use-after-free in mlx5_eswitch_termtbl_put In mlx5_eswitch_termtbl_put(), the zero-ref cleanup check reads tt->ref_count after termtbl_mutex has been released. Two concurrent callers on the same mlx5_termtbl_handle race: one decrements ref_count to zero, removes the hash entry, and calls kfree(tt) while the other has already dropped the mutex and is about to evaluate if (!tt->ref_count), producing a use-after-free. Fix this by capturing the result of the decrement into a stack-local last variable before dropping the mutex. The cleanup decision is now made entirely under termtbl_mutex, and tt is not touched after kfree.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 25, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
10caabdaad5ace85577a453da97d1f8d3b944427 < 304ea40ef4561671503c36e47da44a0a31b71e36 10caabdaad5ace85577a453da97d1f8d3b944427 < e393789e92310d7c66f57c876101779c90816a12 10caabdaad5ace85577a453da97d1f8d3b944427 < 18b2969073879b9cce24e1a78b118bdad54518d1 10caabdaad5ace85577a453da97d1f8d3b944427 < 7ee07f601f8f507c9faf25c68a49396ab8950596
Linux / Linux
5.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/304ea40ef4561671503c36e47da44a0a31b71e36 git.kernel.org: https://git.kernel.org/stable/c/e393789e92310d7c66f57c876101779c90816a12 git.kernel.org: https://git.kernel.org/stable/c/18b2969073879b9cce24e1a78b118bdad54518d1 git.kernel.org: https://git.kernel.org/stable/c/7ee07f601f8f507c9faf25c68a49396ab8950596