Lucene search
+L

283 matches found

NVD
NVD
added 2024/04/17 11:15 a.m.22 views

CVE-2024-26882

In the Linux kernel, the following vulnerability has been resolved: net: iptunnel: make sure to pull inner header in iptunnelrcv Apply the same fix than ones found in : 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" 1ca1ba465e55 "geneve: make sure to pull inner header in...

7.8CVSS7.3AI score0.00689EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/17 11:15 a.m.1 views

DEBIAN-CVE-2024-26882

In the Linux kernel, the following vulnerability has been resolved: net: iptunnel: make sure to pull inner header in iptunnelrcv Apply the same fix than ones found in : 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" 1ca1ba465e55 "geneve: make sure to pull inner header in...

7.8CVSS5.6AI score0.00689EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/17 11:15 a.m.22 views

CVE-2024-26863

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in hsrgetnode KMSAN reported the following uninit-value access issue 1: ===================================================== BUG: KMSAN: uninit-value in hsrgetnode+0xa2e/0xa40 net/hsr/hsrframereg.c:2...

5.5CVSS7.4AI score0.00249EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/17 11:15 a.m.15 views

UBUNTU-CVE-2024-26857

In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneverx syzbot triggered a bug in geneverx 1 Issue is similar to the one I fixed in commit 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" We have to save...

7.3CVSS6.1AI score0.00601EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.31 views

CVE-2024-26882

In the Linux kernel, the following vulnerability has been resolved: net: iptunnel: make sure to pull inner header in iptunnelrcv Apply the same fix than ones found in : 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" 1ca1ba465e55 "geneve: make sure to pull inner header in...

7.8CVSS6.3AI score0.00689EPSS
SaveExploits0References35
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.41 views

CVE-2024-26863 hsr: Fix uninit-value access in hsr_get_node()

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in hsrgetnode KMSAN reported the following uninit-value access issue 1: ===================================================== BUG: KMSAN: uninit-value in hsrgetnode+0xa2e/0xa40 net/hsr/hsrframereg.c:2...

7.7AI score0.00249EPSS
SaveExploits0References9
CVE
CVE
added 2024/04/17 10:27 a.m.4859 views

CVE-2024-26863

CVE-2024-26863 : In the Linux kernel, a vulnerability in the HSR/PRP framing layer allowed an uninitialized value to be accessed when the Ethernet header indicates a PRP/HSR packet but is not followed by an HSR tag. The issue arises in hsr_get_node() and can lead to uninit-value reads as shown by...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:17 a.m.36 views

CVE-2024-26857 geneve: make sure to pull inner header in geneve_rx()

In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneverx syzbot triggered a bug in geneverx 1 Issue is similar to the one I fixed in commit 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" We have to save...

7.3CVSS7.6AI score0.00601EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:17 a.m.207 views

CVE-2024-26857

CVE-2024-26857 affects the Linux kernel’s geneve_rx path in drivers/net/geneve.c, where skb->network_header must be saved before calling pskb_inet_may_pull() to recompute the network header after pulling headers. The issue is tied to uninitialized values in IP_ECN_decapsulate and the chain lea...

7.3CVSS6.2AI score0.00601EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/04/04 8:20 a.m.149 views

CVE-2024-26805

CVE-2024-26805 (Linux kernel) fixed a kernel-infoleak-after-free in netlink path. The issue occurred in __skb_datagram_iter via netlink_to_full_skb, where len was computed from skb->end (buffer offset) instead of skb->len (actual data length), causing uninit memory to be copied. The patch c...

5.5CVSS6AI score0.00242EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/04/04 8:20 a.m.5 views

CVE-2024-26805 netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix kernel-infoleak-after-free in skbdatagramiter syzbot reported the following uninit-value access issue 1: netlinktofullskb creates a new skb and puts the skb-data passed as a 1st arg of netlinktofullskb onto new skb...

6AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.31 views

CVE-2024-26805 netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix kernel-infoleak-after-free in skbdatagramiter syzbot reported the following uninit-value access issue 1: netlinktofullskb creates a new skb and puts the skb-data passed as a 1st arg of netlinktofullskb onto new skb...

6.6AI score0.00242EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.35 views

CVE-2024-26805 netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix kernel-infoleak-after-free in skbdatagramiter syzbot reported the following uninit-value access issue 1: netlinktofullskb creates a new skb and puts the skb-data passed as a 1st arg of netlinktofullskb onto new skb...

6.4AI score0.00242EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/03/18 2:23 p.m.36 views

CVE-2024-26641

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: make sure to pull inner header in ip6tnlrcv syzbot found ip6tnlrcv could access unitiliazed data 1. Call pskbinetmaypull to fix this, and initialize ipv6h variable after this call as it can change skb-head. 1 BUG: KMSA...

5.5CVSS6.5AI score0.00573EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/18 11:15 a.m.4 views

DEBIAN-CVE-2024-26641

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: make sure to pull inner header in ip6tnlrcv syzbot found ip6tnlrcv could access unitiliazed data 1. Call pskbinetmaypull to fix this, and initialize ipv6h variable after this call as it can change skb-head. 1 BUG: KMSA...

5.5CVSS5.5AI score0.00573EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/18 11:15 a.m.26 views

CVE-2024-26639

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.5AI score
SaveExploits0
NVD
NVD
added 2024/03/18 11:15 a.m.27 views

CVE-2024-26635

In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETHPTR8022. syzbot reported an uninit-value bug below. 0 llc supports ETHP8022 0x0004 and used to support ETHPTR8022 0x0011, and syzbot abused the latter to trigger the bug. write$tunr0,...

5.5CVSS5.4AI score0.00242EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.60 views

CVE-2024-26638

In the Linux kernel, the following vulnerability has been resolved: nbd: always initialize struct msghdr completely syzbot complains that msg-msggetinq value can be uninitialized 1 struct msghdr got many new fields recently, we should always make sure their values is zero by default. 1 BUG: KMSAN...

4.4CVSS6.3AI score0.00222EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.44 views

CVE-2024-26639

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score
SaveExploits0References5
OSV
OSV
added 2024/03/18 11:15 a.m.7 views

UBUNTU-CVE-2024-26633

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: fix NEXTHDRFRAGMENT handling in ip6tnlparsetlvenclim syzbot pointed out 1 that NEXTHDRFRAGMENT handling is broken. Reading fragoff can only be done if we pulled enough bytes to skb-head. Currently we might access...

5.5CVSS6.1AI score0.0033EPSS
SaveExploits0References28
Rows per page
Query Builder