Lucene search
+L

5322 matches found

NVD
NVD
added 2025/12/09 4:17 p.m.6 views

CVE-2022-50668

In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock due to mbcache entry corruption When manipulating xattr blocks, we can deadlock infinitely looping inside ext4xattrblockset where we constantly keep finding xattr block for reuse in mbcache but we are unable to...

7.5CVSS0.00796EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

DEBIAN-CVE-2022-50668

In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock due to mbcache entry corruption When manipulating xattr blocks, we can deadlock infinitely looping inside ext4xattrblockset where we constantly keep finding xattr block for reuse in mbcache but we are unable to...

7.5CVSS5.7AI score0.00796EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53861

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...

5.4AI score0.00224EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.12 views

UBUNTU-CVE-2022-50668

In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock due to mbcache entry corruption When manipulating xattr blocks, we can deadlock infinitely looping inside ext4xattrblockset where we constantly keep finding xattr block for reuse in mbcache but we are unable to...

7.5CVSS5.7AI score0.00796EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 4:17 p.m.9 views

UBUNTU-CVE-2022-50673

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS6.6AI score0.00206EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 4:17 p.m.8 views

UBUNTU-CVE-2023-53861

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...

5.7AI score0.00224EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 3:31 a.m.9 views

EUVD-2023-60093

In the Linux kernel, the following vulnerability has been resolved: ext4: fix rbtree traversal bug in ext4mbusepreallocated During allocations, while looking for preallocationsPA in the per inode rbtree, we can't do a direct traversal of the tree because ext4mbdiscardgrouppreallocation can...

6.1AI score0.00188EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/09 3:31 a.m.8 views

EUVD-2022-55718

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...

6AI score0.00238EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/09 1:30 a.m.21 views

CVE-2023-53861

CVE-2023-53861 : Linux kernel ext4 fix – adding a NULL check before the group corruption check in ext4_mb_good_group to prevent a NULL pointer dereference when grp is NULL, which could crash the kernel. Affected component: ext4 in the kernel; impact is kernel crash due to NULL pointer dereference...

6.2AI score0.00224EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.8 views

CVE-2023-53861

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...

5.3AI score0.00224EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:30 a.m.9 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.35 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...

0.00224EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.56 views

CVE-2023-53835

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.18 views

CVE-2023-53835

Removed by vendor...

7AI score
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2023-53835 ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled

In the Linux kernel, the following vulnerability has been resolved: ext4: don't clear SBRDONLY when remounting r/w until quota is re-enabled When a file system currently mounted read/only is remounted read/write, if we clear the SBRDONLY flag too early, before the quota is initialized, and there ...

6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/09 1:29 a.m.32 views

CVE-2023-53835

The CVE-2023-53835 entry concerns the Linux kernel ext4 filesystem: when remounting from read-only to read/write, SB_RDONLY can be cleared before quota is initialized, potentially triggering a WARN_ON_ONCE(dquot_initialize_needed(inode)) in ext4_xattr_block_set(). The issue is documented with a d...

6.6AI score
SaveExploits0
CVE
CVE
added 2025/12/09 1:29 a.m.65 views

CVE-2022-50673

The CVE-2022-50673 issue affects the Linux kernel ext4 file system and is described as a use-after-free in ext4_orphan_cleanup. Root cause: ext4_inode_attach_jinode() returns an error but the value is not propagated, enabling a use-after-free when adding an inode to EXT4_SB(sb)->s_orphan a sec...

7.8CVSS6.1AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2022-50673 ext4: fix use-after-free in ext4_orphan_cleanup

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.48 views

CVE-2022-50673 ext4: fix use-after-free in ext4_orphan_cleanup

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4orphancleanup I caught a issue as follows: ================================================================== BUG: KASAN: use-after-free in listaddvalid+0x28/0x1a0 Read of size 8 at addr...

7.8CVSS0.00206EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/09 1:29 a.m.24 views

CVE-2022-50668

Summary: CVE-2022-50668 is a Linux kernel ext4 mbcache deadlock issue caused by a non-atomic update of the e_reusable bit in a shared bitfield, which can lead to infinite retries in ext4_xattr_block_set() when manipulating xattr blocks. The fix uses atomic bit operations to prevent the race with ...

7.5CVSS6AI score0.00796EPSS
SaveExploits0References7
Rows per page
Query Builder