Lucene search
+L

283 matches found

Cvelist
Cvelist
added 2024/03/18 10:19 a.m.55 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.221 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.27 views

CVE-2024-26639

...

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

CVE-2024-26639

Removed by vendor...

6.3AI score
SaveExploits0
CVE
CVE
added 2024/03/18 10:19 a.m.108 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.25 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
Cvelist
Cvelist
added 2024/03/18 10:14 a.m.47 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...

7.5AI score0.00222EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/18 10:14 a.m.52 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.4CVSS7AI score0.00222EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/18 10:07 a.m.30 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
Debian CVE
Debian CVE
added 2024/03/18 10:07 a.m.28 views

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.5CVSS7.4AI score0.0033EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/03/04 6:20 p.m.22 views

CVE-2023-52577

An out-of-bounds access flaw was found in dccpv4err and dccpv6err in the Linux kernel. This may lead to a crash...

5.5CVSS6.1AI score0.00229EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.28 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...

7.1CVSS6.3AI score0.00221EPSS
SaveExploits0References12
CVE
CVE
added 2024/03/04 6:10 p.m.214 views

CVE-2021-47101

CVE-2021-47101: In the Linux kernel, a fix for an uninitialized read in the ASIX USB Ethernet driver was applied. asix_read_cmd() could read fewer bytes than sizeof(smsr), leaving smsр uninitialized and potentially exposing uninitialized data during later use. The issue was observed in KMSAN repo...

7.1CVSS6.2AI score0.00221EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/03/02 10:15 p.m.24 views

CVE-2023-52577

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccpv4err/dccpv6err again dh-dccphx is the 9th byte offset 8 in "struct dccphdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP messages are big enough, using more standard ways no more assumptions...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/02 9:59 p.m.34 views

CVE-2023-52577 dccp: fix dccp_v4_err()/dccp_v6_err() again

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccpv4err/dccpv6err again dh-dccphx is the 9th byte offset 8 in "struct dccphdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP messages are big enough, using more standard ways no more assumptions...

6.6AI score0.00229EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/02 9:59 p.m.17 views

CVE-2023-52577 dccp: fix dccp_v4_err()/dccp_v6_err() again

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccpv4err/dccpv6err again dh-dccphx is the 9th byte offset 8 in "struct dccphdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP messages are big enough, using more standard ways no more assumptions...

6.7AI score0.00229EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/02 9:52 p.m.32 views

CVE-2023-52528 net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

7.5AI score0.0023EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.38 views

CVE-2023-52528

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

5.5CVSS6.8AI score0.0023EPSS
SaveExploits0
Prion
Prion
added 2024/02/26 6:15 p.m.30 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: fix info leak in hidsubmitctrl In hidsubmitctrl, the way of calculating the report length doesn't take into account that report-size can be zero. When running the syzkaller reproducer, a report of size 0 causes...

7AI score0.00245EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.11 views

kernel: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()

An uninitialized memory access flaw was found in the Linux kernel's QRTR Qualcomm IPC Router protocol in the transmit resume handling. When processing RESUMETX messages, if the packet size is smaller than the expected control structure, the qrtrtxresume function reads uninitialized memory from th...

7.8CVSS7.2AI score0.00142EPSS
SaveExploits0References5
Rows per page
Query Builder