Lucene search
+L

252 matches found

Kitploit
Kitploit
added 2026/09/17 12:06 a.m.8 views

CVE-2023-0386

README root@kitploit: gcc -Wall exp.c pkg-config fuse --cflags --libs -o exp ./exp /tmp Vulnerability Analysis The theoretical knowledge in this article namespaces, overlay filesystem, fuse filesystem, etc. comes from ChatGPT. Vulnerability Overview Vulnerability ID: CVE-2023-0386 Vulnerable...

7.8CVSS7.3AI score0.0788EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/16 2:49 a.m.6 views

CVE-2022-1011

CVE-2022-1011 Fix link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=0c4bcfdecb1ac0967619ee7ff44871d93c08c909 This vulnerability is mainly due to the asynchronous nature of splice, which allows the user-mode filesystem process server side to retain a piece of memor...

7.8CVSS7.1AI score0.01169EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 1:55 p.m.10 views

CVE-2023-0386

Installation root@kitploit: make all How to use Start two terminals and in the first one type root@kitploit: ./fuse ./ovlcap/lower ./gc In the second terminal type root@kitploit: ./exp...

7.8CVSS7.4AI score0.0788EPSS
SaveExploits15
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in Linux

A issue was discovered in the FUSE filesystem implementation in the Linux kernel before 5.10.6, also known as CID-5d069dbe8aaf. The fusedogetattr function calls makebadinode in inappropriate situations, causing a system crash. NOTE: The original fix for this vulnerability was incomplete, and its...

5.5CVSS6.6AI score0.00378EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 5:24 a.m.14 views

CVE-2023-0386-OverlayFS

CVE-2023-0386 - OverlayFS / FUSE 原始 CVE 源代码由 xkaneiki 编写: https://github.com/xkaneiki/CVE-2023-0386/tree/main 已重写,使漏洞利用可以在 1 个 shell 中运行(原始漏洞利用需要 2 个 shell)。 root@kitploit: Compile make all Create mount point for fuse filesystem mkdir -p /tmp/fusepwn/lower Start fuse which serves a SUID binary...

7.8CVSS7.4AI score0.0788EPSS
SaveExploits15References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in Linux, Linux 5.10

A use-after-free flaw was discovered in the Linux kernel’s FUSE filesystem, where a user triggers the write function. This flaw allows a local user to gain unauthorized access to data from the FUSE filesystem, resulting in privilege escalation...

7.8CVSS6.6AI score0.01169EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/17 4:29 p.m.9 views

SUSE CVE-2026-68149

In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACLDONTCACHE state in forgetcachedacl The ACLDONTCACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 "fuse: fixes after adapting t...

3.6CVSS5.6AI score0.00135EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/11 7:25 p.m.15 views

CVE-2026-68149

A flaw was found in the Linux kernel. The forgetcachedacl helper function, intended to manage Access Control List ACL caching, incorrectly invalidates the ACLDONTCACHE state. This can lead to a Fuse Filesystem in Userspace filesystem returning stale cached ACL values. Consequently, this could...

8.4CVSS5.3AI score0.00135EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.19 views

CVE-2026-68149

In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACLDONTCACHE state in forgetcachedacl The ACLDONTCACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 "fuse: fixes after adapting t...

8.4CVSS5.3AI score0.00135EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.11 views

UBUNTU-CVE-2026-68149

In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACLDONTCACHE state in forgetcachedacl The ACLDONTCACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 "fuse: fixes after adapting t...

8.4CVSS5.2AI score0.00135EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 11:59 a.m.14 views

CVE-2026-68149 fs: preserve ACL_DONT_CACHE state in forget_cached_acl()

In the Linux kernel, the following vulnerability has been resolved: fs: preserve ACLDONTCACHE state in forgetcachedacl The ACLDONTCACHE state is meant to be a constant state for the inode for filesystems that want to opt out of posix acl caching. Commit facd61053cff1 "fuse: fixes after adapting t...

8.4CVSS5.3AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.14 views

PT-2026-69549

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the virtual file system VFS helper forget cached acl where it fails to preserve the ACL DONT CACHE state. This state is intended to be constant for inodes in filesyste...

8.4CVSS5.2AI score0.00135EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/28 1:08 a.m.20 views

SUSE CVE-2026-53311

In the Linux kernel, the following vulnerability has been resolved: fuse: fix uninit-value in fusedentryrevalidate fusedentryrevalidate may be called with a dentry that didn't had -dtime initialised. The issue was found with KMSAN, where lookupopen calls dalloc, followed by drevalidate, as shown...

5.7AI score0.00112EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/26 7:41 p.m.26 views

CVE-2026-53311

In the Linux kernel, the following vulnerability has been resolved: fuse: fix uninit-value in fusedentryrevalidate fusedentryrevalidate may be called with a dentry that didn't had -dtime initialised. The issue was found with KMSAN, where lookupopen calls dalloc, followed by drevalidate, as shown...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0
OSV
OSV
added 2026/06/25 9:16 a.m.9 views

AZL-90761 CVE-2026-53167 affecting package kernel for versions less than 6.6.144.1-1

In the Linux kernel, the following vulnerability has been resolved: fuse: limit FUSENOTIFYRETRIEVE to uptodate folios FUSENOTIFYRETRIEVE must be limited to uptodate folios; !uptodate folios can contain uninitialized data. Since FUSENOTIFYRETRIEVE is intended to only return data that is already in...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/24 9:42 a.m.9 views

SUSE-SU-2026:22421-1 Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-40.1 fixes various security issues The following security issues were fixed: - CVE-2026-23278: netfilter: nftables: always walk all pending catchall elements bsc1260907. - CVE-2026-31402: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache...

9.8CVSS6.7AI score0.00949EPSS
SaveExploits8References14
SUSE Linux
SUSE Linux
added 2026/06/24 7:34 a.m.20 views

Security update for the Linux Kernel (Live Patch 24 for SUSE Linux Enterprise 15 SP6)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150600.23.103 fixes various security issues The following security issues were fixed: CVE-2026-31402: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache bsc1261640. CVE-2026-31504: net: fix fanout UAF in packetrelease via NETDEVUP race...

8.8CVSS6.4AI score0.00949EPSS
SaveExploits8References22
EUVD
EUVD
added 2026/05/21 9:08 a.m.23 views

EUVD-2026-31254

When a fusefs file system implements extended attributes, the kernel may send a FUSELISTXATTR message to the userspace daemon to retrieve the list of extended attributes for a given file. The FUSE protocol requires the daemon to return a packed list of NUL-terminated strings. The fusefs kernel...

5.5CVSS5.8AI score0.00284EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: fuse: fixed the runtime warning in truncatefoliobatchexceptionals The WARNONONCE flag was introduced in truncatefoliobatchexceptionals to determine whether the filesystem has removed all DAX entries. This fix has been applied ...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/05/02 8:04 a.m.12 views

fuse: reject oversized dirents in page cache

...

7.8CVSS5.8AI score0.00281EPSS
SaveExploits1
Rows per page
Query Builder