CVE-2022-48858

Source
https://cve.org/CVERecord?id=CVE-2022-48858
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48858.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48858
Downstream
Related
Published
2024-07-16T12:25:23.123Z
Modified
2026-03-13T05:59:34.422797Z
Summary
net/mlx5: Fix a race on command flush flow
Details

In the Linux kernel, the following vulnerability has been resolved:

net/mlx5: Fix a race on command flush flow

Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another process running command flush flow takes refcount to this command entry. The process which handles commands flush may see this command as needed to be flushed if the other process released its refcount but didn't release the index yet. Fix it by adding the needed spin lock.

It fixes the following warning trace:

refcountt: addition on 0; use-after-free. WARNING: CPU: 11 PID: 540311 at lib/refcount.c:25 refcountwarnsaturate+0x80/0xe0 ... RIP: 0010:refcountwarnsaturate+0x80/0xe0 ... Call Trace: <TASK> mlx5cmdtriggercompletions+0x293/0x340 [mlx5core] mlx5cmdflush+0x3a/0xf0 [mlx5core] entererrorstate+0x44/0x80 [mlx5core] mlx5fwfatalreportererrwork+0x37/0xe0 [mlx5core] processonework+0x1be/0x390 workerthread+0x4d/0x3d0 ? rescuerthread+0x350/0x350 kthread+0x141/0x160 ? setkthreadstruct+0x40/0x40 retfrom_fork+0x1f/0x30 </TASK>

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/48xxx/CVE-2022-48858.json",
    "cna_assigner": "Linux"
}
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
073fff8102062cd675170ceb54d90da22fe7e668
Fixed
1a4017926eeea56c7540cc41b42106746ee8a0ee
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
50b2412b7e7862c5af0cbf4b10d93bc5c712d021
Fixed
f3331bc17449f15832c31823f27573f4c0e13e5f
Fixed
7c519f769f555ff7d9d4ccba3497bbb589df360a
Fixed
0401bfb27a91d7bdd74b1635c1aae57cbb128da6
Fixed
063bd355595428750803d8736a9bb7c8db67d42d
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
da87ea137373689dec9d3fafa34a57787320a4b3

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48858.json"