Lucene search
+L

1441 matches found

Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.6 views

PT-2025-38013

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null-pointer dereference issue was identified in the ext4 filesystem within the Linux kernel. The vulnerability occurs during the ext4 write info function, potentially triggered duri...

6.1AI score0.0016EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50306

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than...

7.1CVSS7AI score0.00154EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.2 views

DEBIAN-CVE-2022-50306

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than EXT4FCTAGBASELEN which will lead to out of bound read when mounting corrupt file...

7.1CVSS6AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

DEBIAN-CVE-2022-50277

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

5.5CVSS5.4AI score0.001EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.12 views

CVE-2022-50277

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

5.5CVSS0.001EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.11 views

UBUNTU-CVE-2022-50277

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

5.5CVSS6AI score0.001EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2022-50306

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than EXT4FCTAGBASELEN which will lead to out of bound read when mounting corrupt file...

7.1CVSS5.7AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:46 p.m.30 views

CVE-2022-50306

CVE-2022-50306 concerns a Linux kernel issue in ext4 where ext4_fc_replay_scan() could perform an out-of-bounds read during journal scan if the remaining space is smaller than EXT4_FC_TAG_BASE_LEN. The root cause is insufficient bounds checking for the three journal scan tags (ADD_RANGE/HEAD/TAIL...

7.1CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.17 views

CVE-2022-50306 ext4: fix potential out of bound read in ext4_fc_replay_scan()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than EXT4FCTAGBASELEN which will lead to out of bound read when mounting corrupt file...

7.1CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:46 p.m.6 views

CVE-2022-50306 ext4: fix potential out of bound read in ext4_fc_replay_scan()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4fcreplayscan For scan loop must ensure that at least EXT4FCTAGBASELEN space. If remain space less than EXT4FCTAGBASELEN which will lead to out of bound read when mounting corrupt file...

7.1CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.13 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...

0.001EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:21 p.m.31 views

CVE-2022-50277

CVE-2022-50277 concerns the Linux kernel ext4 subsystem. When mounting a filesystem with the journal inode having the encrypt flag, a NULL dereference can occur in fscrypt_limit_io_blocks() via the path jbd2_journal_init_inode() → ext4_iomap_begin() → fscrypt_limit_io_blocks(). The issue arises b...

5.5CVSS6AI score0.001EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.10 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
NVD
NVD
added 2025/09/15 2:15 p.m.7 views

CVE-2023-53149

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid deadlock in fs reclaim with page writeback Ext4 has a filesystem wide lock protecting ext4writepages calls to avoid races with switching of journalled data flag or inode format. This lock can however cause a deadlock...

5.5CVSS0.00117EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:03 p.m.43 views

CVE-2023-53149

CVE-2023-53149 concerns the Linux kernel ext4 filesystem. The issue arises from a filesystem-wide lock protecting ext4_writepages() that can deadlock during fs reclaim initiated by page writeback, due to a recursion scenario where ext4_writepages() attempts to acquire sbi->s_writepages_rwsem w...

5.5CVSS6AI score0.00117EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:03 p.m.8 views

CVE-2023-53149 ext4: avoid deadlock in fs reclaim with page writeback

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid deadlock in fs reclaim with page writeback Ext4 has a filesystem wide lock protecting ext4writepages calls to avoid races with switching of journalled data flag or inode format. This lock can however cause a deadlock...

6.1AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.10 views

PT-2025-37579

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel where mounting a filesystem with a journal inode possessing the encrypt flag can lead to a NULL dereference within the fscrypt limit io blocks functio...

5.8AI score0.001EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.22 views

PT-2025-37630

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the jbd2 fc wait bufs function that may lead to a use-after-free condition. This occurs because the function uses a buffer head bh after its...

7.8CVSS7.4AI score0.21521EPSS
SaveExploits4References860
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39782

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - jbd2: prevent softlockup in jbd2logdocheckpoint Both jbd2logdocheckpoint and jbd2journalshrinkcheckpointlist periodically release jlistlock after processing a...

5.5CVSS6.3AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/11 5:15 p.m.1 views

DEBIAN-CVE-2025-39782

In the Linux kernel, the following vulnerability has been resolved: jbd2: prevent softlockup in jbd2logdocheckpoint Both jbd2logdocheckpoint and jbd2journalshrinkcheckpointlist periodically release jlistlock after processing a batch of buffers to avoid long hold times on the jlistlock. However,...

5.5CVSS5.3AI score0.00124EPSS
SaveExploits0References1
Rows per page
Query Builder