Lucene search
+L

242 matches found

UbuntuCve
UbuntuCve
•added 2024/04/17 11:15 a.m.•25 views

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

5.5CVSS6.3AI score0.0025EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
•added 2024/04/17 11:15 a.m.•18 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.5CVSS6.3AI score0.00249EPSS
SaveExploits0References35
Cvelist
Cvelist
•added 2024/04/17 10:27 a.m.•51 views

CVE-2024-26882 net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()

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.6AI score0.00829EPSS
SaveExploits0References8
CVE
CVE
•added 2024/04/17 10:27 a.m.•209 views

CVE-2024-26882

CVE-2024-26882 relates to the Linux kernel vulnerability in the IPv4 IP tunnel receive path. The issue stems from not preserving the original skb->network_header when pulling inner headers during decapsulation in ip_tunnel_rcv(), which could interact with skb_head handling and header recomputa...

7.8CVSS6.2AI score0.00829EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
•added 2024/04/17 10:27 a.m.•35 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
Vulnrichment
Vulnrichment
•added 2024/04/17 10:27 a.m.•39 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...

6.6AI score0.00249EPSS
SaveExploits0References9
CVE
CVE
•added 2024/04/17 10:27 a.m.•4851 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
Debian CVE
Debian CVE
•added 2024/04/17 10:27 a.m.•26 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.5AI score0.00249EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/04/17 10:17 a.m.•29 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.6AI score0.0025EPSS
SaveExploits0References8
CVE
CVE
•added 2024/04/17 10:17 a.m.•192 views

CVE-2024-26857

CVE-2024-26857 affects the Linux kernel, specifically the Geneve tunnel path. The issue stems from not safely handling skb/header state during inner header pull in geneve_rx(), risking uninitialized usage of headers after pskb_inet_may_pull(). The root cause is tied to how skb->network_header ...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
•added 2024/03/18 2:22 p.m.•41 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.5CVSS6.3AI score0.00242EPSS
SaveExploits0References4
NVD
NVD
•added 2024/03/18 11:15 a.m.•26 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.•56 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.•5 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.•45 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...

7.5AI score0.00241EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2024/03/18 10:19 a.m.•43 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.5CVSS7.5AI score0.00241EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/03/18 10:14 a.m.•30 views

CVE-2024-26635 llc: Drop support for ETH_P_TR_802_2.

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

6.3AI score0.00242EPSS
SaveExploits0References8
CVE
CVE
•added 2024/03/18 10:14 a.m.•145 views

CVE-2024-26635

CVE-2024-26635 affects the Linux kernel LLŠ” path. The issue arises from legacy support for ETH_P_TR_802_2 in 802.2 LLC handling, where llc_conn_handler/llc_pdu_decode paths initialized saddr/daddr.mac only for ETH_P_802_2, causing reads of garbage in other protocols (e.g., ETH_P_TR_802_2). The bu...

5.5CVSS5.8AI score0.00242EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
•added 2024/03/18 10:7 a.m.•25 views

CVE-2024-26633 ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()

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

7.7AI score0.0033EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
•added 2024/03/05 4:15 p.m.•21 views

CVE-2021-47101

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

6CVSS6.5AI score0.00219EPSS
SaveExploits0References4
Rows per page
Query Builder