ceph: bound copied dentry name length in NFS export get_name
Summary
| CVE | CVE-2026-89652 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-11 20:19:51 UTC |
| Updated | 2026-09-11 20:19:51 UTC |
| Description | 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(). |
Risk And Classification
EPSS: 0.001680000 probability, percentile 0.063540000 (date 2026-09-12)
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected 19913b4eac4a230dccb548931358398f45dabe4c 61d9f27b191b838b96b697ce0bfaee39a138243a git | Not specified |
| CNA | Linux | Linux | affected 19913b4eac4a230dccb548931358398f45dabe4c 06fb5e623cdc2402d6bb29be94d9beb9a826ffec git | Not specified |
| CNA | Linux | Linux | affected 19913b4eac4a230dccb548931358398f45dabe4c e7c2fd3893a7f7fcd7e8cf0b2c6348bb1e893df6 git | Not specified |
| CNA | Linux | Linux | affected 19913b4eac4a230dccb548931358398f45dabe4c eff8013c5a8916613c742ae5a2cc341cb605c0ae git | Not specified |
| CNA | Linux | Linux | affected 3.15 | Not specified |
| CNA | Linux | Linux | unaffected 3.15 semver | Not specified |
| CNA | Linux | Linux | unaffected 6.12.109 6.12.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.18.50 6.18.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.2.4 7.2.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.3-rc1 * original_commit_for_fix | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| git.kernel.org/stable/c/eff8013c5a8916613c742ae5a2cc341cb605c0ae | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/e7c2fd3893a7f7fcd7e8cf0b2c6348bb1e893df6 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/06fb5e623cdc2402d6bb29be94d9beb9a826ffec | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/61d9f27b191b838b96b697ce0bfaee39a138243a | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.