Lucene search
+L

3650 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/29 12:00 a.m.12 views

Siemens SIMATIC Devices Use of Uninitialized Variable (CVE-2024-35888)

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc...

7.3CVSS6.4AI score0.00606EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/28 12:15 p.m.24 views

AZL-68855 CVE-2025-40053 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: net: dlink: handle copythresh allocation failure The driver did not handle failure of netdevallocskbipalign. If the allocation failed, dereferencing skb-protocol could lead to a NULL pointer dereference. This patch tries to...

7.5CVSS5.6AI score0.00587EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/28 12:15 p.m.11 views

UBUNTU-CVE-2025-40053

In the Linux kernel, the following vulnerability has been resolved: net: dlink: handle copythresh allocation failure The driver did not handle failure of netdevallocskbipalign. If the allocation failed, dereferencing skb-protocol could lead to a NULL pointer dereference. This patch tries to...

7.5CVSS5.7AI score0.00587EPSS
SaveExploits0References38
CVE
CVE
added 2025/10/28 11:48 a.m.58 views

CVE-2025-40053

The CVE-2025-40053 issue is in the Linux kernel net/dlink code: the driver did not handle failure of netdev_alloc_skb_ip_align(), so if skb allocation fails, dereferencing skb->protocol could NULL-deref. The patch changes the path to try allocating skb and, if it fails, fall back to the normal...

7.5CVSS6.1AI score0.00587EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/28 11:48 a.m.16 views

CVE-2025-40053 net: dlink: handle copy_thresh allocation failure

In the Linux kernel, the following vulnerability has been resolved: net: dlink: handle copythresh allocation failure The driver did not handle failure of netdevallocskbipalign. If the allocation failed, dereferencing skb-protocol could lead to a NULL pointer dereference. This patch tries to...

7.5CVSS6.4AI score
SaveExploits0References10
CVE
CVE
added 2025/10/28 11:48 a.m.39 views

CVE-2025-40046

CVE-2025-40046 is a Linux kernel vulnerability in the io_uring zcrx path. The issue arises from io_zcrx_recv_skb() double-counting desc->count when handling frag lists, causing a recv limit overrun (buffers total > requested). This could impact availability (high) with limited confidentiali...

8.6CVSS6.1AI score0.00325EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/28 11:48 a.m.11 views

CVE-2025-40046 io_uring/zcrx: fix overshooting recv limit

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS6.5AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:00 a.m.9 views

RHEL 10 : kernel (RHSA-2025:19106)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:19106 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: NFS: Fix a race when updatin...

8.8CVSS7.2AI score0.00217EPSS
SaveExploits0References14
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-39984

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.1AI score0.00197EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Siemens SIMATIC Devices Improper Input Validation (CVE-2024-42281)

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a segment issue when downgrading gsosize Linearize the skb when downgrading gsosize because it may trigger a BUGON later when the skb is segmented as described in 1,2. This plugin only works with Tenable.ot. Please visit...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Siemens SIMATIC Devices Use After Free (CVE-2025-21764)

ndisc: use RCU protection in ndiscallocskb This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid503652; scriptversion"1.3";...

7.8CVSS6.8AI score0.00261EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53716

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: net: fix skb leak in skbtstamptx Commit 50749f2dd685 tcp/udp: Fix memleaks of sk and zerocop...

5.8AI score0.0021EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Siemens SIMATIC, SCALANCE and RUGGEDCOM Devices Access of Uninitialized Pointer (CVE-2024-49938)

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: Use skbsetlength for resetting urb before resubmit Syzbot points out that skbtrim has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly ju...

5.5CVSS6.3AI score0.00259EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.13 views

Siemens SIMATIC Devices Use After Free (CVE-2025-21760)

ndisc: extend RCU protection in ndiscsendskb This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid503636; scriptversion"1.3";...

8.1CVSS6.8AI score0.36848EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/24 11:35 p.m.10 views

SUSE CVE-2025-38165

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix panic when calling skblinearize The panic can be reproduced by executing the command: ./bench sockmap -c 2 -p 1 -a --rx-verdict-ingress --rx-strp 100000 Then a kernel panic was captured: ''' 657.460555 kernel BU...

5.5CVSS6.4AI score0.00324EPSS
SaveExploits0References22
EUVD
EUVD
added 2025/10/24 6:30 p.m.7 views

EUVD-2022-54671

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb-nfct and set skb-nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the...

5.5CVSS5.2AI score0.0082EPSS
SaveExploits0References9
NVD
NVD
added 2025/10/22 2:15 p.m.13 views

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...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/22 2:15 p.m.11 views

UBUNTU-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.7AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/22 1:23 p.m.7 views

CVE-2023-53716 net: fix skb leak in __skb_tstamp_tx()

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...

6.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.16 views

CVE-2023-53716 net: fix skb leak in __skb_tstamp_tx()

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...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder