Lucene search
+L

39 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-79775

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rclone versions = v1.72.0 and = v1.74.4 fixed in v1.75.0 contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which reli...

7.1CVSS5.7AI score0.00307EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/25 5:17 p.m.8 views

CVE-2026-13478

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 4:05 p.m.20 views

CVE-2026-13478

CVE-2026-13478 is an out-of-bounds read in the Zephyr RTOS ext2 filesystem driver. During mount, ext2_init_fs() passes the superblock's s_blocks_count (unbounded) to ext2_bitmap_count_set(), which then reads up to ~512 MB past the single block-size bitmap buffer when a crafted image specifies an ...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 4:37 a.m.19 views

CVE-2026-13215

The Zephyr RTOS ext2 filesystem driver fails to bounds-check the s_log_block_size field in ext2_verify_disk_superblock() (subsys/fs/ext2/ext2_impl.c). A crafted value causes the computed block size (1024 <

6.8CVSS6AI score0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 4:37 a.m.4 views

CVE-2026-13215 Zephyr ext2 mount: unvalidated superblock block size causes out-of-bounds write from a crafted filesystem image

The Zephyr ext2 filesystem driver fails to validate the slogblocksize field of the on-disk superblock when mounting a filesystem. ext2verifydisksuperblock in subsys/fs/ext2/ext2impl.c checks the magic number, revision, inode size and group counts, but never bounds slogblocksize. On a successful...

6.8CVSS6.1AI score
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:22 a.m.8 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
EUVD
EUVD
added 2026/08/15 5:58 a.m.10 views

EUVD-2026-59454

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

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.34 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 2026/07/24 12:00 a.m.16 views

PT-2026-64305

Name of the Vulnerable Software and Affected Versions Zephyr affected versions not specified Description The ext2 file system fails to verify that the on-disk superblock fields s blocks per group and s inodes per group are non-zero during the mount process in the ext2 verify disk superblock...

4.6CVSS5.3AI score0.0022EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2026/07/01 3:18 a.m.9 views

SUSE CVE-2026-53130

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.17 views

CVE-2026-53130

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References35
EUVD
EUVD
added 2026/06/24 4:30 p.m.28 views

EUVD-2026-38998

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

5.7AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/06/24 4:30 p.m.51 views

CVE-2026-53130

The CVE-2026-53130 issue affects the Linux kernel OMFS code path (fs/omfs). A crafted filesystem image with s_sys_blocksize b_data + OMFS_DIR_START due to an unsigned underflow. The result can overwrite kernel memory far beyond the backing block buffer. The advisory notes a fix: add a lower-bound...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/06/24 4:30 p.m.10 views

CVE-2026-53130 fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_START

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

7.8CVSS5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/06/24 4:30 p.m.8 views

CVE-2026-53130

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

5.6AI score0.00129EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.46 views

CVE-2026-53130 fs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_START

In the Linux kernel, the following vulnerability has been resolved: fs/omfs: reject ssysblocksize smaller than OMFSDIRSTART omfsfillsuper rejects oversized ssysblocksize values PAGESIZE, but it does not reject values smaller than OMFSDIRSTART 0x1b8 = 440. Later, omfsmakeempty uses sbi-ssysblocksi...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/24 11:11 a.m.4 views

OESA-2026-2795 nilfs-utils security update

Userspace utilities for creating and mounting NILFS v2 filesystems. Security Fixes: NILFS utilities through 2.3.0, fixed in commit 26efb5d, nilfssbisvalid function fails to validate slogblocksize field in NILFS2 superblock before bit-shift operations. Attackers supplying crafted NILFS2 images...

5.5CVSS5.3AI score0.00151EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/24 11:11 a.m.6 views

OESA-2026-2797 nilfs-utils security update

Userspace utilities for creating and mounting NILFS v2 filesystems. Security Fixes: NILFS utilities through 2.3.0, fixed in commit 26efb5d, nilfssbisvalid function fails to validate slogblocksize field in NILFS2 superblock before bit-shift operations. Attackers supplying crafted NILFS2 images...

5.5CVSS5.3AI score0.00151EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/18 7:16 p.m.5 views

AZL-90200 CVE-2026-55392 affecting package nilfs-utils 2.2.11-4

NILFS utilities through 2.3.0, fixed in commit 26efb5d, nilfssbisvalid function fails to validate slogblocksize field in NILFS2 superblock before bit-shift operations. Attackers supplying crafted NILFS2 images trigger undefined behavior through oversized shifts or out-of-memory conditions, crashi...

6.7CVSS5.9AI score0.00151EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.25 views

PT-2026-50777

Name of the Vulnerable Software and Affected Versions NILFS utilities versions prior to 2.3.1 Description The nilfs sb is valid function fails to validate the s log block size field in the NILFS2 superblock before performing bit-shift operations. An attacker can provide crafted NILFS2 images to...

6.7CVSS5.9AI score0.00151EPSS
SaveExploits0References12
Rows per page
Query Builder