CVE-2023-53116

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53116
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53116.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53116
Downstream
Related
Published
2025-05-02T16:15:30Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

nvmet: avoid potential UAF in nvmetreqcomplete()

An nvme target ->queueresponse() operation implementation may free the request passed as argument. Such implementation potentially could result in a use after free of the request pointer when percpurefput() is called in nvmetreq_complete().

Avoid such problem by using a local variable to save the sq pointer before calling _nvmetreq_complete(), thus avoiding dereferencing the req pointer after that function call.

References

Affected packages