CVE-2026-98015

Source
https://cve.org/CVERecord?id=CVE-2026-98015
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98015.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98015
Downstream
Published
2026-09-25T10:23:37Z
Modified
2026-09-26T03:48:31Z
Summary
net/mlx5: E-Switch: fix use-after-free in mlx5_eswitch_termtbl_put
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98015.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
10caabdaad5ace85577a453da97d1f8d3b944427
Fixed
304ea40ef4561671503c36e47da44a0a31b71e36
Fixed
e393789e92310d7c66f57c876101779c90816a12
Fixed
18b2969073879b9cce24e1a78b118bdad54518d1
Fixed
7ee07f601f8f507c9faf25c68a49396ab8950596

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98015.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98015.json"