Lucene search
+L

3456 matches found

NVD
NVD
added 2024/05/17 3:15 p.m.21 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.29 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.9 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.36 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.178 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.29 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.10 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.00221EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 12:15 p.m.25 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.00221EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 12:15 p.m.26 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.01298EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.33 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.5CVSS5.9AI score0.00221EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/17 11:51 a.m.51 views

CVE-2024-27418 net: mctp: take ownership of skb in mctp_local_output

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

6.5AI score0.00221EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 11:51 a.m.125 views

CVE-2024-27418

CVE-2024-27418 affects the Linux kernel net: mctp component. The vulnerability is a memory leak: mctp_local_output currently frees the skb only on success, risking skb leakage if mctp_local_output fails in certain states because ownership isn’t transferred until routing occurs. The fix is to have...

5.5CVSS6.7AI score0.00221EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 11:51 a.m.18 views

CVE-2024-27418 net: mctp: take ownership of skb in mctp_local_output

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

6.8AI score0.00221EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 11:51 a.m.87 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.5CVSS7AI score0.00221EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 11:51 a.m.20 views

CVE-2024-27418 net: mctp: take ownership of skb in mctp_local_output

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

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/17 11:40 a.m.53 views

CVE-2024-27405 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

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

6.4AI score0.01298EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/17 11:40 a.m.31 views

CVE-2024-27405 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

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.5CVSS5.9AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/17 11:40 a.m.15 views

CVE-2024-27405 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

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

6.7AI score0.01298EPSS
SaveExploits0References8
Rows per page
Query Builder