CVE-2026-80821
Last modified
CVE-2026-80821 is a vulnerability of currently unknown severity. 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().
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186, < f31650243c1ab32394077f234685e89ed8dece84; >= 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186, < b5f97fae2503a763fa0f953abf5f121b0fef7d0d; >= 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186, < 56a7b6a6880dbabe28214ff88df8d229ca3a944a; >= 0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186, < 659ae9d02cb5d72c76f74fff7441eb8fb64d8f5c |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80821?
How severe is CVE-2026-80821?
How do I fix CVE-2026-80821?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80816In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80817In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80818In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80819In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8082The bpost-shipping-platform WordPress plugin before 3.2.3 do…7.5
- CVE-2026-80820In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80822In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80823In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80824In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80825In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80826In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80827In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80821?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
