CVE-2026-89975

Source
https://cve.org/CVERecord?id=CVE-2026-89975
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89975.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89975
Downstream
Published
2026-09-16T10:32:53Z
Modified
2026-09-17T03:47:20Z
Summary
nvme-fabrics: fix DHCHAP secret leak on parse failure
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89975.json"
}
References

Affected packages

Git / 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
f50fff73d620cd6e8f48bc58d4f1c944615a3fea
Fixed
702c1ae0d31b44828ec3c87079def490c1ee1fb3
Fixed
15d7a35a489287109b5a7c157d53d9b8214f0318
Fixed
d21da6cc91ba1c4f1ae5ba007f3cb89e1c0c7549
Fixed
afdee49a1b88ed9bb44e2b30e855297c169bcc53

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89975.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89975.json"