Lucene search
K

82 matches found

RedHat Linux
RedHat Linux
added 10 hours ago4 views

kernel: Linux kernel: Denial of Service in erofs filesystem

A flaw was found in the Linux kernel's erofs filesystem. A remote attacker can exploit this vulnerability without requiring any privileges. This issue occurs when insufficient memory during a memory mapping operation vmmapram in the bio completion path leads to a deadlock, causing a Denial of...

7.5CVSS5.5AI score0.00069EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2 days ago4 views

CVE-2026-46329

A flaw was found in the Linux kernel's erofs filesystem. This vulnerability occurs due to improper handling of I/O requests that extend beyond the end of a file-backed filesystem. An attacker could potentially exploit this to read uninitialized memory, leading to information disclosure. This issu...

5.5CVSS5.5AI score0.00018EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-35430

In the Linux kernel, the following vulnerability has been resolved: erofs: handle end of filesystem properly for file-backed mounts I/O requests beyond the end of the filesystem should be zeroed out, similar to loopback devices and that is what we expect...

5.4AI score0.00018EPSS
Exploits0References4
CVE
CVE
added 2 days ago9 views

CVE-2026-46329

The CVE-2026-46329 entry concerns the erofs filesystem in the Linux kernel. The underlying issue was handling end-of-filesystem conditions for file-backed mounts, where I/O requests beyond the filesystem end should be zeroed (as with loopback devices). The advisory indicates this has been resolve...

5.4AI score0.00018EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-47787

In the Linux kernel, the following vulnerability has been resolved: erofs: handle end of filesystem properly for file-backed mounts I/O requests beyond the end of the filesystem should be zeroed out, similar to loopback devices and that is what we expect...

5.4AI score0.00018EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2026/05/28 8:5 a.m.2 views

erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()

...

7.1CVSS5.4AI score0.00013EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/05/28 12:7 a.m.8 views

CVE-2026-45943

A flaw was found in the Linux kernel's erofs filesystem. This issue occurs when compressed folios for ztailpacking pclusters are not validated before being added to I/O chains. An attacker could potentially trigger a NULL pointer dereference, leading to a system crash and a Denial of Service DoS...

5.5CVSS5.8AI score0.00023EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/27 12:55 p.m.10 views

EUVD-2026-32295

In the Linux kernel, the following vulnerability has been resolved: erofs: fix unsigned underflow in zerofslz4handleoverlap Some crafted images can have illegal !partialdecoding && mllen out access reads past the decompressedpages array. However, such crafted cases can correctly result in a...

5.7AI score0.00013EPSS
Exploits0References5
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerabilities have been resolved: erofs: Avoid infinite loops caused by corrupted subpage compact indexes. Robert reported an infinite loop observed in two crafted images. The root cause is that clusterofs can be larger than lclustersize for !NONHEAD lclusters...

5.8AI score0.00024EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux-5.15, linux-6.1, linux

In the Linux kernel, the following vulnerability has been resolved: erofs: Fix for lz4 inplace decompression Currently, EROFS can map another compressed buffer for inplace decompression. This was used to handle cases where some pages of compressed data are not actually in-place I/O. However, like...

6.1CVSS6AI score0.0002EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: erofs: limited the level of fs stacking for file-backed mounts. Otherwise, it could cause potential kernel stack overflows e.g., when mounting EROFS itself...

5.2AI score0.00032EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerabilities have been resolved: erofs: Properly handling overlapped pclusters from crafted images. syzbot reported a task hanging issue due to a deadlock situation where it was waiting for the folio lock of a cached folio that would be used for cache I/Os...

5.5CVSS6.1AI score0.00008EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 8:47 p.m.4 views

CVE-2026-43179

A flaw was found in the Linux kernel's EROFS filesystem. An attacker could provide a specially crafted EROFS image with metadata compression enabled. This could trigger incorrect early returns within the kernel, leading to folio reference leaks. While this issue does not cause system crashes or...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 7:8 p.m.5 views

CVE-2026-43154

A flaw was found in the Linux kernel's EROFS filesystem. Crafted EROFS images containing valid volume labels can trigger incorrect early returns during volume label handling, leading to folio reference leaks. This issue could potentially lead to minor resource exhaustion, but it does not cause...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2026/05/06 11:27 a.m.4 views

CVE-2026-43166

In the Linux kernel, the following vulnerability has been resolved: erofs: fix interlaced plain identification for encoded extents Only plain data whose start position and on-disk physical length are both aligned to the block size should be classified as interlaced plain extents. Otherwise, it mu...

7.1CVSS5.7AI score0.00014EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:9 a.m.2 views

erofs: add GFP_NOIO in the bio completion if needed

...

7.5CVSS5.2AI score0.00069EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/04/22 8:4 p.m.2 views

CVE-2026-31514

A flaw was found in the Linux kernel's erofs filesystem component. When an input/output I/O request for a file-backed mount is interrupted by a SIGKILL signal, the system incorrectly marks unused data blocks as up-to-date. This can lead to data integrity issues or the potential disclosure of stal...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/22 1:53 p.m.1 views

CVE-2026-31467

In the Linux kernel, the following vulnerability has been resolved: erofs: add GFPNOIO in the bio completion if needed The bio completion path in the process context e.g. dm-verity will directly call into decompression rather than trigger another workqueue context for minimal scheduling latencies...

5.5AI score0.00069EPSS
Exploits0References8Affected Software1
NVD
NVD
added 2026/02/18 4:22 p.m.4 views

CVE-2026-23224

In the Linux kernel, the following vulnerability has been resolved: erofs: fix UAF issue for file-backed mounts w/ directio option 9.269940 T3222 Call trace: 9.269948 T3222 ext4filereaditer+0xac/0x108 9.269979 T3222 vfsiocbiterread+0xac/0x198 9.269993 T3222 erofsfileiorqsubmit+0x12c/0x180 9.27000...

7.8CVSS0.00018EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2026/02/16 12:13 p.m.0 views

kernel: Linux kernel erofs: Use-After-Free due to device type mismatch

A flaw was found in the Linux kernel's erofs filesystem. A local attacker could exploit a use-after-free UAF vulnerability by mounting an erofs filesystem with a specific configuration where the primary and extra devices have mismatched types. This improper handling of device initialization error...

7.8CVSS6.1AI score0.00052EPSS
Exploits0References5
Rows per page
Query Builder