4 matches found
Linux Distros Unpatched Vulnerability : CVE-2023-53116
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nvmet: avoid potential UAF in nvmetreqcomplete An nvme target -queueresponse operation implementation may free the request passed as argument. Such implementati...
CVE-2023-53116 nvmet: avoid potential UAF in nvmet_req_complete()
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 pointe...
CVE-2023-53116
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 pointe...
CVE-2023-53116
CVE-2023-53116 (Linux kernel nvmet UAF fix) The vulnerability occurs in nvmet_req_complete() when an nvme target’s queue_response() implementation frees the passed request. This could cause a use-after-free of the request pointer after percpu_ref_put() is invoked. The publicly available advisory ...