Lucene search
+L

353 matches found

Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.4 views

ext4: inline: fix len overflow in ext4_prepare_inline_data

...

5.5CVSS7AI score0.00154EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/17 12:0 a.m.21 views

PT-2025-35974

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where a maliciously fuzzed file system can trigger a BUG ON in the ext4 update inline data function when an inode has the INLINE DATA FL flag set but is...

5.5CVSS6.1AI score0.00177EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/07 11:23 p.m.8 views

SUSE CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

6.1CVSS6.8AI score0.00154EPSS
SaveExploits0References23
NVD
NVD
added 2025/07/04 2:15 p.m.8 views

CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS0.00154EPSS
SaveExploits0References11
OSV
OSV
added 2025/07/04 2:15 p.m.2 views

DEBIAN-CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.11 views

AZL-64746 CVE-2025-38222 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS6.9AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.8 views

UBUNTU-CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References42
OSV
OSV
added 2025/07/04 1:37 p.m.6 views

CVE-2025-38222 ext4: inline: fix len overflow in ext4_prepare_inline_data

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

6.2AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/07/04 1:37 p.m.23 views

CVE-2025-38222 ext4: inline: fix len overflow in ext4_prepare_inline_data

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

0.00154EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.10 views

CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.91 views

CVE-2025-38222

Summary : CVE-2025-38222 refers to a Linux kernel vulnerability in ext4 inline data handling. When inline_data is enabled, a length parameter (len) is incorrectly treated as an unsigned int, causing a truncation of pos+len in ext4_prepare_inline_data. This leads to an incorrect len being passed t...

5.5CVSS6.6AI score0.00154EPSS
SaveExploits0References11Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/04 12:0 a.m.16 views

PT-2025-27997

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A vulnerability has been identified in the Linux kernel related to the ext4 filesystem with the inline data feature enabled. The issue arises from a length overflow in the ext4...

5.5CVSS6.6AI score0.00154EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/07/04 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improperly typed len parameter in the ext4prepareinlinedata function, which could lead to an integer...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References8
Amazon
Amazon
added 2025/06/24 12:0 a.m.12 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix invalid address access in lookuprec when index is 0 CVE-2023-53075 In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode CVE-2023-53089 In the...

7.8CVSS6.6AI score0.002EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.8 views

SUSE CVE-2022-50082

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

7CVSS6.4AI score0.00159EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.4 views

DEBIAN-CVE-2022-50082

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

7CVSS5.6AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-CVE-2022-50082

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

7CVSS5.7AI score0.00159EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.14 views

kernel: ext4: sanity check for NULL pointer after ext4_force_shutdown

REJECTED CVE A NULL pointer dereference vulnerability has been identified in the Linux Kernel's ext4 filesystem. The issue occurs during concurrent write operations with inline data, where an ext4forceshutdown is triggered due to inconsistencies like "block bitmap and bg descriptor inconsistent."...

7.2AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/04 4:13 p.m.10 views

CVE-2023-53100

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in ext4updateinlinedata Syzbot found the following issue: EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none. fscrypt: AES-256-CTS-CBC using implementation...

5.5CVSS6.8AI score0.002EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.5 views

SUSE CVE-2023-53100

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in ext4updateinlinedata Syzbot found the following issue: EXT4-fs loop0: mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none. fscrypt: AES-256-CTS-CBC using implementation...

3.3CVSS6.5AI score0.002EPSS
SaveExploits0References10
Rows per page
Query Builder