Lucene search
+L

1493 matches found

SUSE CVE
SUSE CVE
added 2025/10/22 11:59 p.m.6 views

SUSE CVE-2023-53716

In the Linux kernel, the following vulnerability has been resolved: net: fix skb leak in skbtstamptx Commit 50749f2dd685 "tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp." added a call to skborphanfragsrx to fix leaks with zerocopy skbs. But it ended up adding a leak of its own...

3.3CVSS6.5AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/22 3:31 p.m.8 views

EUVD-2023-60007

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12kmacophwscan In ath12kmacophwscan, the return value of kzalloc is directly used in memcpy, which may lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by...

5.6AI score0.00172EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/22 3:31 p.m.7 views

EUVD-2023-60030

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

5AI score0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/22 2:15 p.m.3 views

DEBIAN-CVE-2023-53716

In the Linux kernel, the following vulnerability has been resolved: net: fix skb leak in skbtstamptx Commit 50749f2dd685 "tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp." added a call to skborphanfragsrx to fix leaks with zerocopy skbs. But it ended up adding a leak of its own...

5.1AI score0.00197EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/22 1:23 p.m.22 views

CVE-2023-53716

CVE-2023-53716 is a Linux kernel vulnerability described as a leak in skb handling: after a TX timestamp code path, if skb_orphan_frags_rx() fails, the skb cloned for zerocopy skb leaks. The issue is tied to the net: skb_tstamp_tx() flow and was addressed by a kernel fix in the commit that added ...

6.1AI score0.00197EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2025/10/22 1:1 a.m.5 views

bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE

...

5.5CVSS6.7AI score0.00237EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/10/22 12:27 a.m.5 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.7 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 the failure to free a cloned skb when skborphanfragsrx fails, which could lead to a memory leak...

6.1AI score0.00197EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987534)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987534 advisory. In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is no...

5.5CVSS6AI score0.00239EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/20 12:10 a.m.5 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/10/16 10:53 a.m.6 views

CVE-2025-39984

In the Linux kernel, the following vulnerability has been resolved: net: tun: Update napi-skb after XDP process The syzbot report a UAF issue: BUG: KASAN: slab-use-after-free in skbresetmacheader include/linux/skbuff.h:3150 inline BUG: KASAN: slab-use-after-free in napifragsskb net/core/gro.c:723...

7.3CVSS5.5AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/10/16 10:25 a.m.5 views

CVE-2025-40000

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix use-after-free in rtw89coretxkickoffandwait There is a bug observed when rtw89coretxkickoffandwait tries to access already freed skbdata: BUG: KFENCE: use-after-free write in rtw89coretxkickoffandwait...

6.3CVSS5.8AI score0.0025EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/15 8:15 a.m.11 views

CVE-2025-39984

In the Linux kernel, the following vulnerability has been resolved: net: tun: Update napi-skb after XDP process The syzbot report a UAF issue: BUG: KASAN: slab-use-after-free in skbresetmacheader include/linux/skbuff.h:3150 inline BUG: KASAN: slab-use-after-free in napifragsskb net/core/gro.c:723...

0.00184EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/15 12:0 a.m.6 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 failure to update napi-skb after XDP processing, which could lead to reuse after release...

6AI score0.00184EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/10/14 8:39 a.m.3 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/14 12:35 a.m.7 views

kernel: skbuff: Fix a race between coalescing and releasing SKBs

In the Linux kernel, the following vulnerability has been resolved: skbuff: Fix a race between coalescing and releasing SKBs Commit 1effe8ca4e34 "skbuff: fix coalescing for pagepool fragment recycling" allowed coalescing to proceed with non page pool page and page pool page when @from is cloned,...

8.1CVSS5.7AI score0.00243EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/13 12:28 a.m.6 views

kernel: skbuff: Fix a race between coalescing and releasing SKBs

In the Linux kernel, the following vulnerability has been resolved: skbuff: Fix a race between coalescing and releasing SKBs Commit 1effe8ca4e34 "skbuff: fix coalescing for pagepool fragment recycling" allowed coalescing to proceed with non page pool page and page pool page when @from is cloned,...

8.1CVSS5.7AI score0.00243EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/13 12:28 a.m.21 views

Important: Red Hat Security Advisory: kernel security update

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

8.1CVSS6.6AI score0.00243EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/12 12:0 a.m.12 views

RHEL 9 : kernel (RHSA-2025:17734)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:17734 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: netsched: hfsc: Fix a potenti...

8.1CVSS7AI score0.00243EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/08 2:2 a.m.7 views

EUVD-2025-31854

A vulnerability was found in Tenda CH22 1.0.0.1. This affects the function formSafeEmailFilter of the file /goform/SafeEmailFilter. Performing manipulation of the argument page results in memory corruption. The attack is possible to be carried out remotely. The exploit has been made public and...

10CVSS9.2AI score0.00792EPSS
SaveExploits1References7
Rows per page
Query Builder