Lucene search
+L

250 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.8AI score0.0017EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/11/07 5:02 p.m.20 views

CVE-2024-50143

In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udfgetfileshortad Check for overflow when computing alen in udfcurrentaext to mitigate later uninit-value use in udfgetfileshortad KMSAN bug1. After applying the patch reproducer did not trigger any...

7CVSS7.3AI score0.00277EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.29 views

CVE-2024-50143 udf: fix uninit-value use in udf_get_fileshortad

In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udfgetfileshortad Check for overflow when computing alen in udfcurrentaext to mitigate later uninit-value use in udfgetfileshortad KMSAN bug1. After applying the patch reproducer did not trigger any...

7.8CVSS0.00277EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/07 9:31 a.m.212 views

CVE-2024-50143

CVE-2024-50143 affects the Linux kernel; the udf subsystem introduced an uninitialized-value use in udf_get_fileshortad, mitigated by a fix that also checks for overflow when computing alen in udf_current_aext to address a KMSAN bug. The patch prevents triggering issues after application, and pub...

7.8CVSS7.4AI score0.00277EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/31 12:00 a.m.25 views

SUSE SLES12 Security Update : kernel (Live Patch 57 for SLE 12 SP5) (SUSE-SU-2024:3822-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3822-1 advisory. This update for the Linux Kernel 4.12.14-122219 fixes several issues. The following security issues were fixed: - CVE-2024-35863: Fixed potenti...

9.8CVSS7AI score0.00662EPSS
SaveExploits0References28
OSV
OSV
added 2024/10/30 7:03 p.m.21 views

SUSE-SU-2024:3836-1 Security update for the Linux Kernel (Live Patch 28 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024125 fixes several issues. The following security issues were fixed: - CVE-2021-47598: schcake: do not call cakedestroy from cakeinit bsc1227471. - Intermittent nfs mount failures may be due to SUNRPC over UDP bsc1231353 - CVE-2024-40954: net: do no...

7.8CVSS7AI score0.0027EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/10/21 10:38 p.m.12 views

CVE-2024-49900

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

7.1CVSS6.6AI score0.0028EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.36 views

CVE-2024-50035 ppp: fix ppp_async_encode() illegal access

In the Linux kernel, the following vulnerability has been resolved: ppp: fix pppasyncencode illegal access syzbot reported an issue in pppasyncencode 1 In this case, pppoesendmsg is called with a zero size. Then pppasyncencode is called with an empty skb. BUG: KMSAN: uninit-value in pppasyncencod...

0.00272EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/21 7:39 p.m.223 views

CVE-2024-50035

CVE-2024-50035 affects the Linux kernel PPP path, specifically a fault in ppp_async_encode() that can be triggered by a zero-size pppoe_sendmsg() followed by an empty skb, leading to a possible uninitialized access (KMSAN) in drivers/net/ppp/ppp_async.c. The issue was fixed in upstream Linux comm...

7.1CVSS7.7AI score0.00272EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2024/10/21 7:39 p.m.30 views

CVE-2024-50035 ppp: fix ppp_async_encode() illegal access

In the Linux kernel, the following vulnerability has been resolved: ppp: fix pppasyncencode illegal access syzbot reported an issue in pppasyncencode 1 In this case, pppoesendmsg is called with a zero size. Then pppasyncencode is called with an empty skb. BUG: KMSAN: uninit-value in pppasyncencod...

6.3AI score
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.13 views

CVE-2024-50033 slip: make slhc_remember() more robust against malicious packets

In the Linux kernel, the following vulnerability has been resolved: slip: make slhcremember more robust against malicious packets syzbot found that slhcremember was missing checks against malicious packets 1. slhcremember only checked the size of the packet was at least 20, which is not good...

7.1AI score0.00785EPSS
SaveExploits0References7
CVE
CVE
added 2024/10/21 7:39 p.m.231 views

CVE-2024-50033

CVE-2024-50033 is a Linux kernel issue in the SLIP driver (drivers/net/slip/slhc.c). The root cause was that slhc_remember() did not adequately validate malicious packets, only checking that the packet length was at least 20 bytes. This allowed malformed frames to slip through without ensuring th...

9.8CVSS7.8AI score0.00785EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.34 views

CVE-2024-50033 slip: make slhc_remember() more robust against malicious packets

In the Linux kernel, the following vulnerability has been resolved: slip: make slhcremember more robust against malicious packets syzbot found that slhcremember was missing checks against malicious packets 1. slhcremember only checked the size of the packet was at least 20, which is not good...

9.8CVSS0.00785EPSS
SaveExploits0References7
NVD
NVD
added 2024/10/21 6:15 p.m.15 views

CVE-2024-49900

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

7.1CVSS0.0028EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.30 views

CVE-2024-49900 jfs: Fix uninit-value access of new_ea in ea_buffer

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

0.0028EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.9 views

CVE-2024-49900 jfs: Fix uninit-value access of new_ea in ea_buffer

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

6.7AI score0.0028EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 6:01 p.m.16 views

CVE-2024-49900 jfs: Fix uninit-value access of new_ea in ea_buffer

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

6.3AI score
SaveExploits0References16
NVD
NVD
added 2024/10/21 12:15 p.m.30 views

CVE-2024-47685

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfrejectipv6: fix nfrejectip6tcphdrput syzbot reported that nfrejectip6tcphdrput was possibly sending garbage on the four reserved tcp bits th-res1 Use skbputzero to clear the whole TCP header, as done in...

9.1CVSS0.01369EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2024/10/17 12:00 a.m.34 views

SUSE SLES15 Security Update : kernel (Live Patch 19 for SLE 15 SP4) (SUSE-SU-2024:3643-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3643-1 advisory. This update for the Linux Kernel 5.14.21-1504002492 fixes several issues. The following security issues were fixed: - CVE-2024-35861: Fixed...

9.8CVSS6.9AI score0.00656EPSS
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2024/10/17 12:00 a.m.31 views

SUSE SLES15 Security Update : kernel (Live Patch 15 for SLE 15 SP5) (SUSE-SU-2024:3702-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3702-1 advisory. This update for the Linux Kernel 5.14.21-1505005568 fixes several issues. The following security issues were fixed: - CVE-2024-36899: gpiolib:...

8.8CVSS6.9AI score0.00343EPSS
SaveExploits0References19
Rows per page
Query Builder