CVE-2026-89559

Source
https://cve.org/CVERecord?id=CVE-2026-89559
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89559.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89559
Downstream
Published
2026-09-11T19:44:31Z
Modified
2026-09-13T03:47:19Z
Summary
libnvdimm/labels: Prevent integer overflow in __nd_label_validate()
Details

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

libnvdimm/labels: Prevent integer overflow in __nd_label_validate()

The on-media namespace index field nslot is a u32 read from the DIMM label storage area. __nd_label_validate() bounds it against the config area size, but sizeof_namespace_label() returns unsigned, so the product nslot * label_size is evaluated in 32-bit and wraps modulo 2^32 before the comparison. A crafted nslot passes the bound and is then used as the loop trip count in nd_label_data_init(), whose memset() walks off the end of the config_size buffer: an out-of-bounds write.

The field is not trusted -- it comes from the medium, or from userspace via ND_CMD_SET_CONFIG_DATA. Evaluate the product in 64-bit so the bound check is exact; conforming labels are unaffected.

The check was safe when introduced by commit 4a826c83db4e ("libnvdimm: namespace indices: read and validate"): it multiplied by sizeof(struct nd_namespace_label), a size_t, so on a 64-bit build the product did not wrap. Commit 564e871aa66f ("libnvdimm, label: add v1.2 nvdimm label definitions") narrowed it to 32 bits when the label size became a runtime value read via sizeof_namespace_label().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89559.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
564e871aa66f548a947b23808d3140f326381f0c
Fixed
e057efcc9c71d90099d9ee00bed0748d0e9fd586
Fixed
09e649117c54b7e1c004f22eaa19efbadd9ac856
Fixed
69a734359639fca16a0dd73ab17a34943e76c68b
Fixed
037770686126155eafc44501312989e2837b9659

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.13.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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