CVE-2026-89652

Source
https://cve.org/CVERecord?id=CVE-2026-89652
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89652.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89652
Downstream
Published
2026-09-11T19:45:42Z
Modified
2026-09-13T03:47:20Z
Summary
ceph: bound copied dentry name length in NFS export get_name
Details

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

ceph: bound copied dentry name length in NFS export get_name

ceph_get_name() copies the MDS-supplied name into the caller's NAME_MAX-sized buffer with memcpy(name, rinfo->dname, rinfo->dname_len) and then writes name[rinfo->dname_len] = 0, without checking dname_len against NAME_MAX. A malicious or buggy MDS that returns a LOOKUPNAME reply with dname_len > NAME_MAX overflows the buffer. __get_snap_name() copies rde->name / rde->name_len the same unchecked way.

Impact: a malicious or compromised Ceph MDS overflows the NAME_MAX name buffer in a client's NFS-export get_name path, a slab out-of-bounds write reported by KASAN. Reachable when a CephFS mount is re-exported over NFS.

Add ceph_export_copy_name(), which rejects lengths above NAME_MAX with -ENAMETOOLONG before the copy, and use it in both ceph_get_name() and __get_snap_name().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89652.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
19913b4eac4a230dccb548931358398f45dabe4c
Fixed
61d9f27b191b838b96b697ce0bfaee39a138243a
Fixed
06fb5e623cdc2402d6bb29be94d9beb9a826ffec
Fixed
e7c2fd3893a7f7fcd7e8cf0b2c6348bb1e893df6
Fixed
eff8013c5a8916613c742ae5a2cc341cb605c0ae

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.15.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-89652.json"