Lucene search
+L

18648 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50770

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2mountvolume There is a memory leak reported by kmemleak: unreferenced object 0xffff88810cc65e60 size 32: comm "mount.ocfs2", pid 23753, jiffies 4302528942 age 34735.105s hex dump first 32 bytes: 10 ...

0.00224EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:16 p.m.15 views

CVE-2022-50747

In the Linux kernel, the following vulnerability has been resolved: hfs: Fix OOB Write in hfsasc2mac Syzbot reported a OOB Write bug: loop0: detected capacity change from 0 to 64 ================================================================== BUG: KASAN: slab-out-of-bounds in...

7.8CVSS0.00187EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2022-50753

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

7.8CVSS5.8AI score0.00177EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54158

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't free qgroup space unless specified Boris noticed in his simple quotas testing that he was getting a leak with Sweet Tea's change to subvol create that stopped doing a transaction commit. This was just a side effect o...

5.8AI score0.00218EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50747

In the Linux kernel, the following vulnerability has been resolved: hfs: Fix OOB Write in hfsasc2mac Syzbot reported a OOB Write bug: loop0: detected capacity change from 0 to 64 ================================================================== BUG: KASAN: slab-out-of-bounds in...

7.8CVSS5.4AI score0.00187EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50770

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2mountvolume There is a memory leak reported by kmemleak: unreferenced object 0xffff88810cc65e60 size 32: comm "mount.ocfs2", pid 23753, jiffies 4302528942 age 34735.105s hex dump first 32 bytes: 10 ...

5.7AI score0.00224EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54077

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix memory leak if ntfsreadmft failed Label ATTRROOT in ntfsreadmft sets isroot = true and ni-niflags |= NIFLAGDIR, then next attr will goto label ATTRALLOC and alloc ni-dir.allocrun. However two states are not always...

7.8CVSS5.7AI score0.00154EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2022-50737

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate index root when initialize NTFS security This enhances the sanity check for $SDH and $SII while initializing NTFS security, guarantees these index root are legit. 162.459513 BUG: KASAN: use-after-free in...

7.8CVSS0.00177EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:7 p.m.37 views

CVE-2023-54158

Summary: CVE-2023-54158 affects the Linux kernel’s btrfs implementation, where an optimization in delayed inode handling can improperly free or free-trace qgroup reservations during subvolume creation, leaking reserved space and breaking proper accounting. The root cause involves btrfs_insert_del...

6.1AI score0.00218EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:6 p.m.6 views

CVE-2023-54125 fs/ntfs3: Return error for inconsistent extended attributes

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Return error for inconsistent extended attributes ntfsreadea is called when we want to read extended attributes. There are some sanity checks for the validity of the EAs. However, it fails to return a proper error code...

7.8CVSS6.4AI score
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:6 p.m.7 views

CVE-2023-54121 btrfs: fix incorrect splitting in btrfs_drop_extent_map_range

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix incorrect splitting in btrfsdropextentmaprange In production we were seeing a variety of WARNON's in the extentmap code, specifically in btrfsdropextentmaprange when we have to call addextentmapping for our second spli...

7.8CVSS6.5AI score
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:6 p.m.12 views

CVE-2022-50782 ext4: fix bug_on in __es_tree_search caused by bad quota inode

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

6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/12/24 1:5 p.m.15 views

CVE-2022-50770

Affected software: Linux kernel ocfs2 filesystem code. Issue: memory leak in ocfs2_mount_volume() related to replay_map not freed on error paths, and replay_map memory not freed if d_make_root() fails in ocfs2_fill_super(). Consequence: potential memory leak during mount/recovery of OCFS2 volumes...

6.1AI score0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:5 p.m.7 views

CVE-2022-50753 f2fs: fix to do sanity check on summary info

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on summary info As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=216456 BUG: KASAN: use-after-free in recoverdata+0x63ae/0x6ae0 f2fs Read of size 4 at addr...

7.8CVSS6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.36 views

CVE-2022-50737 fs/ntfs3: Validate index root when initialize NTFS security

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate index root when initialize NTFS security This enhances the sanity check for $SDH and $SII while initializing NTFS security, guarantees these index root are legit. 162.459513 BUG: KASAN: use-after-free in...

7.8CVSS0.00177EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.7 views

EUVD-2025-205078

In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CSMODESYSFS, if the buffer size is changed and enabled again, currently sysfsbuf will point to the newly allocated memorybufnew and free the old...

6.2AI score0.00165EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205095

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of qgroup record after failure to add delayed ref head In the previous code it was possible to incur into a double kfree scenario when calling adddelayedrefhead. This could happen if the record was reported...

6AI score0.0047EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205096

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

6.1AI score0.00171EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:23 p.m.17 views

CVE-2023-54076

The CVE-2023-54076 issue in the Linux kernel affects the SMB client (CIFS) by missing ses reference counting, potentially allowing use-after-free of ses->dfs_root_ses. The fix adds a new helper, cifs_smb_ses_inc_refcount(), to obtain an active reference on @ses and @ses->dfs_root_ses (if se...

9.8CVSS6.2AI score0.00403EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 11:15 a.m.10 views

CVE-2025-68359

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of qgroup record after failure to add delayed ref head In the previous code it was possible to incur into a double kfree scenario when calling adddelayedrefhead. This could happen if the record was reported...

9.8CVSS0.0047EPSS
SaveExploits0References3
Rows per page
Query Builder