CVE-2023-53116
Published: May 2, 2025
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a07b4970f464f13640e28e16dad6cfa33647cc99 - < e5d99b29012bbf0e86929403209723b2806500c1affected a07b4970f464f13640e28e16dad6cfa33647cc99 - < fafcb4b26393870c45462f9af6a48e581dbbcf7eaffected a07b4970f464f13640e28e16dad6cfa33647cc99 - < 04c394208831d5e0d5cfee46722eb0f033cd4083affected a07b4970f464f13640e28e16dad6cfa33647cc99 - < a6317235da8aa7cb97529ebc8121cc2a4c4c437aaffected a07b4970f464f13640e28e16dad6cfa33647cc99 - < f1d5888a5efe345b63c430b256e95acb0a475642+3 more versions |
Linux | Linux | affected 4.8unaffected 0 - < 4.8unaffected 4.14.311 - <= 4.14.*unaffected 4.19.279 - <= 4.19.*unaffected 5.4.238 - <= 5.4.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now