Lucene search
+L

648 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/27 12:0 a.m.9 views

Siemens SIMATIC Devices Allocation of Resources Without Limits or Throttling (CVE-2024-27013)

In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev vhostworker will call tun call backs to receive packets. If too many illegal packets arrives, tundoread will keep dumping packet contents. When console is enabled, ...

5.5CVSS6.2AI score0.00271EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/24 6:30 p.m.4 views

EUVD-2022-54561

In the Linux kernel, the following vulnerability has been resolved: net: tun: unlink NAPI from device on destruction Syzbot found a race between tun file and device destruction. NAPIs live in struct tunfile which can get destroyed before the netdev so we have to del them explicitly. The current...

5.5CVSS5AI score0.00274EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.6 views

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

5.5CVSS6.5AI score0.00184EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2025/10/16 10:53 a.m.3 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
Exploits0References4
EUVD
EUVD
added 2025/10/15 9:30 a.m.5 views

EUVD-2025-34588

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

6AI score0.00184EPSS
Exploits0References4
NVD
NVD
added 2025/10/15 8:15 a.m.9 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
Exploits0References3
OSV
OSV
added 2025/10/15 8:15 a.m.6 views

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

5.7AI score0.00184EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/10/15 7:56 a.m.19 views

CVE-2025-39984 net: tun: Update napi->skb after XDP process

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
Exploits0References3
CVE
CVE
added 2025/10/15 7:56 a.m.22 views

CVE-2025-39984

The CVE-2025-39984 vulnerability affects the Linux kernel’s tun/tap/XDP path. The issue arises when, after an XDP processing, the original skb can be freed (UAF scenario); the fix updates napi->skb after the XDP process to avoid dangling pointers. Affected component: net/tun and gro flow where...

6.1AI score0.00184EPSS
Exploits0References3
OSV
OSV
added 2025/10/15 7:56 a.m.6 views

CVE-2025-39984 net: tun: Update napi->skb after XDP process

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

6.4AI score0.00184EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/10/15 12:0 a.m.30 views

PT-2025-42259

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a use-after-free issue identified through syzbot reporting. The issue occurs after commit e6d5dbdd20aa, which added multi-buff support for XDP running in gener...

7.8CVSS6.4AI score0.08942EPSS
Exploits4References987
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53685

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it...

5.5CVSS6AI score0.00134EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/07 11:46 p.m.6 views

SUSE CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

3.3CVSS6.3AI score0.00134EPSS
Exploits0References4
NVD
NVD
added 2025/10/07 4:15 p.m.5 views

CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS0.00134EPSS
Exploits0References3
OSV
OSV
added 2025/10/07 4:15 p.m.6 views

AZL-76428 CVE-2023-53685 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS5.6AI score0.00134EPSS
Exploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.6 views

UBUNTU-CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS5.7AI score0.00134EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/07 3:21 p.m.5 views

EUVD-2025-32720

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.8AI score0.00134EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53685 tun: Fix memory leak for detached NAPI queue.

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

0.00134EPSS
Exploits0References3
CVE
CVE
added 2025/10/07 3:21 p.m.24 views

CVE-2023-53685

The CVE-2023-53685 issue affects the Linux kernel tun driver when a TUN device is configured with IFF_TUN, IFF_NAPI, and IFF_MULTI_QUEUE and the queue is detached while a write happens. A memory leak can occur by enqueuing skbs into tfile->sk_write_queue after the queue is detached, due to a r...

5.5CVSS5.9AI score0.00134EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.7 views

CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS5.2AI score0.00134EPSS
Exploits0
Rows per page
Query Builder