CVE-2023-53116
Last modified
CVE-2023-53116 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid potential UAF in nvmet_req_complete() An nvme target ->queue_response() operation implementation may free the request passed as argument. Such implementation potentially could result in a use after free of the request pointer when percpu_ref_put() is called in nvmet_req_complete(). Avoid such problem by using a local variable to save the sq pointer before calling __nvmet_req_complete(), thus avoiding dereferencing the req pointer after that function call.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid potential UAF in nvmet_req_complete() An nvme target ->queue_response() operation implementation may free the request passed as argument. Such implementation potentially could result in a use after free of the request pointer when percpu_ref_put() is called in nvmet_req_complete(). Avoid such problem by using a local variable to save the sq pointer before calling __nvmet_req_complete(), thus avoiding dereferencing the req pointer after that function call.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.8, < 4.14.311 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.279 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.238 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.176 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.104 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.21 | — |
| Linux | Linux Kernel | >= 6.2, < 6.2.8 | — |
| Linux | Linux Kernel | 6.3 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53116?
How severe is CVE-2023-53116?
How do I fix CVE-2023-53116?
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 2023
- CVE-2023-53110In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53112In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53113In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53114In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53115In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53117In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53118In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53119In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5312Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2023-53120In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53121In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53116?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
