Lucene search
+L

3385 matches found

Cvelist
Cvelist
added 2024/05/19 8:34 a.m.29 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.4AI score0.00601EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/19 8:34 a.m.193 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
CVE
CVE
added 2024/05/19 8:34 a.m.182 views

CVE-2024-35884

CVE-2024-35884 is a Linux kernel vulnerability in UDP GRO handling. When rx-udp-gro-forwarding is enabled, UDP packets may be GROed in transit and land in a tunnel, causing issues such as corrupted packets or kernel crashes (geneve path example). The root cause is that udp_gro_receive/udp4/udp6_g...

9.8CVSS6.4AI score0.00681EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35884 udp: do not accept non-tunnel GSO skbs landing in a tunnel

In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx-udp-gro-forwarding is enabled UDP packets might be GROed when being forwarded. If such packets might land in a tunnel this can cause various issues and...

9.8CVSS6.6AI score0.00681EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/18 2:46 a.m.10 views

SUSE CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.4AI score0.00223EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/05/18 1:05 a.m.24 views

CVE-2024-35856

A double-free vulnerability was found in the Linux kernel's MediaTek Bluetooth USB driver btusb. This issue occurs when the same socket buffer skb is freed twice during a coredump operation, potentially leading to memory corruption or system instability. Mitigation Mitigation for this issue is...

5.5CVSS9.2AI score0.00341EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:24 p.m.36 views

CVE-2024-27418

A vulnerability was found in the Linux kernel's Management Component Transport Protocol MCTP networking subsystem. This issue occurs in mctplocaloutput, where improper handling of the socket buffer skb could lead to security vulnerabilities. Mitigation Mitigation for this issue is either not...

5.5CVSS9AI score0.00219EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 3:15 p.m.3 views

DEBIAN-CVE-2024-35839

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

5.5CVSS5.8AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 3:15 p.m.12 views

AZL-67737 CVE-2024-35839 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS5.7AI score0.0022EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 3:15 p.m.20 views

CVE-2024-35839

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS7.4AI score0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 3:15 p.m.15 views

UBUNTU-CVE-2024-35839

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS6.2AI score0.0022EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.28 views

CVE-2024-35839

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS6.2AI score0.0022EPSS
SaveExploits0References14
OSV
OSV
added 2024/05/17 3:15 p.m.8 views

UBUNTU-CVE-2024-35856

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

8.8CVSS6.2AI score0.00341EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.25 views

CVE-2024-35856 Bluetooth: btusb: mediatek: Fix double free of skb in coredump

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

8.8CVSS6.8AI score0.00341EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/17 2:27 p.m.33 views

CVE-2024-35839 netfilter: bridge: replace physindev with physinif in nf_bridge_info

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS6.4AI score0.0022EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 2:27 p.m.174 views

CVE-2024-35839

Technical details about CVE-2024-35839 are not publicly provided in the supplied documents; monitor for future disclosures and updates.

7.8CVSS6.7AI score0.0022EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/17 2:27 p.m.28 views

CVE-2024-35839 netfilter: bridge: replace physindev with physinif in nf_bridge_info

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: replace physindev with physinif in nfbridgeinfo An skb can be added to a neigh-arpqueue while waiting for an arp reply. Where original skb's skb-dev can be different to neigh's neigh-dev. For instance in case o...

7.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2024/05/17 12:15 p.m.8 views

AZL-42156 CVE-2024-27418 affecting package hyperv-daemons for versions less than 5.15.158.2-1

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.8AI score0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 12:15 p.m.24 views

CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 12:15 p.m.25 views

CVE-2024-27405

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs It is observed sometimes when tethering is used over NCM with Windows 11 as host, at some instances, the gadgetgiveback has one byte appended at the end of a prop...

7.5CVSS7.6AI score0.01287EPSS
SaveExploits0References10
Rows per page
Query Builder