CVE-2026-89975
Last modified
CVE-2026-89975 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix DHCHAP secret leak on parse failure nvmf_parse_options() duplicates dhchap_secret and dhchap_ctrl_secret with match_strdup() before validating the DHHC-1: representation. If validation fails, the parser returns -EINVAL before the temporary string in p is assigned to opts->dhchap_secret or opts->dhchap_ctrl_secret. nvmf_create_ctrl() subsequently frees opts, but nvmf_free_options() cannot release the unassigned temporary string. Each rejected option therefore leaks one allocation. This is easy to miss because valid secrets transfer ownership to opts and are freed normally, while the malformed-secret path still returns the expected -EINVAL to userspace. With CONFIG_NVME_HOST_AUTH enabled, the leak is reachable before the required-option checks and transport lookup.
Description
In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix DHCHAP secret leak on parse failure nvmf_parse_options() duplicates dhchap_secret and dhchap_ctrl_secret with match_strdup() before validating the DHHC-1: representation. If validation fails, the parser returns -EINVAL before the temporary string in p is assigned to opts->dhchap_secret or opts->dhchap_ctrl_secret. nvmf_create_ctrl() subsequently frees opts, but nvmf_free_options() cannot release the unassigned temporary string. Each rejected option therefore leaks one allocation. This is easy to miss because valid secrets transfer ownership to opts and are freed normally, while the malformed-secret path still returns the expected -EINVAL to userspace. With CONFIG_NVME_HOST_AUTH enabled, the leak is reachable before the required-option checks and transport lookup. No NVMe-oF target or working transport connection is required; for example, repeatedly writing dhchap_secret=BAD or dhchap_ctrl_secret=BAD to /dev/nvme-fabrics deterministically takes the leaking parse path. Free the temporary string before leaving both validation error paths. Use kfree_sensitive() because the copied option may contain secret material even when its representation is rejected, matching the sensitive cleanup used for stored DHCHAP secrets.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f50fff73d620cd6e8f48bc58d4f1c944615a3fea, < 702c1ae0d31b44828ec3c87079def490c1ee1fb3; >= f50fff73d620cd6e8f48bc58d4f1c944615a3fea, < 15d7a35a489287109b5a7c157d53d9b8214f0318; >= f50fff73d620cd6e8f48bc58d4f1c944615a3fea, < d21da6cc91ba1c4f1ae5ba007f3cb89e1c0c7549; >= f50fff73d620cd6e8f48bc58d4f1c944615a3fea, < afdee49a1b88ed9bb44e2b30e855297c169bcc53 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89975?
How severe is CVE-2026-89975?
How do I fix CVE-2026-89975?
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-8997vifm is vulnerable to a heap buffer overflow during the hist…4.8
- CVE-2026-89970In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89971In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89972In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89973In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89974In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89976In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89977In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89978In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89979In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89980In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89981In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89975?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
