CVE-2024-41082
Last modified
CVE-2024-41082 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: use reserved tag for reg read/write command In some scenarios, if too many commands are issued by nvme command in the same time by user tasks, this may exhaust all tags of admin_q. If a reset (nvme reset or IO timeout) occurs before these commands finish, reconnect routine may fail to update nvme regs due to insufficient tags, which will cause kernel hang forever. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: use reserved tag for reg read/write command In some scenarios, if too many commands are issued by nvme command in the same time by user tasks, this may exhaust all tags of admin_q. If a reset (nvme reset or IO timeout) occurs before these commands finish, reconnect routine may fail to update nvme regs due to insufficient tags, which will cause kernel hang forever. In order to workaround this issue, maybe we can let reg_read32()/reg_read64()/reg_write32() use reserved tags. This maybe safe for nvmf: 1. For the disable ctrl path, we will not issue connect command 2. For the enable ctrl / fw activate path, since connect and reg_xx() are called serially. So the reserved tags may still be enough while reg_xx() use reserved tags.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 6.9.11 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-41082?
How severe is CVE-2024-41082?
How do I fix CVE-2024-41082?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-41077In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41078In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41079In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4108Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-41080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41081In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41083In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41084In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41085In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41087In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41088In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-41082?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
