Lucene search
+L

297 matches found

CVE
CVE
added 2024/04/17 10:27 a.m.4867 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.40 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.215 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.159 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
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.33 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
OSV
OSV
added 2024/04/04 8:20 a.m.7 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
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.38 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.38 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.7 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.28 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
NVD
NVD
added 2024/03/18 11:15 a.m.27 views

CVE-2024-26639

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

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

CVE-2024-26639

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

5.9AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.62 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
OSV
OSV
added 2024/03/18 11:15 a.m.9 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
Cvelist
Cvelist
added 2024/03/18 10:19 a.m.60 views

CVE-2024-26641 ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()

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...

8.6CVSS7.5AI score0.00573EPSS
SaveExploits0References6
CVE
CVE
added 2024/03/18 10:19 a.m.228 views

CVE-2024-26641

CVE-2024-26641 concerns the Linux kernel. The vulnerability arises in ip6_tunnel, where __ip6_tnl_rcv() could access uninitialized data due to not pulling the inner header early enough. The fix, as noted in multiple advisories (e.g., Astra Linux security bulletins), is to call pskb_inet_may_pull(...

8.6CVSS6.1AI score0.00573EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/03/18 10:19 a.m.29 views

CVE-2024-26639

...

7.6AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/18 10:19 a.m.59 views

CVE-2024-26639

Removed by vendor...

6.3AI score
SaveExploits0
CVE
CVE
added 2024/03/18 10:19 a.m.110 views

CVE-2024-26639

CVE-2024-26639 entry is rejected/not used and does not represent an active vulnerability entry.

7.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/18 10:14 a.m.26 views

CVE-2024-26638 nbd: always initialize struct msghdr completely

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...

6.6AI score0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder