{"id":"CVE-2026-89559","summary":"libnvdimm/labels: Prevent integer overflow in __nd_label_validate()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nlibnvdimm/labels: Prevent integer overflow in __nd_label_validate()\n\nThe on-media namespace index field nslot is a u32 read from the DIMM\nlabel storage area.  __nd_label_validate() bounds it against the config\narea size, but sizeof_namespace_label() returns unsigned, so the product\nnslot * label_size is evaluated in 32-bit and wraps modulo 2^32 before\nthe comparison.  A crafted nslot passes the bound and is then used as the\nloop trip count in nd_label_data_init(), whose memset() walks off the end\nof the config_size buffer: an out-of-bounds write.\n\nThe field is not trusted -- it comes from the medium, or from userspace\nvia ND_CMD_SET_CONFIG_DATA.  Evaluate the product in 64-bit so the bound\ncheck is exact; conforming labels are unaffected.\n\nThe check was safe when introduced by commit 4a826c83db4e (\"libnvdimm:\nnamespace indices: read and validate\"): it multiplied by sizeof(struct\nnd_namespace_label), a size_t, so on a 64-bit build the product did not\nwrap.  Commit 564e871aa66f (\"libnvdimm, label: add v1.2 nvdimm label\ndefinitions\") narrowed it to 32 bits when the label size became a runtime\nvalue read via sizeof_namespace_label().","modified":"2026-09-25T18:26:49.785234142Z","published":"2026-09-11T19:44:31.337Z","related":["openSUSE-SU-2026:11880-1"],"database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89559.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/037770686126155eafc44501312989e2837b9659"},{"type":"WEB","url":"https://git.kernel.org/stable/c/09e649117c54b7e1c004f22eaa19efbadd9ac856"},{"type":"WEB","url":"https://git.kernel.org/stable/c/1c391696d2791f82ae462e11da9a0d96f90b240c"},{"type":"WEB","url":"https://git.kernel.org/stable/c/6030597ec683d1e5b46445f888bb5c7776b5a0c4"},{"type":"WEB","url":"https://git.kernel.org/stable/c/69a734359639fca16a0dd73ab17a34943e76c68b"},{"type":"WEB","url":"https://git.kernel.org/stable/c/93967bfb17dab66642c57e609c99e1a91fe11278"},{"type":"WEB","url":"https://git.kernel.org/stable/c/b4975f2ff6c82adc24ae547f029f82530ba43cfe"},{"type":"WEB","url":"https://git.kernel.org/stable/c/e057efcc9c71d90099d9ee00bed0748d0e9fd586"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89559.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89559"},{"type":"PACKAGE","url":"https://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":"b4975f2ff6c82adc24ae547f029f82530ba43cfe"},{"fixed":"6030597ec683d1e5b46445f888bb5c7776b5a0c4"},{"fixed":"1c391696d2791f82ae462e11da9a0d96f90b240c"},{"fixed":"93967bfb17dab66642c57e609c99e1a91fe11278"},{"fixed":"e057efcc9c71d90099d9ee00bed0748d0e9fd586"},{"fixed":"09e649117c54b7e1c004f22eaa19efbadd9ac856"},{"fixed":"69a734359639fca16a0dd73ab17a34943e76c68b"},{"fixed":"037770686126155eafc44501312989e2837b9659"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-89559.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.13.0"},{"fixed":"5.10.270"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.11.0"},{"fixed":"5.15.221"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.188"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.157"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.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/osv-test-cve-osv-conversion/osv-output/CVE-2026-89559.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}]}