Lucene search
+L

1512 matches found

OSV
OSV
added 2024/07/16 1:15 p.m.1 views

DEBIAN-CVE-2022-48851

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdmlterx The netifrxni function frees the skb so we can't dereference it to save the skb-len...

7.8CVSS5.5AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.7 views

UBUNTU-CVE-2022-48851

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdmlterx The netifrxni function frees the skb so we can't dereference it to save the skb-len...

7.8CVSS6.1AI score0.00214EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.28 views

CVE-2022-48805

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: Fix out-of-bounds accesses in RX fixup ax88179rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

7.8CVSS6.3AI score0.00316EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/16 12:15 p.m.9 views

UBUNTU-CVE-2022-48805

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: Fix out-of-bounds accesses in RX fixup ax88179rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

7.8CVSS6.2AI score0.00316EPSS
SaveExploits0References11
CVE
CVE
added 2024/07/16 11:43 a.m.101 views

CVE-2022-48805

CVE-2022-48805 affects the Linux kernel USB driver net: usb: ax88179_178a, specifically the rx_fixup path (ax88179_rx_fixup()). The issue is multiple out-of-bounds accesses in RX fixup that can be triggered by a malicious or defective USB device. Reported problems include: (1) an out-of-bounds me...

7.8CVSS6.4AI score0.00316EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.20 views

CVE-2022-48805 net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: Fix out-of-bounds accesses in RX fixup ax88179rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

0.00316EPSS
SaveExploits0References8
NVD
NVD
added 2024/07/12 1:15 p.m.26 views

CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

5.5CVSS0.00237EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.26 views

CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/12 1:15 p.m.5 views

UBUNTU-CVE-2024-40907

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

5.5CVSS6.8AI score0.00238EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/12 1:15 p.m.8 views

UBUNTU-CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/12 1:15 p.m.5 views

UBUNTU-CVE-2024-40923

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3rqcreate fails to allocate memory for rq-dataring.base, the subsequent call to vmxnet3rqdestroyallrxdataring does not reset rq-dataring.descsize for the data rin...

5.5CVSS6.1AI score0.00288EPSS
SaveExploits0References13
CVE
CVE
added 2024/07/12 12:37 p.m.110 views

CVE-2024-40999

CVE-2024-40999 affects the Linux kernel ENA driver. The vulnerability stems from insufficient validation of completion descriptors in multi-buffer packets: the "first" flag must only appear on the first descriptor. An invalid descriptor can trigger a reset, and a new RX data corruption reset reas...

5.5CVSS6.7AI score0.00237EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:37 p.m.38 views

CVE-2024-40999 net: ena: Add validation for completion descriptors consistency

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

0.00237EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.42 views

CVE-2024-40923 vmxnet3: disable rx data ring on dma allocation failure

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3rqcreate fails to allocate memory for rq-dataring.base, the subsequent call to vmxnet3rqdestroyallrxdataring does not reset rq-dataring.descsize for the data rin...

0.00288EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.30 views

CVE-2024-40907 ionic: fix kernel panic in XDP_TX action

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

0.00238EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.16 views

CVE-2024-40907 ionic: fix kernel panic in XDP_TX action

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

6.9AI score0.00238EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.23 views

CVE-2024-40907

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

5.5CVSS6AI score0.00238EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/09 12:0 a.m.13 views

PT-2024-21873 · Samsung · Exynos

Name of the Vulnerable Software and Affected Versions: Samsung Mobile Processor Exynos versions 1380 through 1480 Description: A vulnerability was discovered in the slsi handle nan rx event log ind function related to no input validation check on tag len for tx coming from userspace, which can le...

6.7CVSS7AI score0.00232EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/07/09 12:0 a.m.13 views

PT-2024-21872 · Samsung · Exynos

Name of the Vulnerable Software and Affected Versions: Samsung Mobile Processor Exynos versions 1380 through 1480 Description: A vulnerability was discovered in the slsi handle nan rx event log ind function related to no input validation check on tag len for rx coming from userspace, which can le...

6.7CVSS7AI score0.00232EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/25 3:15 p.m.39 views

CVE-2024-39293

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

4.7CVSS0.00138EPSS
SaveExploits0References2
Rows per page
Query Builder