Lucene search
+L

5309 matches found

NVD
NVD
added 2 days ago4 views

CVE-2026-74358

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago5 views

CVE-2026-74307

In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4IOCMOVEEXT Reject the EXT4IOCMOVEEXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago4 views

CVE-2026-74308

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4writeinlinedataend When the data=journal mount option is used, the ext4journalledwriteend function incorrectly calls ext4writeinlinedataend without checking if the EXT4STATEMAYINLINEDATA flag is still...

0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2 days ago7 views

CVE-2026-72379

In the Linux kernel, the following vulnerability has been resolved: fs: refuse OTMPFILE creation with an unmapped fsuid or fsgid vfstmpfile never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fsu,gid, the -tmpfi...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-74358 ext4: fix fast commit wait/wake bit mapping on 64-bit

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-59505

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago11 views

CVE-2026-74358

CVE-2026-74358 concerns the Linux kernel ext4 fast-commit wait/wake bit mapping on 64-bit. The vulnerability arises because ext4 dynamic inode states live in the upper half of i_flags on 64-bit, and ext4_test_inode_state() applies a +32 offset. The fast-commit wait and wake paths previously used ...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago3 views

CVE-2026-74358 ext4: fix fast commit wait/wake bit mapping on 64-bit

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of iflags, and ext4testinodestate applies the corresponding +32 offset. The fast-commit wait and wake paths...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59455

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4writeinlinedataend When the data=journal mount option is used, the ext4journalledwriteend function incorrectly calls ext4writeinlinedataend without checking if the EXT4STATEMAYINLINEDATA flag is still...

5.5AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-74308 ext4: fix kernel BUG in ext4_write_inline_data_end

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4writeinlinedataend When the data=journal mount option is used, the ext4journalledwriteend function incorrectly calls ext4writeinlinedataend without checking if the EXT4STATEMAYINLINEDATA flag is still...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago11 views

CVE-2026-74308

Summary: CVE-2026-74308 affects the Linux kernel ext4 in the data=journal scenario. The bug was that ext4_journalled_write_end() could call ext4_write_inline_data_end() without verifying EXT4_STATE_MAY_INLINE_DATA, if a prior inline data conversion failed. This could leave i_inline_size unexpande...

5.4AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago14 views

CVE-2026-74307

The CVE-2026-74307 entry describes a Linux kernel/ext4 vulnerability in EXT4_IOC_MOVE_EXT where donor file superblock validation is done late (inside mext_check_validity after acquiring inode locks), creating a deadlock with sb_writers during cross-filesystem donor use (e.g., overlayfs). The issu...

5.2AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74307 ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXT

In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4IOCMOVEEXT Reject the EXT4IOCMOVEEXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside...

0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72794

In the Linux kernel, the following vulnerability has been resolved: ext4: fix fast commit wait/wake bit mapping on 64-bit On 64-bit, ext4 dynamic inode states live in the upper half of i flags, and ext4 test inode state applies the corresponding +32 offset. The fast-commit wait and wake paths...

5.3AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago6 views

PT-2026-72743

In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4 IOC MOVE EXT Reject the EXT4 IOC MOVE EXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed insid...

5.2AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-72744

In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4 write inline data end When the data=journal mount option is used, the ext4 journalled write end function incorrectly calls ext4 write inline data end without checking if the EXT4 STATE MAY INLINE DATA...

5.5AI score0.00168EPSS
SaveExploits0References6
SUSE Linux
SUSE Linux
added 5 days ago5 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues: The following security issues were fixed: CVE-2026-31450: ext4: publish jinode after initialization bsc1262618. CVE-2026-31510: Bluetooth: L2CAP: Fix null-ptr-deref on l2capsockreadycb bsc1262603. CVE-2026-31624:...

9.3CVSS6.5AI score0.00554EPSS
SaveExploits0References766
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.3 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ext4: xattr: fixed a null pointer derefrence in ext4raw inode If ext4getinodeloc fails e.g., if it returns -EFSCORRUPTED, iloc.bh will remain set to NULL. Since ext4xattr inodedecrefall lacks error checking, this will lead to a...

5.2AI score0.00184EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.11 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ext4: Do not zero the entire extent if EXT4EXTDATAPARTIALVALID1 is true. When allocating initialized blocks from a large unwritten extent, or when splitting an unwritten extent during end I/O and converting it to an initialized...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.11 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ext4: Filesystems without the casefold feature cannot be mounted with siphash. When mounting the ext4 filesystem, if the default hash version is set to DXHASHSIPHASH, but the casefold feature is not enabled, exit the mounting...

5.5CVSS6.2AI score0.00245EPSS
SaveExploits0References3
Rows per page
Query Builder