CVE-2024-42152
Last modified
CVE-2024-42152 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the admin connect request handler) and we need to release pending AERs, clear ctrl->sqs and sq->ctrl (for nvme-loop primarily), and drop the final reference on the ctrl. However, a small window is possible where nvmet_sq_destroy starts (as a result of the client giving up and disconnecting) concurrently with the nvme admin connect cmd (which may be in an early stage). But *before* kill_and_confirm of sq->ref (i.e. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the admin connect request handler) and we need to release pending AERs, clear ctrl->sqs and sq->ctrl (for nvme-loop primarily), and drop the final reference on the ctrl. However, a small window is possible where nvmet_sq_destroy starts (as a result of the client giving up and disconnecting) concurrently with the nvme admin connect cmd (which may be in an early stage). But *before* kill_and_confirm of sq->ref (i.e. the admin connect managed to get an sq live reference). In this case, sq->ctrl was allocated however after it was captured in a local variable in nvmet_sq_destroy. This prevented the final reference drop on the ctrl. Solve this by re-capturing the sq->ctrl after all inflight request has completed, where for sure sq->ctrl reference is final, and move forward based on that. This issue was observed in an environment with many hosts connecting multiple ctrls simoutanuosly, creating a delay in allocating a ctrl leading up to this race window.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.8, < 5.10.222 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.98 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.39 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.9 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42152?
How severe is CVE-2024-42152?
How do I fix CVE-2024-42152?
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-42147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-42148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-42149In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4215pgAdmin <= 8.5 is affected by a multi-factor authentication …8.8
- CVE-2024-42150In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42151In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42153In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42154In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42155In the Linux kernel, the following vulnerability has been re…1.9
- CVE-2024-42156In the Linux kernel, the following vulnerability has been re…4.1
- CVE-2024-42157In the Linux kernel, the following vulnerability has been re…4.1
- CVE-2024-42158In the Linux kernel, the following vulnerability has been re…4.1
Are you affected by CVE-2024-42152?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
