Lucene search
+L

5278 matches found

NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2023-53450

In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUGON in ext4mbreleasegrouppa If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the sfirstdatablock is set to a very large number, the calculation of the block group can underflow,...

5.5CVSS0.00149EPSS
SaveExploits0References9
NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2022-50465

In the Linux kernel, the following vulnerability has been resolved: ext4: fix leaking uninitialized memory in fast-commit journal When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory is not leaked to disk...

5.5CVSS0.00146EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/01 12:15 p.m.7 views

CVE-2022-50435

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid crash when inline data creation follows DIO write When inode is created and written to using direct IO, there is nothing to clear the EXT4STATEMAYINLINEDATA flag. Thus when inode gets truncated later to say 1 byte and...

5.5CVSS0.00149EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/01 12:15 p.m.7 views

CVE-2022-50428

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several ve...

5.5CVSS0.00146EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.2 views

UBUNTU-CVE-2023-53450

In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUGON in ext4mbreleasegrouppa If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the sfirstdatablock is set to a very large number, the calculation of the block group can underflow,...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.5 views

UBUNTU-CVE-2022-50436

In the Linux kernel, the following vulnerability has been resolved: ext4: don't set up encryption key during jbd2 transaction Commit a80f7fcf1867 "ext4: fixup ext4fctrack functions' signature" extended the scope of the transaction in ext4unlink too far, making it include the call to ext4findentry...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

UBUNTU-CVE-2023-53526

In the Linux kernel, the following vulnerability has been resolved: jbd2: check 'jh-btransaction' before removing it from checkpoint Following process will corrupt ext4 image: Step 1: jbd2journalcommittransaction jbd2journalinsertcheckpointjh, committransaction // Put jh into trans1-tcheckpointli...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.6 views

UBUNTU-CVE-2022-50465

In the Linux kernel, the following vulnerability has been resolved: ext4: fix leaking uninitialized memory in fast-commit journal When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory is not leaked to disk...

5.5CVSS5.9AI score0.00146EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50428

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several ve...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50435

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid crash when inline data creation follows DIO write When inode is created and written to using direct IO, there is nothing to clear the EXT4STATEMAYINLINEDATA flag. Thus when inode gets truncated later to say 1 byte and...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.3 views

UBUNTU-CVE-2023-53503

In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4getgroupinfo to fail Previously, ext4getgroupinfo would treat an invalid group number as BUG, since in theory it should never happen. However, if a malicious attaker or fuzzer modifies the superblock via the block...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/01 11:46 a.m.27 views

CVE-2023-53526

CVE-2023-53526 (Linux kernel) fixes a jbd2 checkpoint removal race in ext4 by adding a check for jh->b_transaction before removing a journal handle from the checkpoint list. The issue could cause corruption of an ext4 image during power loss if trans2 commits before trans1; in particular, __jb...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:46 a.m.12 views

CVE-2023-53526 jbd2: check 'jh->b_transaction' before removing it from checkpoint

In the Linux kernel, the following vulnerability has been resolved: jbd2: check 'jh-btransaction' before removing it from checkpoint Following process will corrupt ext4 image: Step 1: jbd2journalcommittransaction jbd2journalinsertcheckpointjh, committransaction // Put jh into trans1-tcheckpointli...

5.5CVSS6.6AI score0.00135EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.11 views

CVE-2023-53503 ext4: allow ext4_get_group_info() to fail

In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4getgroupinfo to fail Previously, ext4getgroupinfo would treat an invalid group number as BUG, since in theory it should never happen. However, if a malicious attaker or fuzzer modifies the superblock via the block...

0.00145EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:45 a.m.22 views

CVE-2023-53503

In the Linux kernel, the vulnerability CVE-2023-53503 affects ext4: ext4_get_group_info() could underflow when computing a block group if s_first_data_block is set to an extremely large value due to a malicious attacker with write access to the block device while the filesystem is mounted. This c...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.7 views

CVE-2023-53503 ext4: allow ext4_get_group_info() to fail

In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4getgroupinfo to fail Previously, ext4getgroupinfo would treat an invalid group number as BUG, since in theory it should never happen. However, if a malicious attaker or fuzzer modifies the superblock via the block...

5.5CVSS7.5AI score0.00145EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.10 views

CVE-2022-50465 ext4: fix leaking uninitialized memory in fast-commit journal

In the Linux kernel, the following vulnerability has been resolved: ext4: fix leaking uninitialized memory in fast-commit journal When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory is not leaked to disk...

0.00146EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/01 11:45 a.m.7 views

CVE-2022-50465 ext4: fix leaking uninitialized memory in fast-commit journal

In the Linux kernel, the following vulnerability has been resolved: ext4: fix leaking uninitialized memory in fast-commit journal When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory is not leaked to disk...

5.5CVSS5AI score0.00146EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.10 views

CVE-2023-53473 ext4: improve error handling from ext4_dirhash()

In the Linux kernel, the following vulnerability has been resolved: ext4: improve error handling from ext4dirhash The ext4dirhash will almost never fail, especially when the hash tree feature was first introduced. However, with the addition of support of encrypted, casefolded file names, that...

0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/01 11:42 a.m.8 views

CVE-2023-53473 ext4: improve error handling from ext4_dirhash()

In the Linux kernel, the following vulnerability has been resolved: ext4: improve error handling from ext4dirhash The ext4dirhash will almost never fail, especially when the hash tree feature was first introduced. However, with the addition of support of encrypted, casefolded file names, that...

7.8CVSS6.5AI score0.00154EPSS
SaveExploits0References8
Rows per page
Query Builder