Lucene search
+L

995 matches found

Cvelist
Cvelist
added 2024/05/21 2:20 p.m.56 views

CVE-2021-47275 bcache: avoid oversized read request in cache missing code path

In the Linux kernel, the following vulnerability has been resolved: bcache: avoid oversized read request in cache missing code path In the cache missing code path of cached device, if a proper location from the internal B+ tree is matched for a cache miss range, function cacheddevcachemiss will b...

6.2AI score0.00196EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/19 9:15 a.m.14 views

CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35893 net/sched: act_skbmod: prevent kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

6.4AI score0.00232EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/18 1:7 a.m.32 views

CVE-2024-35842

A vulnerability was found in the sof-common code in the Linux Kernel's Mediatek ASoC driver. This issue involves a NULL pointer dereference due to a lack of proper NULL checks for the normallink string, and could lead to crashes or unpredictable behavior in the kernel. Mitigation Mitigation for...

5.5CVSS7.3AI score0.00216EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.30 views

CVE-2024-35842

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: sof-common: Add NULL check for normallink string It's not granted that all entries of struct sofconnstream declare a normallink a non-SOF, direct link string, and this is the case for SoCs that support only SOF...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.34 views

CVE-2024-35849 btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfsioctllogicaltoino Syzbot reported the following information leak for in btrfsioctllogicaltoino: BUG: KMSAN: kernel-infoleak in instrumentcopytouser include/linux/instrumented.h:114 inline BUG:...

6.2AI score0.00256EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/17 2:27 p.m.22 views

CVE-2024-35842 ASoC: mediatek: sof-common: Add NULL check for normal_link string

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: sof-common: Add NULL check for normallink string It's not granted that all entries of struct sofconnstream declare a normallink a non-SOF, direct link string, and this is the case for SoCs that support only SOF...

6.7AI score0.00216EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 2:27 p.m.7109 views

CVE-2024-35842

Summary: CVE-2024-35842 in the Linux kernel fixes a NULL pointer dereference in ASoC: mediatek sof-common by adding a NULL check for the normal_link string in sof_conn_stream entries. The issue arises because not all sof_conn_stream entries declare a normal_link (non-SOF, direct link) string, par...

5.5CVSS6.7AI score0.00216EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/05/17 2:15 p.m.21 views

CVE-2024-35815

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

5.5CVSS6.4AI score0.00247EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 1:23 p.m.19 views

CVE-2024-35815 fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.26 views

CVE-2024-35815 fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCBAIORW before the struct aiokiocb conversion The first kiocbsetcancelfn argument may point at a struct kiocb that is not embedded inside struct aiokiocb. With the current code, depending on the compiler, the...

6.3AI score0.00247EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/17 12:15 p.m.23 views

CVE-2024-27431

In the Linux kernel, the following vulnerability has been resolved: cpumap: Zero-initialise xdprxqinfo struct before running XDP program When running an XDP program that is attached to a cpumap entry, we don't initialise the xdprxqinfo data structure being used in the xdpbuff that backs the XDP...

7.8CVSS7.6AI score0.00223EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/17 12:15 p.m.23 views

CVE-2024-27417

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.5CVSS7.6AI score0.00238EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.28 views

CVE-2024-27417

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits0References21
Debian CVE
Debian CVE
added 2024/05/17 12:2 p.m.60 views

CVE-2024-27431

In the Linux kernel, the following vulnerability has been resolved: cpumap: Zero-initialise xdprxqinfo struct before running XDP program When running an XDP program that is attached to a cpumap entry, we don't initialise the xdprxqinfo data structure being used in the xdpbuff that backs the XDP...

7.8CVSS7.2AI score0.00223EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 11:51 a.m.151 views

CVE-2024-27417

CVE-2024-27417 affects the Linux kernel IPv6 path inet6_rtm_getaddr, where if userspace provides a correct IFA_TARGET_NETNSID but omits IFA_ADDRESS and IFA_LOCAL, the function could return -EINVAL while leaking an elevated net namespace reference. The issue is described as a potential 4net leak...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/05/17 11:51 a.m.17 views

CVE-2024-27417 ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/17 11:51 a.m.31 views

CVE-2024-27417 ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

6.4AI score0.00238EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/17 11:51 a.m.24 views

CVE-2024-27417

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/05/09 12:0 a.m.7 views

PT-2024-6188

Name of the Vulnerable Software and Affected Versions HDF5 Library versions prior to 1.14.4 Description The issue is related to a heap-based buffer overflow in the H5T conv struct opt function in the H5Tconv.c file of the HDF5 Library. This could potentially allow a remote attacker to impact the...

9.8CVSS7.8AI score0.01853EPSS
SaveExploits2References54
Rows per page
Query Builder