Lucene search
+L

11935 matches found

CNNVD
CNNVD
added 2024/05/21 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to check the return value after calling the platformgetresource function...

5.5CVSS4.7AI score0.00193EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from the USB:dwc2 module checking the return value after calling platformgetresource...

5.5CVSS6.4AI score0.00244EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/05/20 12:14 p.m.28 views

CVE-2024-35888

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

5.5CVSS6.5AI score0.00601EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 10:45 a.m.13 views

CVE-2024-35915

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

5.5CVSS6.5AI score0.0032EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/20 10:15 a.m.22 views

CVE-2024-35973

In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve6xmitskb syzbot is able to trigger an uninit-value in genevexmit 1 Problem : While most ip tunnel helpers like iptunnelgetdsfield uses skbprotocolskb, true, pskbinetmaypull is only using...

5.5CVSS6.4AI score0.0025EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/20 9:42 a.m.44 views

CVE-2024-35973 geneve: fix header validation in geneve[6]_xmit_skb

In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve6xmitskb syzbot is able to trigger an uninit-value in genevexmit 1 Problem : While most ip tunnel helpers like iptunnelgetdsfield uses skbprotocolskb, true, pskbinetmaypull is only using...

6.4AI score0.0025EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/20 9:42 a.m.191 views

CVE-2024-35973

CVE-2024-35973 affects the Linux kernel's geneve code path. The issue arises from incomplete header validation in geneve_xmit_skb, where skb->protocol handling could leave pskb_inet_may_pull() with an uninitialized or unexpected value, potentially triggering an uninit-value during transmission...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0References12Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:42 a.m.19 views

CVE-2024-35973 geneve: fix header validation in geneve[6]_xmit_skb

In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve6xmitskb syzbot is able to trigger an uninit-value in genevexmit 1 Problem : While most ip tunnel helpers like iptunnelgetdsfield uses skbprotocolskb, true, pskbinetmaypull is only using...

6.8AI score0.0025EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/19 9:15 a.m.32 views

CVE-2024-35888

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

7.3CVSS6.4AI score0.00601EPSS
SaveExploits0References12
NVD
NVD
added 2024/05/19 9:15 a.m.43 views

CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.22 views

CVE-2024-35888

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

7.3CVSS6.4AI score0.00601EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.17 views

CVE-2024-35915

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

8.8CVSS6.3AI score0.0032EPSS
SaveExploits0References27
CVE
CVE
added 2024/05/19 8:35 a.m.4411 views

CVE-2024-35915

CVE-2024-35915 affects the Linux kernel NFC/NCI subsystem. The issue is an uninitialized payload read in nci_rx_work() when a received packet has a zero-length payload, leading to potential uninitialized data exposure. The patch fixes the vulnerability by validating the payload size before invoki...

8.8CVSS6.7AI score0.0032EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/19 8:35 a.m.39 views

CVE-2024-35915 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

8.8CVSS6.4AI score0.0032EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/19 8:35 a.m.25 views

CVE-2024-35915 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

8.8CVSS6.7AI score0.0032EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.27 views

CVE-2024-35888 erspan: make sure erspan_base_hdr is present in skb->head

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

7.3CVSS7.1AI score0.00601EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/19 8:34 a.m.26 views

CVE-2024-35888 erspan: make sure erspan_base_hdr is present in skb->head

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head syzbot reported a problem in ip6erspanrcv 1 Issue is that ip6erspanrcv and erspanrcv no longer make sure erspanbasehdr is present in skb linear part skb-head before getting...

7.3CVSS6.1AI score
SaveExploits0References15
CVE
CVE
added 2024/05/19 8:34 a.m.190 views

CVE-2024-35888

CVE-2024-35888 affects the Linux kernel erspan/ip6erspan paths. The issue was that ip6erspan_rcv() and erspan_rcv() did not ensure erspan_base_hdr is present in the skb->head before reading the ver field, risking uninitialized access. The fix adds missing pskb_may_pull() checks to ensure the l...

7.3CVSS6.6AI score0.00601EPSS
SaveExploits0References12Affected Software1
CNNVD
CNNVD
added 2024/05/19 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an uninitialized value issue in the nfc/nci module...

5.5CVSS6.6AI score0.0032EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/05/19 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the expression dst-nrsamples + src-nrsamples may have a value of zero upon overflow...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References10
Rows per page
Query Builder