Lucene search
+L

16 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-42083

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic due to multi- buffer handling Currently, the ionicrunxdp doesn't...

8.8CVSS6AI score0.00318EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/10/14 12:0 a.m.30 views

CentOS 9 : kernel-5.14.0-516.el9

The remote CentOS Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the kernel-5.14.0-516.el9 build changelog. - In the Linux kernel, the following vulnerability has been resolved: r8169: Fix possible ring buffer corruption on fragmented Tx packets...

10CVSS6.7AI score0.00922EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/09/18 12:46 p.m.14 views

CVE-2024-46799

A vulnerability was found in the Linux kernel's net: ethernet: ti: am65-cpsw driver, which caused a NULL pointer dereference when Express Data Path XDP traffic was transmitted with only one TX queue configured. This issue occurred due to the incorrect use of the maximum number of TX queues instea...

5.5CVSS5.2AI score0.00447EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/18 8:15 a.m.28 views

CVE-2024-46799

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS0.00447EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.16 views

CVE-2024-46799 net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS6.6AI score0.00447EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.43 views

CVE-2024-46799 net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS0.00447EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/18 7:12 a.m.21 views

CVE-2024-46799 net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS4.8AI score
SaveExploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.74 views

CVE-2024-46799

In CVE-2024-46799, the Linux kernel driver net: ethernet: ti: am65-cpsw had a NULL pointer dereference when XDP_TX was used with TX queues configured to 1. The issue occurs during XDP_TX and manifests as a kernel NULL pointer dereference, as shown by the log entry. The publicly provided fix repla...

7.5CVSS5.1AI score0.00447EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.56 views

CVE-2024-46799

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS5.4AI score0.00447EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.21 views

CVE-2024-42083

A kernel panic flaw was found in the linux kernel. ionicrunxdp doesn't handle multi-buffer packets properly for XDPTX and XDPREDIRECT. When a jumbo frame is received, the ionicrunxdp first makes xdp frame with all necessary pages in the rx descriptor. If the action is either XDPTX or XDPREDIRECT,...

4.4CVSS5.3AI score0.00318EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:37 p.m.25 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...

6.6CVSS5.2AI score0.00614EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.34 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...

9.8CVSS0.00614EPSS
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...

9.8CVSS6AI score0.00614EPSS
SaveExploits0
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.00614EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/20 9:41 a.m.19 views

CVE-2024-35958 net: ena: Fix incorrect descriptor free behavior

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

7.8CVSS6.9AI score0.00256EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/20 9:41 a.m.30 views

CVE-2024-35958 net: ena: Fix incorrect descriptor free behavior

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

7.8CVSS6.5AI score0.00256EPSS
SaveExploits0References6
Rows per page
Query Builder