CVE-2026-80821 PUBLISHED

nvmet: pci-epf: put CQ ref on create_cq mapping failure

Assigner: Linux
Reserved: 26.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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

nvmet: pci-epf: put CQ ref on create_cq mapping failure

nvmet_pci_epf_create_cq() calls nvmet_cq_create(), which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or returns a too-small partial mapping, the function jumps to err_internal / err_unmap_queue without calling nvmet_cq_put(). The matching put in nvmet_pci_epf_delete_cq() is gated on NVMET_PCI_EPF_Q_LIVE, which is only set after the mapping succeeds, so teardown never releases these references. A remote PCI host that drives Create IO CQ commands with a failing PRP1/pci_addr therefore leaks the CQ and a controller reference on each attempt.

Drop the CQ reference on the mapping-failure paths. The err_internal and err_unmap_queue labels are only reachable after nvmet_cq_create() has succeeded, so this pairs the create/put correctly.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186 to f31650243c1ab32394077f234685e89ed8dece84 (excl.)
  • affected from 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186 to b5f97fae2503a763fa0f953abf5f121b0fef7d0d (excl.)
  • affected from 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186 to 56a7b6a6880dbabe28214ff88df8d229ca3a944a (excl.)
  • affected from 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186 to 659ae9d02cb5d72c76f74fff7441eb8fb64d8f5c (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.14 is affected
  • unaffected from 0 to 6.14 (excl.)
  • unaffected from 6.18.47 to 6.18.* (incl.)
  • unaffected from 7.1.11 to 7.1.* (incl.)
  • unaffected from 7.2.1 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References