Lucene search
+L

6316 matches found

Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.22 views

CVE-2024-41042

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: prefer nftchainvalidate nftchainvalidate already performs loop detection because a cycle will result in a call stack overflow ctx-level = NFTJUMPSTACKSIZE. It also follows maps via -validate callback in...

7.8CVSS5.7AI score0.0032EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 2:31 p.m.172 views

CVE-2024-41041

Technical details about CVE-2024-41041 are not publicly provided in the connected documents. No specific affected products/versions or remediation are listed here. Monitor official advisories and vendor/public sources for updates.

5.5CVSS6.5AI score0.0028EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.18 views

CVE-2024-41040

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix UAF when resolving a clash KASAN reports the following UAF: BUG: KASAN: slab-use-after-free in tcfctflowtableprocessconn+0x12b/0x380 actct Read of size 1 at addr ffff888c07603600 by task handler130/6469 Call Trace:...

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

CVE-2024-41039

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Fix overflow checking of wmfw header Fix the checking that firmware file buffer is large enough for the wmfw header, to prevent overrunning the buffer. The original code tested that the firmware data buffer...

7.8CVSS6AI score0.00285EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.16 views

CVE-2024-41037

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

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

CVE-2024-41036

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Fix deadlock with the SPI chip variant When SMP is enabled and spinlocks are actually functional then there is a deadlock with the 'statelock' spinlock between ks8851startxmitspi and ks8851irq: watchdog: BUG: soft...

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

CVE-2024-41035

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor Syzbot has identified a bug in usbcore see the Closes: tag below caused by our assumption that the reserved bits in an endpoint descriptor's...

5.5CVSS5.8AI score0.00299EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.17 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...

6.7AI score0.00288EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/29 2:31 p.m.19 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...

5.5CVSS6.1AI score0.00288EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.27 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.27 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.27 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
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.16 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.23 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...

5.5CVSS5.4AI score0.00246EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.29 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...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0
NVD
NVD
added 2024/07/29 7:15 a.m.30 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...

5.5CVSS0.0022EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/29 7:15 a.m.22 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...

7.1CVSS6.4AI score0.00254EPSS
SaveExploits0References32
Rows per page
Query Builder