Lucene search
+L

69 matches found

Kitploit
Kitploit
added 2026/09/02 8:33 p.m.3 views

freebsd-dirent-info-leak-bugs

我是如何发现这些漏洞的? 1. 随机决定审计 FreeBSD 中的文件系统 2. 做一些研究,发现默认使用的文件系统是 FFS 和 UFS 的组合 3. 花一些时间审计 ufscreate,发现 0 个漏洞 4. 前往此处查看 UFS 文件系统函数的提交历史 5. 发现这个关于通过栈上分配的 struct dirent 对象中的填充字节泄露信息的提交 6. 分析该补丁,发现对 msdosfsreaddir 的补丁不完整。他们修补了一个实例,但没有修补第二个。 7. 编写 PoC 确认我可以泄露 3 个填充字节。然后开始寻找变种。 8. 在 mqueuefs、autofs、smbfs 和...

5.9AI score
SaveExploits0References11
NVD
NVD
added 2026/08/28 4:17 p.m.7 views

CVE-2026-38636

An issue in the seekdir function /dirent/mod.rs of relibc commit 61f42d allows attackers to cause a Denial of Service DoS via a crafted input...

7.5CVSS0.00446EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 12:00 a.m.8 views

EUVD-2026-67770

An issue in the seekdir function /dirent/mod.rs of relibc commit 61f42d allows attackers to cause a Denial of Service DoS via a crafted input...

7.5CVSS5.9AI score0.00446EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 12:00 a.m.31 views

CVE-2026-38636

An issue in the seekdir function /dirent/mod.rs of relibc commit 61f42d allows attackers to cause a Denial of Service DoS via a crafted input...

0.00446EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 12:00 a.m.16 views

CVE-2026-38636

A Denial of Service vulnerability exists in the seekdir() function within /dirent/mod.rs of relibc (Redox OS's standard C library), specifically at commit 61f42d. A remote attacker can trigger a DoS by supplying a crafted input, with no privileges or user interaction required (CVSS 7.5 HIGH , vec...

7.5CVSS5.9AI score0.00446EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerabilities have been resolved: f2fs: fixed to avoid dirent corruption As Al reported in link 1: f2fsrename … if olddir != newdir && !whiteout f2fssetlinkoldinode, olddirentry, olddirpage, newdir; else f2fsputpageolddirpage, 0; You need the correct inumber i...

7.8CVSS6.3AI score0.00245EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.12 views

CVE-2026-46078

In the Linux kernel, the following vulnerability has been resolved: erofs: fix the out-of-bounds nameoff handling for trailing dirents Currently we already have boundary-checks for nameoffs, but the trailing dirents are special since the namelens are calculated with strnlen with unchecked nameoff...

7.1CVSS5.7AI score0.00131EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/27 12:58 p.m.48 views

CVE-2026-46078

Summary: CVE-2026-46078 affects the Linux kernel EROFS filesystem, where trailing dirents can trigger an out-of-bounds read due to incorrect nameoff handling. The root cause is that namelen calculations for trailing dirents use strnlen with unchecked nameoffs, allowing underflow when nameoff >...

7.1CVSS5.8AI score0.00131EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 12:58 p.m.10 views

CVE-2026-46078 erofs: fix the out-of-bounds nameoff handling for trailing dirents

In the Linux kernel, the following vulnerability has been resolved: erofs: fix the out-of-bounds nameoff handling for trailing dirents Currently we already have boundary-checks for nameoffs, but the trailing dirents are special since the namelens are calculated with strnlen with unchecked nameoff...

7.1CVSS5.8AI score
SaveExploits0References11
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: configfs: A possible memory leak has been fixed in configfscreatedir. kmemleak: Memory leaks were reported in configfscreatedir. - Unreferenced object 0xffff888009f6af00 size 192: Command: “modprobe”, PID: 3777, Jiffies:...

6AI score0.00248EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/11 11:19 p.m.19 views

CVE-2026-34962

barebox version prior to 2026.04.0 contains a denial-of-service vulnerability in ext4 directory parsing in fs/ext4/ext4common.c where the ext4fsiteratedir function fails to validate that directory entry length values are non-zero. Attackers can supply a malicious ext4 filesystem image with a...

6.9CVSS0.00129EPSS
SaveExploits0References4
CNVD
CNVD
added 2026/05/11 12:00 a.m.25 views

Linux kernel fuse_add_dirent_to_cache function buffer overflow vulnerability

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A buffer overflow vulnerability exists in the Linux kernel. The vulnerability stems from the fuseadddirenttocache function not checking if the dirent size exceeds PAGESIZE, whi...

7.8CVSS6AI score0.00281EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2026/05/02 1:25 a.m.31 views

SUSE CVE-2026-31694

In the Linux kernel, the following vulnerability has been resolved: fuse: reject oversized dirents in page cache fuseadddirenttocache computes a serialized dirent size from the server-controlled namelen field and copies the dirent into a single page-cache page. The existing logic only checks...

7.8CVSS5.8AI score0.00281EPSS
SaveExploits1References118
RedhatCVE
RedhatCVE
added 2026/05/01 7:23 p.m.11 views

CVE-2026-31694

A flaw was found in the Linux kernel's Filesystem in Userspace FUSE component. A malicious FUSE server could exploit this by providing an oversized directory entry dirent that is not properly validated. This improper validation causes a memory copy operation to write beyond the allocated buffer,...

7.8CVSS5.9AI score0.00281EPSS
SaveExploits1References4
NVD
NVD
added 2026/05/01 2:16 p.m.13 views

CVE-2026-31694

In the Linux kernel, the following vulnerability has been resolved: fuse: reject oversized dirents in page cache fuseadddirenttocache computes a serialized dirent size from the server-controlled namelen field and copies the dirent into a single page-cache page. The existing logic only checks...

7.8CVSS0.00281EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/05/01 1:53 p.m.47 views

CVE-2026-31694 fuse: reject oversized dirents in page cache

In the Linux kernel, the following vulnerability has been resolved: fuse: reject oversized dirents in page cache fuseadddirenttocache computes a serialized dirent size from the server-controlled namelen field and copies the dirent into a single page-cache page. The existing logic only checks...

7.8CVSS0.00281EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/05/01 1:53 p.m.12 views

EUVD-2026-26503

In the Linux kernel, the following vulnerability has been resolved: fuse: reject oversized dirents in page cache fuseadddirenttocache computes a serialized dirent size from the server-controlled namelen field and copies the dirent into a single page-cache page. The existing logic only checks...

5.8AI score0.00281EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2026/05/01 12:00 a.m.17 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 buffer overflow vulnerability exists in the Linux kernel. The vulnerability stems from the fuseadddirenttocache function not checking if the dirent size exceeds PAGESIZE, whi...

7.8CVSS6AI score0.00281EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.15 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011164)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011164 advisory. In the Linux kernel, the following vulnerability has been resolved: configfs: fix possible memory leak in configfscreatedir kmemleak reported memory leaks in...

5.8AI score0.00248EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/02/11 9:28 p.m.10 views

kernel: smb: client: Fix use-after-free in cifs_fill_dirent

A use-after-free flaw was found in cifsfilldirent in fs/cifs/readdir.c in smb client in the Linux Kernel. This flaw could allow an attacker to crash the system due to race problem. This vulnerability could even lead to a kernel information leak problem...

7.8CVSS5.8AI score0.00178EPSS
SaveExploits0References5
Rows per page
Query Builder