Lucene search
+L

1070 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2024-27431

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: cpumap: Zero-initialise xdprxqinfo struct before running XDP program When running an XDP...

7.8CVSS5.7AI score0.00232EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2024-35976

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: xsk: validate user input for XDPUMEM|COMPLETIONFILLRING syzbot reported an illegal copy in...

7.1CVSS5.5AI score0.00257EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 8:16 p.m.9 views

DEBIAN-CVE-2025-21808

In the Linux kernel, the following vulnerability has been resolved: net: xdp: Disallow attaching device-bound programs in generic mode Device-bound programs are used to support RX metadata kfuncs. These kfuncs are driver-specific and rely on the driver context to read the metadata. This means the...

5.5CVSS5.7AI score0.00198EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/27 8:01 p.m.144 views

CVE-2025-21808

Technical details for CVE-2025-21808 (affected product/version, root cause, exploit info) are not provided in the connected documents. The Initial Description is present, but mode C cannot be applied without corroborating specifics. Monitor for updates.

7.8CVSS6.3AI score0.00198EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 8:01 p.m.16 views

CVE-2025-21808

In the Linux kernel, the following vulnerability has been resolved: net: xdp: Disallow attaching device-bound programs in generic mode Device-bound programs are used to support RX metadata kfuncs. These kfuncs are driver-specific and rely on the driver context to read the metadata. This means the...

7.8CVSS5.7AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 8:01 p.m.13 views

CVE-2025-21808 net: xdp: Disallow attaching device-bound programs in generic mode

In the Linux kernel, the following vulnerability has been resolved: net: xdp: Disallow attaching device-bound programs in generic mode Device-bound programs are used to support RX metadata kfuncs. These kfuncs are driver-specific and rely on the driver context to read the metadata. This means the...

7.8CVSS6AI score
SaveExploits0References7
NVD
NVD
added 2025/02/27 3:15 a.m.10 views

CVE-2025-21788

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDPPASS then we leak the memory allocated by am65cpswbuildskb. It is pointless to allocate SKB memory before running the XDP...

7.5CVSS0.00489EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.6 views

SUSE CVE-2022-49096

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

5.1CVSS6.7AI score0.00254EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.7 views

SUSE CVE-2022-49227

In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings like this: 225.198467 ------------ cut here...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.5 views

SUSE CVE-2022-49687

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix xdprxqinfo bug after suspend/resume The following sequence currently causes a driver bug warning when using virtionet: ip link set eth0 up echo mem /sys/power/state or e.g. rtcwake -s 10 -m mem ip link set eth0 dow...

5.5CVSS7.7AI score0.00289EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.7 views

SUSE CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igbcleantxring Fix the following use-after-free bug in igbcleantxring routine when the NIC is running in XDP mode. The issue can be triggered redirecting traffic into the igb NIC and then closin...

5.5CVSS6.6AI score0.0029EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/27 2:18 a.m.11 views

CVE-2025-21788 net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDPPASS then we leak the memory allocated by am65cpswbuildskb. It is pointless to allocate SKB memory before running the XDP...

7.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/02/27 2:18 a.m.83 views

CVE-2025-21788

Summary (CVE-2025-21788) : In the Linux kernel’s net/ethernet/ti/am65-cpsw driver, memory allocated for SKB via am65_cpsw_build_skb() may leak when an XDP program does not return XDP_PASS. The root cause is allocating SKB memory before evaluating the XDP program result, which wastes CPU cycles fo...

7.5CVSS6.5AI score0.00489EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.21 views

CVE-2025-21788 net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDPPASS then we leak the memory allocated by am65cpswbuildskb. It is pointless to allocate SKB memory before running the XDP...

7.5CVSS0.00489EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.15 views

CVE-2025-21788

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases If the XDP program doesn't result in XDPPASS then we leak the memory allocated by am65cpswbuildskb. It is pointless to allocate SKB memory before running the XDP...

7.5CVSS5.6AI score0.00489EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:15 a.m.8 views

UBUNTU-CVE-2025-21717

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: add missing cputonode to kvzallocnode in mlx5eopenxdpredirectsq kvzallocnode is not doing a runtime check on the node argument allocpagesnodenoprof does have a VMBUGON, but it expands to nothing on !CONFIGDEBUGVM build...

7.8CVSS5.7AI score0.00169EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/02/27 12:00 a.m.16 views

PT-2025-8900 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the am65-cpsw driver when handling XDP eXpress Data Path programs. The leak occurs when the XDP program doe...

7.8CVSS7.4AI score0.36848EPSS
SaveExploits1References532
NVD
NVD
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igbcleantxring Fix the following use-after-free bug in igbcleantxring routine when the NIC is running in XDP mode. The issue can be triggered redirecting traffic into the igb NIC and then closin...

7.8CVSS0.0029EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:01 a.m.3 views

DEBIAN-CVE-2022-49695

In the Linux kernel, the following vulnerability has been resolved: igb: fix a use-after-free issue in igbcleantxring Fix the following use-after-free bug in igbcleantxring routine when the NIC is running in XDP mode. The issue can be triggered redirecting traffic into the igb NIC and then closin...

7.8CVSS5.4AI score0.0029EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.2 views

DEBIAN-CVE-2022-49687

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix xdprxqinfo bug after suspend/resume The following sequence currently causes a driver bug warning when using virtionet: ip link set eth0 up echo mem /sys/power/state or e.g. rtcwake -s 10 -m mem ip link set eth0 dow...

7.1CVSS5.6AI score0.00289EPSS
SaveExploits0References1
Rows per page
Query Builder