Lucene search
+L

1042 matches found

RedhatCVE
RedhatCVE
added 2024/07/31 9:12 a.m.23 views

CVE-2024-41015

A vulnerability was found in the OCFS2 filesystem in the Linux Kernel. This issue has been addressed by adding bounds checking to the ocfs2checkdirentry function. This update introduces sanity checks to ensure that all members of the ocfs2direntry structure remain within valid memory regions,...

5.5CVSS8.1AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 4:15 p.m.20 views

AZL-47175 CVE-2024-42077 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/29 4:15 p.m.16 views

CVE-2024-42077

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

5.5CVSS0.00228EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.16 views

CVE-2024-42077

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References33
CVE
CVE
added 2024/07/29 3:52 p.m.194 views

CVE-2024-42077

CVE-2024-42077 - OCFS2 DIO credit handling in Linux kernel : The vulnerability arises when ocfs2_dio_end_io_write() underestimates required transaction credits during large or multi-extents I/O, risking exhaustion of transaction credits and triggering a kernel panic via OCFS2 abort logic. The roo...

5.5CVSS6.7AI score0.00228EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/07/29 3:52 p.m.19 views

CVE-2024-42077 ocfs2: fix DIO failure due to insufficient transaction credits

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

6.2AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.18 views

CVE-2024-42077 ocfs2: fix DIO failure due to insufficient transaction credits

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

6.9AI score0.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.33 views

CVE-2024-42077 ocfs2: fix DIO failure due to insufficient transaction credits

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2dioendiowrite estimates number of necessary transaction credits using ocfs2calcextendcredits. This however does not take into account that the IO cou...

0.00228EPSS
SaveExploits0References6
NVD
NVD
added 2024/07/29 7:15 a.m.21 views

CVE-2024-41016

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS0.00247EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/29 7:15 a.m.9 views

DEBIAN-CVE-2024-41016

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

5.5CVSS5.7AI score0.00247EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/29 7:15 a.m.28 views

CVE-2024-41015

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2checkdirentry This adds sanity checks for ocfs2direntry to make sure all members of ocfs2direntry don't stray beyond valid memory region...

7.8CVSS0.00247EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/29 7:15 a.m.6 views

UBUNTU-CVE-2024-41015

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2checkdirentry This adds sanity checks for ocfs2direntry to make sure all members of ocfs2direntry don't stray beyond valid memory region...

7.8CVSS6.2AI score0.00247EPSS
SaveExploits0References33
Cvelist
Cvelist
added 2024/07/29 6:37 a.m.49 views

CVE-2024-41016 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS0.00247EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 6:37 a.m.164 views

CVE-2024-41016

CVE-2024-41016 affects the Linux kernel file system OCFS2, specifically the xattr_find_entry() path. The vulnerability arises from an out-of-bounds memory access in a bound check before memcmp when handling xattrs, potentially triggered by crafted images. A fix was applied to perform a strict bou...

7.8CVSS6.5AI score0.00247EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 6:37 a.m.15 views

CVE-2024-41016 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS6.7AI score0.00247EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 6:37 a.m.146 views

CVE-2024-41015

CVE-2024-41015 involves the Linux kernel OCFS2 subsystem. Connected sources confirm a fixed issue where ocfs2_check_dir_entry() gained bounds checking and additional sanity checks on ocfs2_dir_entry() to ensure members do not access memory outside valid regions. The vulnerability was addressed in...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 6:37 a.m.17 views

CVE-2024-41015 ocfs2: add bounds checking to ocfs2_check_dir_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2checkdirentry This adds sanity checks for ocfs2direntry to make sure all members of ocfs2direntry don't stray beyond valid memory region...

6.8AI score0.00247EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/07/29 6:37 a.m.39 views

CVE-2024-41015 ocfs2: add bounds checking to ocfs2_check_dir_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2checkdirentry This adds sanity checks for ocfs2direntry to make sure all members of ocfs2direntry don't stray beyond valid memory region...

7.8CVSS0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/29 6:37 a.m.17 views

CVE-2024-41015 ocfs2: add bounds checking to ocfs2_check_dir_entry()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2checkdirentry This adds sanity checks for ocfs2direntry to make sure all members of ocfs2direntry don't stray beyond valid memory region...

7.8CVSS6AI score
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/07/29 12:00 a.m.21 views

CVE-2024-41016

In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2xattrfindentry xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the memory is out of bound before memcmp, although this...

7.8CVSS6.2AI score0.00247EPSS
SaveExploits0References33
Rows per page
Query Builder