CVE-2026-72128
Last modified
CVE-2026-72128 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmet_sq_create() In nvmet_sq_create(), a reference on the ctrl is taken via kref_get_unless_zero() before calling nvmet_check_sqid(). If nvmet_check_sqid() fails, the function returns the error directly without releasing the reference, leading to a leak. Fix this by jumping to the "ctrl_put" label, which already performs the necessary nvmet_ctrl_put(ctrl). This ensures the reference is properly released on this error path.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix refcount leak in nvmet_sq_create() In nvmet_sq_create(), a reference on the ctrl is taken via kref_get_unless_zero() before calling nvmet_check_sqid(). If nvmet_check_sqid() fails, the function returns the error directly without releasing the reference, leading to a leak. Fix this by jumping to the "ctrl_put" label, which already performs the necessary nvmet_ctrl_put(ctrl). This ensures the reference is properly released on this error path.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1eb380caf5275bba1d3d6182dde1fd740f331743, < 26355295ce21cb046546085c3a81abe68160a784; >= 1eb380caf5275bba1d3d6182dde1fd740f331743, < fcef60ed5f714a24104eb021d6397a67955ebeff; >= 1eb380caf5275bba1d3d6182dde1fd740f331743, < 34b9a83c50660148bde01cde16451dbe78369749 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72128?
How severe is CVE-2026-72128?
How do I fix CVE-2026-72128?
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-72122In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-72123In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72124In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72125In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72126In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72129In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7213A vulnerability was detected in ef10007 MLOps_MCP 1.0.0. Thi…7.3
- CVE-2026-72130In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72132In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72133In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-72128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
