Lucene search
K

483 matches found

OSV
OSV
added 2025/12/06 10:15 p.m.1 views

UBUNTU-CVE-2025-40287

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

5.7AI score0.00169EPSS
Exploits0References21
ATTACKERKB
ATTACKERKB
added 2025/12/06 9:51 p.m.4 views

CVE-2025-40287

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

5.8AI score0.00169EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/12/06 9:51 p.m.12 views

CVE-2025-40287 exfat: fix improper check of dentry.stream.valid_size

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

0.00169EPSS
Exploits0References3
CVE
CVE
added 2025/12/06 9:51 p.m.26 views

CVE-2025-40287

CVE-2025-40287 : In the Linux kernel exFAT code, an improper validation of dentry.stream.valid_size can cause an infinite loop, enabling a Denial-of-Service (DoS) when issuing SYS_openat, SYS_ftruncate, or SYS_pwrite64 on a malformed exFAT dentry. Root cause: the size check in exfat_find() did no...

6.1AI score0.00169EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/12/06 9:51 p.m.4 views

CVE-2025-40287

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

5.2AI score0.00169EPSS
Exploits0
OSV
OSV
added 2025/12/06 9:51 p.m.2 views

CVE-2025-40287 exfat: fix improper check of dentry.stream.valid_size

In the Linux kernel, the following vulnerability has been resolved: exfat: fix improper check of dentry.stream.validsize We found an infinite loop bug in the exFAT file system that can lead to a Denial-of-Service DoS condition. When a dentry in an exFAT filesystem is malformed, the following syst...

6.4AI score0.00169EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/12/06 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from not checking if dentry.stream.validsize is negative, which could lead to a denial of service attack...

6AI score0.00169EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/12/03 12:0 a.m.3 views

PT-2025-52887

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak exists in the exfat find function related to exfat get dentry set. The exfat get dentry set function increases the reference counter of es-bh on success, requiring...

5.5CVSS6.3AI score0.00153EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2025/12/01 6:11 a.m.4 views

kernel: smb: client: fix race with concurrent opens in rename(2)

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

4.7CVSS5.7AI score0.00101EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/12/01 5:31 a.m.2 views

kernel: smb: client: fix race with concurrent opens in rename(2)

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

4.7CVSS5.7AI score0.00101EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/11/25 6:17 p.m.1 views

kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()

A flaw out of boundary read in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system...

7.8CVSS5.8AI score0.00181EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/11/25 5:26 p.m.3 views

kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()

A flaw out of boundary read in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system...

7.8CVSS5.8AI score0.00181EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/11/25 12:25 a.m.5 views

SUSE CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry 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 ...

7CVSS6.5AI score0.00169EPSS
Exploits0References17
CVE
CVE
added 2025/11/24 1:4 p.m.18 views

CVE-2025-40212

CVE-2025-40212 (Linux kernel) : A refcount leak in nfsd_set_fh_dentry() can occur when a v3/v2 client uses a filehandle from the NFSv4 “pseudo root filesystem.” The kernel may store the export in a svc_fh and drop a reference later (exp_put()), causing an extra reference to be freed on fh_put(), ...

6.1AI score0.00169EPSS
Exploits0References3
OSV
OSV
added 2025/11/24 1:4 p.m.2 views

CVE-2025-40212 nfsd: fix refcount leak in nfsd_set_fh_dentry()

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry 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 ...

6.4AI score0.00169EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/11/24 1:4 p.m.5 views

CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry 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 ...

5.3AI score0.00169EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2025/11/24 9:38 a.m.3 views

kernel: NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()

A flaw out of boundary read in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system...

7.8CVSS5.8AI score0.00181EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/11/24 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a reference count leak in the nfsdsetfhdentry function, which could lead to post-release reuse and denial of...

6AI score0.00169EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/11/24 12:0 a.m.8 views

PT-2025-47906

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Network File System daemon nfsd in the Linux kernel contains a flaw related to reference counting in the nfsd set fh dentry function. Specifically, when an NFSv3 or NFSv2 client uses...

5.4AI score0.00544EPSS
Exploits3References397
RedHat Linux
RedHat Linux
added 2025/11/12 4:28 a.m.1 views

kernel: nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.7AI score0.00168EPSS
Exploits0References5
Rows per page
Query Builder