Lucene search
+L

88 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.10 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
SaveExploits0References6
CVE
CVE
added 2025/10/07 3:21 p.m.31 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
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.7 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
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:00 a.m.7 views

PT-2025-41129

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a memory leak in the TUN device when NAPI and multi-queue were enabled, and the queue was detached. The issue occurred when skb structures were placed into the...

8.8CVSS5.5AI score0.00279EPSS
SaveExploits0References321
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-25579

Malicious code in bioql PyPI...

6.3AI score0.00172EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/08/24 4:07 p.m.6 views

CVE-2025-38622

In the Linux kernel, the following vulnerability has been resolved: net: drop UFO packets in udprcvsegment When sending a packet with virtionethdr to tun device, if the gsotype in virtionethdr is SKBGSOUDP and the gsosize is less than udphdr size, below crash may happen. ------------ cut here...

5.5CVSS6AI score0.00172EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/08/22 11:29 p.m.6 views

SUSE CVE-2025-38622

In the Linux kernel, the following vulnerability has been resolved: net: drop UFO packets in udprcvsegment When sending a packet with virtionethdr to tun device, if the gsotype in virtionethdr is SKBGSOUDP and the gsosize is less than udphdr size, below crash may happen. ------------ cut here...

5.5CVSS6.3AI score0.00172EPSS
SaveExploits0References22
OSV
OSV
added 2025/08/22 4:15 p.m.4 views

DEBIAN-CVE-2025-38622

In the Linux kernel, the following vulnerability has been resolved: net: drop UFO packets in udprcvsegment When sending a packet with virtionethdr to tun device, if the gsotype in virtionethdr is SKBGSOUDP and the gsosize is less than udphdr size, below crash may happen. ------------ cut here...

5.5CVSS5.3AI score0.00172EPSS
SaveExploits0References1
CVE
CVE
added 2025/08/22 4:00 p.m.49 views

CVE-2025-38622

CVE-2025-38622 — Linux kernel UDP/GSO issue : The vulnerability occurs in the UDP receive path when a packet with virtio_net_hdr using SKB_GSO_UDP and a gso_size smaller than the UDP header can trigger a crash in skb_pull_rcsum, leading to a kernel BUG in net/core/skbuff.c and a local attacker ma...

5.5CVSS6.1AI score0.00172EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/08/22 4:00 p.m.8 views

CVE-2025-38622 net: drop UFO packets in udp_rcv_segment()

In the Linux kernel, the following vulnerability has been resolved: net: drop UFO packets in udprcvsegment When sending a packet with virtionethdr to tun device, if the gsotype in virtionethdr is SKBGSOUDP and the gsosize is less than udphdr size, below crash may happen. ------------ cut here...

5.8AI score
SaveExploits0References14
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-52843

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - llc: verify mac len before reading mac header LLC reads the mac header with ethhdr without verifying that the skb has an Ethernet header. Syzbot was able to ent...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/05/28 3:30 a.m.12 views

kernel: tun: limit printing rate when illegal packet received by tun dev

In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev The Linux kernel CVE team has assigned CVE-2024-27013 to this issue. Upstream advisory:...

5.5CVSS6.4AI score0.00271EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49856

Removed by vendor...

5.6AI score
SaveExploits0
OSV
OSV
added 2025/03/20 11:46 a.m.23 views

CLSA-2025-1742471200 kernel: Fix of 19 CVEs

net: defer final 'struct net' free in netns dismantle CVE-2024-56658 - smb: client: fix potential deadlock when releasing mids CVE-2023-52757 - tcp/dccp: Don't use timerpending in reqskqueueunlink. CVE-2024-50154 - ALSA: 6fire: Release resources at card release CVE-2024-53239 - smb: client: fix...

9.8CVSS7.3AI score0.00811EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 2:24 a.m.96 views

CVE-2022-49672

CVE-2022-49672 affects the Linux kernel tun/tun.c: a race can occur during destruction where NAPI objects linked in struct tun_file may be destroyed before the netdev they reference. The vulnerability arises because NAPIs are not deleted when the queue is detached, allowing a race between the tun...

7.8CVSS5.3AI score0.00297EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.8 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, which stems from the failure to disassociate NAPI when the tun device is destroyed...

5.5CVSS6.2AI score0.00297EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.14 views

SUSE CVE-2024-56372

In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tunnapiallocfrags syzbot reported the following crash 1 Issue came with the blamed commit. Instead of going through all the iov components, we keep using the first one and end up with a malformed skb. 1 kernel BUG a...

5.5CVSS7.7AI score0.00245EPSS
SaveExploits0References13
OSV
OSV
added 2025/01/11 1:15 p.m.2 views

DEBIAN-CVE-2024-56372

In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tunnapiallocfrags syzbot reported the following crash 1 Issue came with the blamed commit. Instead of going through all the iov components, we keep using the first one and end up with a malformed skb. 1 kernel BUG a...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: tun: limit printing rate when illegal packet received by tun dev

In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev The Linux kernel CVE team has assigned CVE-2024-27013 to this issue. Upstream advisory:...

5.5CVSS6.4AI score0.00271EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.19 views

kernel: tun: limit printing rate when illegal packet received by tun dev

In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev The Linux kernel CVE team has assigned CVE-2024-27013 to this issue. Upstream advisory:...

5.5CVSS6.4AI score0.00271EPSS
SaveExploits0References5
Rows per page
Query Builder