Lucene search
+L

1146 matches found

Cvelist
Cvelist
added 2026/06/03 12:0 a.m.56 views

CVE-2025-70101

An out-of-bounds read in the ext4extbinsearchidx function in src/ext4extent.c of the lwext4 1.0.0 library allows attackers to cause a denial of service by supplying a specially crafted ext4 filesystem image. The vulnerability occurs due to insufficient validation of extent header fields before...

0.00292EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.14 views

SUSE CVE-2026-46194

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.7CVSS4.9AI score0.00093EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/28 9:9 p.m.16 views

CVE-2026-46194

A flaw was found in the Linux kernel's f2fs filesystem. A race condition exists between the f2fsdestroyextentnode function and concurrent writeback operations. This occurs because f2fsdestroyextentnode does not properly set a flag FINOEXTENT before clearing extent nodes, allowing new extent nodes...

5.8AI score0.00093EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/28 10:16 a.m.19 views

CVE-2026-46194

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00093EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/05/28 10:16 a.m.8 views

CVE-2026-46194

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.9AI score0.00093EPSS
SaveExploits0References26
OSV
OSV
added 2026/05/28 10:16 a.m.15 views

UBUNTU-CVE-2026-46194

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.7CVSS4.9AI score0.00093EPSS
SaveExploits0References27
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.18 views

CVE-2026-46194

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.9AI score0.00093EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/28 9:36 a.m.33 views

CVE-2026-46194

CVE-2026-46194: Although the Initial Description marks this CVE as Rejected, connected OSV advisories show remediation activity. ROOT-OS-UBUNTU-2404 patched CVE-2026-46194 in linux for Root:Ubuntu:24.04. Additional entries (USN-8607/8608/8609, USN-8618, USN-8609-1, USN-8618-1) reference broad ker...

5.8AI score0.00093EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/28 9:36 a.m.29 views

EUVD-2026-32821

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix nodecnt race between extent node destroy and writeback f2fsdestroyextentnode does not set FINOEXTENT before clearing extent nodes. When called from f2fsdropinode with ISYNC set, concurrent kworker writeback can insert n...

5.8AI score0.00093EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/28 9:36 a.m.10 views

CVE-2026-46194 f2fs: fix node_cnt race between extent node destroy and writeback

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix nodecnt race between extent node destroy and writeback f2fsdestroyextentnode does not set FINOEXTENT before clearing extent nodes. When called from f2fsdropinode with ISYNC set, concurrent kworker writeback can insert n...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.44 views

CVE-2026-46194

...

0.00093EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.13 views

CVE-2026-46194

Removed by vendor...

4.9AI score0.00093EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/28 3:57 a.m.17 views

SUSE CVE-2026-45858

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

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/05/28 3:56 a.m.15 views

SUSE CVE-2026-45892

In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache after doing PARTIALVALID1 zeroout When splitting an unwritten extent in the middle and converting it to initialized in ext4splitextent with the EXT4EXTMAYZEROOUT and EXT4EXTDATAVALID2 flags set, it could...

5.7AI score0.0016EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/28 3:56 a.m.14 views

SUSE CVE-2026-45899

In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache when splitting extent fails When the split extent fails, we might leave some extents still being processed and return an error directly, which will result in stale extent entries remaining in the extent...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/05/28 3:56 a.m.18 views

SUSE CVE-2026-45912

In the Linux kernel, the following vulnerability has been resolved: ext4: don't cache extent during splitting extent Caching extents during the splitting process is risky, as it may result in stale extents remaining in the status tree. Moreover, in most cases, the corresponding extent block entri...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/05/28 3:55 a.m.15 views

SUSE CVE-2026-45948

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4extshiftextents In ext4extshiftextents, if the extent is NULL in the while loop, the function returns immediately without releasing the path obtained via ext4findextent, leading to a memory leak. Fix...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2026/05/28 3:53 a.m.19 views

SUSE CVE-2026-46080

In the Linux kernel, the following vulnerability has been resolved: ocfs2: split transactions in dio completion to avoid credit exhaustion During ocfs2 dio operations, JBD2 may report warnings via following call trace: ocfs2dioendiowrite ocfs2markextentwritten ocfs2changeextentflag ocfs2splitexte...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/05/28 3:0 a.m.19 views

CVE-2026-45892

A flaw was found in the Linux kernel's ext4 filesystem. This vulnerability occurs during certain buffered write operations when splitting unwritten data blocks, known as extents. A logic error can lead to an inconsistency where the filesystem's internal record of data blocks the extent status tre...

7CVSS5.7AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/28 2:43 a.m.19 views

CVE-2026-45899

A flaw was found in the Linux kernel, specifically within the ext4 filesystem's extent cache management. When an operation to split an extent fails, the system may not properly clear all related entries, leading to stale extent entries remaining in the extent status tree. This can result in data...

7CVSS5.8AI score0.0016EPSS
SaveExploits0References4
Rows per page
Query Builder