Lucene search
+L

369 matches found

OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

4.7CVSS5.1AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.20 views

UBUNTU-CVE-2023-52786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

4.7CVSS5.7AI score0.00179EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.36 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6.3AI score0.00179EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.18 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6.8AI score0.00179EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.53 views

CVE-2023-52786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

4.7CVSS6.5AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:31 p.m.96 views

CVE-2023-52786

CVE-2023-52786 affects the Linux kernel ext4 subsystem. The issue is a race in the inline data check during direct IO (dio) writes: ext4_iomap_begin() can observe inline data concurrently with MAY_INLINE_DATA state clearing across a lock cycle, potentially allowing a dio write to proceed in an un...

4.7CVSS6.6AI score0.00179EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.17 views

CVE-2023-52786 ext4: fix racy may inline data check in dio write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4iomapbegin triggers as of the commit referenced below: if WARNONONCEext4hasinlinedatainode return -ERANGE; This occurs during a...

6AI score
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.1 views

DEBIAN-CVE-2021-47406

In the Linux kernel, the following vulnerability has been resolved: ext4: add error checking to ext4extreplaysetiblocks If the call to ext4mapblocks fails due to an corrupted file system, ext4extreplaysetiblocks can get stuck in an infinite loop. This could be reproduced by running generic/526 wi...

5.5CVSS5.5AI score0.0025EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.9 views

UBUNTU-CVE-2021-47406

In the Linux kernel, the following vulnerability has been resolved: ext4: add error checking to ext4extreplaysetiblocks If the call to ext4mapblocks fails due to an corrupted file system, ext4extreplaysetiblocks can get stuck in an infinite loop. This could be reproduced by running generic/526 wi...

5.5CVSS6.6AI score0.0025EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline

In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4clumapped for bigalloc + inline When converting files with inline data to extents, delayed allocations made on a file system created with both the bigalloc and inline options can result in...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References5
OSV
OSV
added 2024/01/12 11:06 a.m.11 views

OESA-2024-1033 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: openeuler-linux-kernel-5.10.149-ext4writeinlinedata-kernelbug-365020CVE-2021-33631 An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravbremove in...

7.8CVSS6.8AI score0.00715EPSS
SaveExploits3References8
OSV
OSV
added 2024/01/12 11:06 a.m.20 views

OESA-2024-1034 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: openeuler-linux-kernel-5.10.149-ext4writeinlinedata-kernelbug-365020CVE-2021-33631 An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravbremove in...

7.8CVSS6.8AI score0.00715EPSS
SaveExploits3References8
OSV
OSV
added 2024/01/12 11:06 a.m.7 views

OESA-2024-1030 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: openeuler-linux-kernel-4.19.0-cbsdestroy-NULL-ptr-deref-391216CVE-2021-33630 openeuler-linux-kernel-5.10.149-ext4writeinlinedata-kernelbug-365020CVE-2021-33631 An out-of-bounds read vulnerability was found in the NVMe-oF/TCP...

7.8CVSS6.5AI score0.01657EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.10 views

kernel: ext4: fix WARNING in ext4_update_inline_data

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

7.8CVSS6.2AI score0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/11/07 12:00 a.m.28 views

PT-2025-18864 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A vulnerability has been resolved in the Linux kernel. The issue was found by Syzbot and is related to the ext4 file system. Specifically, it concerns the ext4 update inline data...

8.8CVSS7.1AI score0.16525EPSS
SaveExploits8References911
Positive Technologies
Positive Technologies
added 2023/05/09 12:00 a.m.28 views

PT-2024-1443 · Openeuler +7 · Openeuler Kernel +7

Name of the Vulnerable Software and Affected Versions: openEuler kernel versions 4.19.90 through 4.19.90-2401.3 openEuler kernel versions 5.10.0-60.18.0 through 5.10.0-183.0.0 Description: The issue is related to an integer overflow in the ext4 write inline data end function of the openEuler kern...

8.8CVSS7.2AI score0.28058EPSS
SaveExploits32References695
SUSE CVE
SUSE CVE
added 2023/02/15 4:27 a.m.7 views

SUSE CVE-2018-11412

In the Linux kernel 4.13 through 4.16.11, ext4readinlinedata in fs/ext4/inline.c performs a memcpy with an untrusted length value in certain circumstances involving a crafted filesystem that stores the system.data extended attribute value in a dedicated inode...

5.9CVSS7.4AI score0.16154EPSS
SaveExploits5References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.10 views

SUSE CVE-2021-40490

A race condition was discovered in ext4writeinlinedataend in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel through 5.13.13...

6.1CVSS6.6AI score0.00303EPSS
SaveExploits0References47
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.14 views

kernel: ext4: fix bug_on in ext4_writepages

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in ext4writepages we got issue as follows: EXT4-fs error device loop0: ext4mbgeneratebuddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs 31513 free cls ------------ cut here ------------ kernel...

5.5CVSS6.3AI score0.00291EPSS
SaveExploits0References5
OSV
OSV
added 2022/11/14 7:59 p.m.16 views

GSD-2022-1007666 ext4: avoid crash when inline data creation follows DIO write

ext4: avoid crash when inline data creation follows DIO write This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.331 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder