CVE-2024-41082
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
29/07/2024
Last modified:
09/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nvme-fabrics: use reserved tag for reg read/write command<br />
<br />
In some scenarios, if too many commands are issued by nvme command in<br />
the same time by user tasks, this may exhaust all tags of admin_q. If<br />
a reset (nvme reset or IO timeout) occurs before these commands finish,<br />
reconnect routine may fail to update nvme regs due to insufficient tags,<br />
which will cause kernel hang forever. In order to workaround this issue,<br />
maybe we can let reg_read32()/reg_read64()/reg_write32() use reserved<br />
tags. This maybe safe for nvmf:<br />
<br />
1. For the disable ctrl path, we will not issue connect command<br />
2. For the enable ctrl / fw activate path, since connect and reg_xx()<br />
are called serially.<br />
<br />
So the reserved tags may still be enough while reg_xx() use reserved tags.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.9.11 (excluding) | |
| cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



