Lucene search
+L

18802 matches found

OSV
OSV
added 2025/12/09 1:30 a.m.11 views

CVE-2023-53861 ext4: correct grp validation in ext4_mb_good_group

In the Linux kernel, the following vulnerability has been resolved: ext4: correct grp validation in ext4mbgoodgroup Group corruption check will access memory of grp and will trigger kernel crash if grp is NULL. So do NULL check before corruption check...

6.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.39 views

CVE-2023-53846 f2fs: fix to do sanity check on direct node in truncate_dnode()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on direct node in truncatednode syzbot reports below bug: BUG: KASAN: slab-use-after-free in f2fstruncatedatablocksrange+0x122a/0x14c0 fs/f2fs/file.c:574 Read of size 4 at addr ffff88802a25c000 by tas...

7.8CVSS0.00167EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

DEBIAN-CVE-2023-53796

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fsmoveinlinedirents When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by...

5.4AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.16 views

CVE-2023-53794

In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon. Note that the exiting session will stay in server-smbseslist until i...

9.8CVSS0.00503EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/09 1:16 a.m.8 views

CVE-2022-50643

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

0.00195EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/09 1:02 a.m.13 views

ntfs3: pretend $Extend records as regular files

...

7AI score0.00193EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/12/09 1:02 a.m.11 views

jfs: Verify inode mode when loading from disk

...

7AI score0.00197EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:28 a.m.8 views

SUSE CVE-2023-53766

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref...

7CVSS6.5AI score0.00195EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.14 views

SUSE CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

5.5CVSS6.2AI score0.00147EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.6 views

SUSE CVE-2025-40312

In the Linux kernel, the following vulnerability has been resolved: jfs: Verify inode mode when loading from disk The inode mode loaded from corrupted disk can be invalid. Do like what commit 0a9e74051313 "isofs: Verify inode mode when loading from disk" does...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.9 views

SUSE CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.5CVSS6.3AI score0.00201EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2025/12/09 12:01 a.m.34 views

CVE-2023-53810 blk-mq: release crypto keyslot before reporting I/O complete

In the Linux kernel, the following vulnerability has been resolved: blk-mq: release crypto keyslot before reporting I/O complete Once all I/O using a blkcryptokey has completed, filesystems can call blkcryptoevictkey. However, the block layer currently doesn't call blkcryptoputkeyslot until the...

7.8CVSS0.00139EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 12:00 a.m.25 views

CVE-2022-50643

The CVE-2022-50643 issue affects the Linux kernel’s CIFS client and stems from an xid leak in cifs_copy_file_range() when the file is used by swap. The underlying bug could leave an xid allocated; the fix ensures the xid is freed before returning -EOPNOTSUPP, preventing leakage. Multiple connecte...

6.1AI score0.00195EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.7 views

CVE-2022-50643

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

5.3AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.32 views

CVE-2022-50643 cifs: Fix xid leak in cifs_copy_file_range()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

0.00195EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 12:00 a.m.6 views

CVE-2022-50638 ext4: fix bug_on in __es_tree_search caused by bad boot loader inode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad boot loader inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:203! invalid opcode: 0000 1 PREEMP...

6.3AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.5 views

PT-2025-50167

Name of the Vulnerable Software and Affected Versions Windows Projected File System affected versions not specified Description An issue exists in Windows Projected File System that could allow a locally authenticated attacker to gain elevated privileges. The issue is due to an integer overflow o...

7.8CVSS6.6AI score0.00392EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.10 views

Microsoft Windows Resilient File System 安全漏洞

Microsoft Windows Resilient File System ReFS is a resilient file system from Microsoft Corporation USA. A security vulnerability exists in Microsoft Windows Resilient File System ReFS. An attacker could exploit the vulnerability to remotely execute code. The following products and versions are...

8.8CVSS6.4AI score0.01081EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.9 views

PT-2025-50162

Name of the Vulnerable Software and Affected Versions Windows Projected File System affected versions not specified Description A buffer over-read exists in Windows Projected File System. A successful exploit could allow an authorized attacker to elevate privileges locally. This issue allows...

7.8CVSS6.4AI score0.00392EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.9 views

PT-2025-49656

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fs move inline dirents When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by...

6.1AI score0.00205EPSS
SaveExploits0References9
Rows per page
Query Builder