Lucene search
K

122 matches found

Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.7 views

PT-2026-43791

In the Linux kernel, the following vulnerability has been resolved: ksmbd: call ksmbd vfs kern path end removing on some error paths There are two places where ksmbd vfs kern path end removing needs to be called in order to balance what the corresponding successful call to ksmbd vfs kern path sta...

5.8AI score0.00032EPSS
Exploits0References8
OSV
OSV
added 2026/05/26 12:35 p.m.3 views

SUSE-SU-2026:2073-1 Security update for samba

This update for samba fixes the following issues - CVE-2026-2340: vfsworm does not block directory modification bsc1261158. - CVE-2026-3238: unauthenticated udp packet crashes AD DC nbt server bsc1261160. - CVE-2026-4408: Remote Code Execution in SAMR bsc1261163. - CVE-2026-4480: Unauthenticated...

9.8CVSS5.8AI score0.00392EPSS
Exploits1References9
UbuntuCve
UbuntuCve
added 2026/05/26 12:0 a.m.3 views

CVE-2026-2340

WORM vfs module does not block overwrites...

6.5CVSS5.8AI score0.00065EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.1 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: fs: init flagsvalid before calling vfsfileattrget syzbot reported a uninit-value bug in 1. Similar to the “get” context, where the kernel’s filekattr structure is initialized before calling vfsfileattrget, we should use the same...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.8 views

PT-2026-39135

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An uninitialized value bug exists where flags valid is not initialized before the vfs fileattr get function is called. This issue occurs because the fa variable is not handled with the...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References15
RedhatCVE
RedhatCVE
added 2026/05/07 12:1 a.m.4 views

CVE-2026-43268

A flaw was found in the HFS Plus hfsplus filesystem within the Linux kernel. This vulnerability occurs because the hfsplus filesystem incorrectly identifies certain special filesystem objects as regular files. This misclassification can lead to inconsistencies with how the operating system's...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
OpenVAS
OpenVAS
added 2026/03/20 12:0 a.m.2 views

SUSE: Security Advisory (SUSE-SU-2026:0916-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00094EPSS
Exploits2References5
OSV
OSV
added 2026/03/18 7:46 a.m.1 views

SUSE-SU-2026:0916-1 Security update for gvfs

This update for gvfs fixes the following issues: - CVE-2026-28295: fixed by using control connection address for PASV data bsc1258953. - CVE-2026-28296: fixed by rejecting paths containing CR/LF characters bsc1258954...

4.3CVSS5.8AI score0.00094EPSS
Exploits2References5
SUSE CVE
SUSE CVE
added 2026/02/27 12:24 a.m.3 views

SUSE CVE-2026-28295

A flaw was found in the FTP GVfs backend. A malicious FTP server can exploit this vulnerability by providing an arbitrary IP address and port in its passive mode PASV response. The client unconditionally trusts this information and attempts to connect to the specified endpoint, allowing the...

4.3CVSS5.8AI score0.00048EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2026/02/26 3:10 p.m.4 views

CVE-2026-28296

A flaw was found in the FTP GVfs backend. A remote attacker could exploit this input validation vulnerability by supplying specially crafted file paths containing carriage return and line feed CRLF sequences. These unsanitized sequences allow the attacker to terminate intended FTP commands and...

4.3CVSS8.9AI score0.00094EPSS
Exploits2
RedhatCVE
RedhatCVE
added 2026/02/26 3:10 p.m.3 views

CVE-2026-28296

A flaw was found in the FTP GVfs backend. A remote attacker could exploit this input validation vulnerability by supplying specially crafted file paths containing carriage return and line feed CRLF sequences. These unsanitized sequences allow the attacker to terminate intended FTP commands and...

4.3CVSS6.5AI score0.00094EPSS
Exploits2References3
ATTACKERKB
ATTACKERKB
added 2026/01/23 2:25 p.m.1 views

CVE-2025-71153

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.2AI score0.00022EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/21 5:27 p.m.2 views

CVE-2021-47874

VFS for Git 1.0.21014.1 contains an unquoted service path vulnerability in the GVFS.Service Windows service that allows local attackers to execute code with elevated privileges. Attackers can exploit the unquoted binary path to inject malicious executables that will be launched with LocalSystem...

8.5CVSS5.7AI score0.00023EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/21 12:0 a.m.2 views

PT-2026-3826

VFS for Git 1.0.21014.1 contains an unquoted service path vulnerability in the GVFS.Service Windows service that allows local attackers to execute code with elevated privileges. Attackers can exploit the unquoted binary path to inject malicious executables that will be launched with LocalSystem...

8.5CVSS5.8AI score0.00023EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:5 a.m.4 views

ksmbd: vfs: fix race on m_flags in vfs_cache

...

6.3CVSS5.4AI score0.00034EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/01/14 6:22 p.m.1 views

CVE-2025-71069

In the Linux kernel, the following vulnerability has been resolved: f2fs: invalidate dentry cache on failed whiteout creation F2FS can mount filesystems with corrupted directory depth values that get runtime-clamped to MAXDIRHASHDEPTH. When RENAMEWHITEOUT operations are performed on such...

5.5AI score0.00068EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.1 views

CVE-2025-71069

In the Linux kernel, the following vulnerability has been resolved: f2fs: invalidate dentry cache on failed whiteout creation F2FS can mount filesystems with corrupted directory depth values that get runtime-clamped to MAXDIRHASHDEPTH. When RENAMEWHITEOUT operations are performed on such...

5.8AI score0.00068EPSS
Exploits0References36
OSV
OSV
added 2026/01/13 4:16 p.m.2 views

UBUNTU-CVE-2025-68809

In the Linux kernel, the following vulnerability has been resolved: ksmbd: vfs: fix race on mflags in vfscache ksmbd maintains delete-on-close and pending-delete state in ksmbdinode-mflags. In vfscache.c this field is accessed under inconsistent locking: some paths read and modify mflags under...

5.7AI score0.00034EPSS
Exploits0References26
Vulnrichment
Vulnrichment
added 2026/01/01 4:14 p.m.3 views

CVE-2025-48769 Apache NuttX RTOS: fs/vfs/fs_rename: use after free

Use After Free vulnerability was discovered in fs/vfs/fsrename code of the Apache NuttX RTOS, that due recursive implementation and single buffer use by two different pointer variables allowed arbitrary user provided size buffer reallocation and write to the previously freed heap chunk, that in...

7.2AI score0.00015EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.2 views

PT-2025-53121

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the UDF filesystem implementation. Specifically, a double ‘brelse’ call occurs in the udf rename function. This happens when udf find entry return...

7.8CVSS6.7AI score0.00249EPSS
Exploits2References916
Rows per page
Query Builder