Lucene search
+L

203 matches found

OSV
OSV
added 2025/05/02 3:55 p.m.9 views

CVE-2023-53107 veth: Fix use after free in XDP_REDIRECT

In the Linux kernel, the following vulnerability has been resolved: veth: Fix use after free in XDPREDIRECT Commit 718a18a0c8a6 "veth: Rework vethxdprcvskb in order to accept non-linear skb" introduced a bug where it tried to use pskbexpandhead if the headroom was less than XDPPACKETHEADROOM. Thi...

7.8CVSS6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/05/02 3:55 p.m.132 views

CVE-2023-53107

CVE-2023-53107 concerns the Linux kernel veth/XDP path, specifically a use-after-free in XDP_REDIRECT triggered via AF_XDP. The root cause was a bug in veth_xdp_rcv_skb introduced by commit 718a18a0c8a6 that could call kmalloc to expand headroom when headroom

7.8CVSS6.5AI score0.00196EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.23 views

CVE-2023-53107 veth: Fix use after free in XDP_REDIRECT

In the Linux kernel, the following vulnerability has been resolved: veth: Fix use after free in XDPREDIRECT Commit 718a18a0c8a6 "veth: Rework vethxdprcvskb in order to accept non-linear skb" introduced a bug where it tried to use pskbexpandhead if the headroom was less than XDPPACKETHEADROOM. Thi...

7.8CVSS0.00196EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a post-release reuse issue in the veth driver in XDPREDIRECT...

7.8CVSS6.6AI score0.00196EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 3:15 p.m.14 views

DEBIAN-CVE-2025-22053

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make vethpoolstore stop hanging v2: - Created a single error handling unlock and exit in vethpoolstore - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnlmutex to synchronize...

5.5CVSS5.5AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.16 views

UBUNTU-CVE-2025-22053

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make vethpoolstore stop hanging v2: - Created a single error handling unlock and exit in vethpoolstore - Greatly expanded commit message with previous explanatory-only text Summary: Use rtnlmutex to synchronize...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References25
Positive Technologies
Positive Technologies
added 2025/04/04 12:00 a.m.25 views

PT-2025-16693

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the version that includes the fix for this issue Description A vulnerability in the Linux kernel has been resolved, which prevented multiple calls in a row to napi disable, causing a hang. The issue occurred when...

5.5CVSS5.4AI score0.00147EPSS
SaveExploits0
OSV
OSV
added 2025/03/06 4:15 p.m.11 views

AZL-59153 CVE-2024-58071 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: team: prevent adding a device which is already a team device lower Prevent adding a device which is already a team device lower, e.g. adding veth0 if vlan1 was already added and veth0 is a lower of vlan1. This is not useful in...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.11 views

SUSE CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS6.5AI score0.00264EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:00 a.m.5 views

DEBIAN-CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.14 views

CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS0.00264EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:54 a.m.153 views

CVE-2022-49066

The CVE-2022-49066 issue affects the Linux kernel’s veth path. When a decapsulated packet is fed to a veth device with act_mirred, skb_headlen() may be 0, yet veth_xmit() forwards the skb to __dev_forward_skb() which unconditionally requires ETH_HLEN bytes of linear data. The root cause is the mi...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.27 views

CVE-2022-49066 veth: Ensure eth header is in skb's linear part

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

0.00264EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49066 veth: Ensure eth header is in skb's linear part

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.2AI score
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.11 views

The vulnerability of the veth component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the veth component in the Linux operating system’s kernel is related to improper initialization. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References31Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:00 a.m.13 views

The vulnerability of the veth component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the veth component in the Linux operating system’s kernel is related to incorrect validation of input data. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.1CVSS6.2AI score0.00212EPSS
SaveExploits0References11Affected Software3
Redos
Redos
added 2024/10/11 12:00 a.m.35 views

ROS-20241011-01

A vulnerability in the NFSD component of the Linux operating system kernel is related to a READDIR buffer overflow. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the dbgfs component of the Linux operating system kernel is related to...

9.8CVSS8.5AI score0.00953EPSS
SaveExploits8
RedHat Linux
RedHat Linux
added 2024/04/18 2:37 a.m.9 views

kernel: veth: ensure skb entering GRO are not cloned.

In the Linux kernel, the following vulnerability has been resolved: veth: ensure skb entering GRO are not cloned. After commit d3256efd8e8b "veth: allow enabling NAPI even without XDP", if GRO is enabled on a veth device and TSO is disabled on the peer device, TCP skbs will go through the NAPI...

7.8CVSS6.8AI score0.00212EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/18 2:37 a.m.83 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

8.8CVSS6.7AI score0.01115EPSS
SaveExploits1References7
Rows per page
Query Builder