Lucene search
+L

6349 matches found

OSV
OSV
added 2024/07/29 2:31 p.m.21 views

CVE-2024-41032 mm: vmalloc: check if a hash-index is in cpu_possible_mask

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

7.8CVSS6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.31 views

CVE-2024-41030

In the Linux kernel, the following vulnerability has been resolved: ksmbd: discard write access to the directory open mayopen does not allow a directory to be opened with the write access. However, some writing flags set by client result in adding write access on server, making ksmbd incompatible...

5.5CVSS5.6AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.20 views

CVE-2024-41031

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: skip to create PMD-sized page cache if needed On ARM64, HPAGEPMDORDER is 13 when the base page size is 64KB. The PMD-sized page cache can't be supported by xarray as the following error messages indicate. ------------...

5.5CVSS5.3AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.31 views

CVE-2024-41029

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: limit cell sysfs permissions to main attribute ones The cell sysfs attribute should not provide more access to the nvmem data than the main attribute itself. For example if nvmeconfig::rootonly was set, the cell...

5.5CVSS6AI score0.00268EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.29 views

CVE-2024-41028

In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshibaacpi: Fix array out-of-bounds access In order to use toshibadmiquirks together with the standard DMI matching functions, it must be terminated by a empty entry. Since this entry is missing, an array...

7.8CVSS5.5AI score0.003EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.24 views

CVE-2024-41026

In the Linux kernel, the following vulnerability has been resolved: mmc: davincimmc: Prevent transmitted data size from exceeding sgm's length No check is done on the size of the data to be transmiited. This causes a kernel panic when this size exceeds the sgmiter's length. Limit the number of...

7.8CVSS5.4AI score0.00258EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.17 views

CVE-2024-41027 Fix userfaultfd_api to return EINVAL as expected

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

6.6AI score0.00282EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.22 views

CVE-2024-41027

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

3.3CVSS5.5AI score0.00282EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.31 views

CVE-2024-41025

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix memory leak in audio daemon attach operation Audio PD daemon send the name as part of the init IOCTL call. This name needs to be copied to kernel for which memory is allocated. This memory is never freed which...

5.5CVSS4.8AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 1:34 p.m.14 views

CVE-2024-41022

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdmav40processtrapirq The "instance" variable needs to be signed for the error handling to work...

7CVSS5.5AI score0.0024EPSS
SaveExploits0
NVD
NVD
added 2024/07/29 7:15 a.m.32 views

CVE-2024-41018

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add a check for attrnames and oatbl Added out-of-bound checking for ane ATTRNAMEENTRY...

7.8CVSS0.00229EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/29 6:37 a.m.119 views

CVE-2024-41019

CVE-2024-41019 affects the Linux kernel NTFS3 implementation (fs/ntfs3). The issue arises from insufficient validation when traversing the FF offset, where an out-of-bounds read could occur if the second FF is a large offset, despite an initial check on rt->first_free. The connected documents ...

7.8CVSS6.6AI score0.00221EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/07/29 6:37 a.m.37 views

CVE-2024-41018 fs/ntfs3: Add a check for attr_names and oatbl

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add a check for attrnames and oatbl Added out-of-bound checking for ane ATTRNAMEENTRY...

7.8CVSS0.00229EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/29 6:37 a.m.42 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.8CVSS5.7AI score0.00247EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 6:37 a.m.50 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.8CVSS5.6AI score0.00247EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 6:37 a.m.14 views

CVE-2024-41014

In the Linux kernel, the following vulnerability has been resolved: xfs: add bounds checking to xlogrecoverprocessdata There is a lack of verification of the space occupied by fixed members of xlogopheader in the xlogrecoverprocessdata. We can create a crafted image to trigger an out of bounds re...

7.1CVSS5.8AI score0.00236EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/07/29 12:00 a.m.24 views

CVE-2024-41090

In the Linux kernel, the following vulnerability has been resolved: tap: add missing verification for short frame The cited commit missed to check against the validity of the frame length in the tapgetuserxdp path, which could cause a corrupted skb to be sent downstack. Even before the skb is...

8.8CVSS6AI score0.00254EPSS
SaveExploits0References31
Rosalinux
Rosalinux
added 2024/07/23 11:22 a.m.32 views

Advisory ROSA-SA-2024-2455

software: avahi 0.8 WASP: ROSA-CHROME packageevrstring: avahi-0.8-12.git35bb1b.2 CVE-ID: CVE-2021-26720 BDU-ID: 2022-05969 CVE-Crit: HIGH CVE-DESC.: A vulnerability in the avahi-daemon-check-dns.sh component of the Avahi local area network service discovery system involves the execution of a scri...

7.8CVSS7.5AI score0.00395EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/23 8:06 a.m.25 views

CVE-2024-41012

In the Linux kernel, the following vulnerability has been resolved: filelock: Remove locks reliably when fcntl/close race is detected When fcntlsetlk races with close, it removes the created lock with dolockfilewait. However, LSMs can allow the first dolockfilewait that created the lock while...

7.8CVSS6AI score0.0023EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2024/07/23 2:21 a.m.16 views

CVE-2023-52647 affecting package hyperv-daemons for versions less than 6.6.35.1-1

CVE-2023-52647 affecting package hyperv-daemons for versions less than 6.6.35.1-1. An upgraded version of the package is available that resolves this issue...

5.5CVSS6.9AI score0.00222EPSS
SaveExploits0
Rows per page
Query Builder