{"id":"CVE-2026-80787","summary":"nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()\n\nnvmet_pci_epf_exec_iod_work() submits an I/O command with req-\u003eexecute()\nand then waits for the command to complete and transfers the data back\nto the host. This wait is not needed for commands that do not transfer\ndata from the device to the host. To decide whether that wait is needed,\nit reads iod-\u003edata_len and iod-\u003edma_dir after calling req-\u003eexecute().\n\nHowever, once req-\u003eexecute() is called, the command may complete\nasynchronously on another CPU. For commands that do not require a\ndevice-to-host data transfer, nvmet_pci_epf_queue_response() calls\nnvmet_pci_epf_complete_iod() directly, which can free the iod before it\nreads iod-\u003edata_len and iod-\u003edma_dir, resulting in the KFENCE use-after-\nfree:\n\n BUG: KFENCE: use-after-free read in nvmet_pci_epf_exec_iod_work+0x288/0x798 [nvmet_pci_epf]\n\n Use-after-free read at 0x00000000fdfa6d03 (in kfence-#63):\n  nvmet_pci_epf_exec_iod_work+0x288/0x798 [nvmet_pci_epf]\n  process_one_work+0x15c/0x4f0\n  worker_thread+0x18c/0x30c\n  kthread+0x130/0x140\n  ret_from_fork+0x10/0x20\n\n kfence-#63: 0x00000000e3de0e71-0x00000000c938ad62, size=712, cache=kmalloc-1k\n\n allocated by task 10 on cpu 0 at 73.995480s (0.005122s ago):\n  mempool_kmalloc+0x1c/0x28\n  mempool_alloc_noprof+0x40/0x9c\n  nvmet_pci_epf_poll_sqs_work+0xd4/0x344 [nvmet_pci_epf]\n  process_one_work+0x15c/0x4f0\n  worker_thread+0x18c/0x30c\n  kthread+0x130/0x140\n  ret_from_fork+0x10/0x20\n\n freed by task 131 on cpu 3 at 73.995521s (0.008385s ago):\n  mempool_kfree+0x10/0x20\n  mempool_free+0x44/0x64\n  nvmet_pci_epf_free_iod+0x88/0x98 [nvmet_pci_epf]\n  nvmet_pci_epf_cq_work+0xfc/0x280 [nvmet_pci_epf]\n  process_one_work+0x15c/0x4f0\n  worker_thread+0x18c/0x30c\n  kthread+0x130/0x140\n  ret_from_fork+0x10/0x20\n\nFix this by referring to iod-\u003edata_len and iod-\u003edma_dir before calling\nreq-\u003eexecute(). The remaining iod accesses such as iod-\u003estatus are only\nreached on the device-to-host read path. In this case,\nnvmet_pci_epf_queue_response() signals iod-\u003edone instead of freeing the\niod, so the iod stays valid.","modified":"2026-09-06T03:46:51.263394979Z","published":"2026-09-04T15:12:58.796Z","database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80787.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/1ed1eeaef55cebf2d74b3ef104c20bdab719b165"},{"type":"WEB","url":"https://git.kernel.org/stable/c/20be486d1c225402b067391e72ff5b0dd8ebff76"},{"type":"WEB","url":"https://git.kernel.org/stable/c/c9e9bb757971485b4e8414b1744507af186d72c9"},{"type":"WEB","url":"https://git.kernel.org/stable/c/cede8d2852570c79b9bbb9527255ae9ed3317b82"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80787.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-80787"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186"},{"fixed":"20be486d1c225402b067391e72ff5b0dd8ebff76"},{"fixed":"1ed1eeaef55cebf2d74b3ef104c20bdab719b165"},{"fixed":"cede8d2852570c79b9bbb9527255ae9ed3317b82"},{"fixed":"c9e9bb757971485b4e8414b1744507af186d72c9"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80787.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"6.14.0"},{"fixed":"6.18.47"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.1.11"}]},{"type":"ECOSYSTEM","events":[{"introduced":"7.2.0"},{"fixed":"7.2.1"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80787.json"}}],"schema_version":"1.9.0"}