Lucene search
+L

4091 matches found

OSV
OSV
added 2025/09/15 3:15 p.m.11 views

UBUNTU-CVE-2023-53230

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.67 views

CVE-2022-50300

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in readonechunk Store the error code before freeing the extentmap. Though it's reference counted structure, in that function it's the first and last allocation so...

7.8CVSS6.3AI score0.00162EPSS
SaveExploits0
CVE
CVE
added 2025/09/15 2:45 p.m.41 views

CVE-2022-50300

CVE-2022-50300 affects the Linux kernel's btrfs code, where an extent_map use-after-free can occur in read_one_chunk when handling a missing device and the degraded mount option is absent. The root cause is freeing the extent_map before storing the error code, despite the structure being referenc...

7.8CVSS6.1AI score0.00162EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:22 p.m.12 views

CVE-2023-53230 smb: client: fix warning in cifs_smb3_do_mount()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 2:22 p.m.18 views

CVE-2023-53230 smb: client: fix warning in cifs_smb3_do_mount()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

5.5CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/09/15 2:22 p.m.35 views

CVE-2023-53230

CVE-2023-53230 concerns the Linux kernel SMB client. The publicly provided docs identify the issue as a fix to a warning in fs/smb/client/cifsfs.c:982 within cifs_smb3_do_mount(), described as a memory‑leak warning reported by the kernel test robot. The connected advisories indicate the patch was...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/15 2:22 p.m.1 views

CVE-2023-53230 smb: client: fix warning in cifs_smb3_do_mount()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifssmb3domount This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifssmb3domount warn: possible memory leak of 'cifssb'...

8AI score0.00155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.20 views

CVE-2023-53222 jfs: jfs_dmap: Validate db_l2nbperpage while mounting

In the Linux kernel, the following vulnerability has been resolved: jfs: jfsdmap: Validate dbl2nbperpage while mounting In jfsdmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree. dbl2nbperpage, which is the log2 number of blocks per page, is passed as an argument to...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:21 p.m.13 views

CVE-2023-53222 jfs: jfs_dmap: Validate db_l2nbperpage while mounting

In the Linux kernel, the following vulnerability has been resolved: jfs: jfsdmap: Validate dbl2nbperpage while mounting In jfsdmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree. dbl2nbperpage, which is the log2 number of blocks per page, is passed as an argument to...

7.8CVSS4.7AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/15 2:21 p.m.9 views

CVE-2023-53222 jfs: jfs_dmap: Validate db_l2nbperpage while mounting

In the Linux kernel, the following vulnerability has been resolved: jfs: jfsdmap: Validate dbl2nbperpage while mounting In jfsdmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree. dbl2nbperpage, which is the log2 number of blocks per page, is passed as an argument to...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:21 p.m.50 views

CVE-2022-50280

CVE-2022-50280: In the Linux kernel, propagate_mnt() bug allowed a NULL dereference when terminating peers of a source mount, triggered via mount propagation paths. The issue could be exploited by unprivileged users due to user namespaces. This CVE affects the Linux kernel’s mount propagation han...

5.5CVSS5.9AI score0.0016EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.6 views

CVE-2022-50280 pnode: terminate at peers of source

In the Linux kernel, the following vulnerability has been resolved: pnode: terminate at peers of source The propagatemnt function handles mount propagation when creating mounts and propagates the source mount tree @sourcemnt to all applicable nodes of the destination propagation mount tree headed...

6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.20 views

CVE-2022-50280 pnode: terminate at peers of source

In the Linux kernel, the following vulnerability has been resolved: pnode: terminate at peers of source The propagatemnt function handles mount propagation when creating mounts and propagates the source mount tree @sourcemnt to all applicable nodes of the destination propagation mount tree headed...

0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:21 p.m.11 views

CVE-2022-50277 ext4: don't allow journal inode to have encrypt flag

In the Linux kernel, the following vulnerability has been resolved: ext4: don't allow journal inode to have encrypt flag Mounting a filesystem whose journal inode has the encrypt flag causes a NULL dereference in fscryptlimitioblocks when the 'inlinecrypt' mount option is used. The problem is tha...

6.1AI score
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/09/15 10:31 a.m.19 views

kernel: do_change_type(): refuse to operate on unmounted/not ours mounts

In the Linux kernel, the following vulnerability has been resolved: dochangetype: refuse to operate on unmounted/not ours mounts Ensure that propagation settings can only be changed for mounts located in the caller's mount namespace. This change aligns permission checking with the rest of mount2...

7.8CVSS6.8AI score0.00174EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.8 views

PT-2025-37582

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The propagate mnt function in the Linux kernel contains a flaw where it fails to properly terminate when looking up copies of a source mount, leading to a NULL dereference. This issue...

5.5CVSS5.2AI score0.0016EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2025/09/15 12:00 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 Linux kernel that stems from the propagatemnt function not terminating a lookup at a sibling node in the source mount tree when handling moun...

5.5CVSS4.9AI score0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/12 1:01 p.m.8 views

CVE-2025-59054 dstack has insecure LUKS2 persistent storage partitions that may be opened and used

dstack is a software development kit SDK to simplify the deployment of arbitrary containerized apps into trusted execution environments. In versions of dstack prior to 0.5.4, a malicious host may provide a crafted LUKS2 data volume to a dstack CVM for use as the /data mount. The guest will open t...

8.5CVSS6.8AI score
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/10 11:23 p.m.10 views

SUSE CVE-2025-39691

In the Linux kernel, the following vulnerability has been resolved: fs/buffer: fix use-after-free when call bhread helper There's issue as follows: BUG: KASAN: stack-out-of-bounds in endbufferreadsync+0xe3/0x110 Read of size 8 at addr ffffc9000168f7f8 by task swapper/3/0 CPU: 3 UID: 0 PID: 0 Comm...

6CVSS6.6AI score0.00174EPSS
SaveExploits0References28
Fedora
Fedora
added 2025/09/10 3:08 a.m.9 views

[SECURITY] Fedora 43 Update: buildah-1.41.4-1.fc43

The buildah package provides a command line tool which can be used to create a working container from scratch or create a working container from an image as a starting point mount/umount a working container's root file system for manipulation save container's root file system layer to create a ne...

8.1CVSS6.7AI score0.0108EPSS
SaveExploits0
Rows per page
Query Builder