CVE-2025-40212 @ morris
Status
not_applicable
Priority
7.96
Match score
2.5
Risk
InfoLeak
MemCorrupt
DoS
priv:root
CVSS
9.8 CRITICAL
Reason
packages: filesystem
Created
2026-08-02T02:51:24Z
Updated
2026-08-02T08:59:40Z
Closed
2026-08-02T08:59:40Z
Package interrogation (copy)
Run on the host — click to copy a command. RPM
| Package | Commands |
|---|---|
| filesystem |
Inventory lookup
Search package inventory across systems, then return here. Create a ticket on systems the matcher missed.
Suggestions: filesystem
| System | Matches | Ticket for CVE-2025-40212 | |
|---|---|---|---|
| morris | emacs-filesystem 24.3; filesystem 3.2; firebird-filesystem 2.5.9.27139.0; firewalld-filesystem 0.6.3; fontpackages-filesystem 1.44; plesk-libboost-filesystem1.65 1.65.1; plesk-libboost-filesystem1.74 1.74.0.1; plesk-libboost-filesystem1.82 1.82.0 (+1 more) | not_applicable open | |
| mufasa | emacs-filesystem 24.3; filesystem 3.2; firebird-filesystem 2.5.9.27139.0; firewalld-filesystem 0.6.3; fontpackages-filesystem 1.44; libreport-filesystem 2.1.11; plesk-libboost-filesystem1.74 1.74.0.1; plesk-libboost-filesystem1.82 1.82.0 (+2 more) | not_applicable open | |
| Helios | libboost-filesystem1.74.0 1.74.0-9 | none | |
| Saiph | libboost-filesystem1.55.0 1.55.0+dfsg-3; libboost-filesystem1.62.0 1.62.0+dfsg-4 | none |
Same product CVEs in your queue
Other tickets that look like the same product (from match reason). Relate them here to triage this CVE as the primary.
| CVE | CVSS | KEV | Systems | Status | Matched | Already related | |
|---|---|---|---|---|---|---|---|
| CVE-2026-67429 | 10.0 | morris, mufasa | does_not_affect | filesystem | — | ||
| CVE-2026-45661 | 9.9 | morris, mufasa | does_not_affect | filesystem | — | ||
| CVE-2026-68770 | 9.8 | morris, mufasa | does_not_affect | filesystem | — | ||
| CVE-2026-36829 | 9.8 | morris, mufasa | does_not_affect | filesystem | — | ||
| CVE-2026-25879 | 9.8 | morris, mufasa | does_not_affect | filesystem | — | ||
| CVE-2026-47162 | 8.8 | Archive, Janus, Library, Matrix, Saiph | accepted_risk | filesystem | — | ||
| CVE-2023-4692 | 7.5 | Archive, Janus, Library, Saiph, morris … | accepted_risk, fixed | filesystem | — |
Related CVE (same fix)
Point this ticket’s CVE at a higher-priority / same-fix primary so you only triage one.
Host OS / kernel
OS
CloudLinux release 7.9 (Boris Yegorov)
(7.9)
· cloudlinux
Arch
x86_64
kernel_release
uname -r → 3.10.0-962.3.2.lve1.5.89.el7.x86_64kernel_version
uname -v → #1 SMP Thu Jul 9 15:55:31 UTC 2026For Linux kernel CVEs, kernel_version (Debian packaging / build string) often decides fixed vs not; kernel_release is used for upstream NVD range compares.
Same CVE on other hosts
Open the ticket for this CVE on another system.
| System | Status | Priority | Updated | |
|---|---|---|---|---|
| mufasa | not_applicable | 7.96 | 2026-08-02T09:01:01Z | Open |
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsd_set_fh_dentry() nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol to find those exported filesystems and so is not given access to the pseudo root filesystem. If a v3 (or v2) client uses a filehandle from that filesystem, nfsd_set_fh_dentry() will report an error, but still stores the export in "struct svc_fh" even though it also drops the reference (exp_put()). This means that when fh_put() is called an extra reference will be dropped which can lead to use-after-free and possible denial of service. Normal NFS usage will not provide a pseudo-root filehandle to a v3 client. This bug can only be triggered by the client synthesising an incorrect filehandle. To fix this we move the assignments to the svc_fh later, after all possible error cases have been detected.
Determination
lsmod | grep nfsd [root@morris ~]# systemctl status nfs-server 2>/dev/null || systemctl status nfs 2>/dev/null ● nfs-server.service - NFS server and services Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled; vendor preset: disabled) Active: inactive (dead) ● nfs-server.service - NFS server and services Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled; vendor preset: disabled) Active: inactive (dead) [root@morris ~]# exportfs -v
Update status
Add note only
Mitigation log
2026-08-02T08:59:40Z — not_applicable
lsmod | grep nfsd
[root@morris ~]# systemctl status nfs-server 2>/dev/null || systemctl status nfs 2>/dev/null
● nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled; vendor preset: disabled)
Active: inactive (dead)
● nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled; vendor preset: disabled)
Active: inactive (dead)
[root@morris ~]# exportfs -v
References
- https://git.kernel.org/stable/c/8a7348a9ed70bda1c1f51d3f1815bcbdf9f3b38c
- https://git.kernel.org/stable/c/b6bc86ce3944b10b9fc181fc00c1a520a20ed965
- https://git.kernel.org/stable/c/c83d7365cec5eb5ebeeee2a72e29b4ca58a7e4c2
NVD: CVE-2025-40212