VDB

CVE-2026-89668

CVE-2026-89668 PUBLISHED CVSS 7.8 HIGH

Reported by Linux · Published September 11, 2026

In the Linux kernel, the following vulnerability has been resolved: nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd() nfsd_debugfs_init() runs before nfsd4_init_slabs() in init_nfsd(). If the slab allocation fails, the bare "return retval" bypasses nfsd_debugfs_exit(), leaving orphan debugfs files with stale fops pointers into the freed module text. Move nfsd_debugfs_init() to after the slab init succeeds, so the early return has no debugfs state to clean up. Since debugfs is now the more recently initialized of the two, also update the unwind paths to match reverse-initialization (LIFO) order: run nfsd_debugfs_exit() before nfsd4_free_slabs() in both the init_nfsd() error path and exit_nfsd(). The nfsd debugfs files only reference module-global state and have no dependency on the slab caches, so that reordering is a cleanup with no functional change.

EPSS 0.17% · 6.9th percentile

Risk Scores

CVSS 3.1
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score
0.17%
6.9th percentile

Affected Products

VendorProductVersions
LinuxLinux9fe5ea760e64f04412dbed51645a0dac7220d40a, 9fe5ea760e64f04412dbed51645a0dac7220d40a, 9fe5ea760e64f04412dbed51645a0dac7220d40a
LinuxLinux6.16, 0, 6.18.50
linuxlinux_kernel6.16, 6.16, 6.16
LinuxLinux9fe5ea760e64f04412dbed51645a0dac7220d40a, 9fe5ea760e64f04412dbed51645a0dac7220d40a, 9fe5ea760e64f04412dbed51645a0dac7220d40a

Timeline

  • Sep 11, 2026 Coalition ESS Score
  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 13, 2026 EPSS Score
  • Sep 13, 2026 CVE Updated
  • Sep 17, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›