Lucene search
K

510 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53452

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, a...

4.7CVSS5.8AI score0.00014EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.2 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.5CVSS5.8AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/07 11:46 p.m.3 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.00013EPSS
Exploits0References4
NVD
NVD
added 2025/10/07 4:15 p.m.3 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.00013EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.5 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.00013EPSS
Exploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.3 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 ...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References6
CVE
CVE
added 2025/10/07 3:21 p.m.13 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.00013EPSS
Exploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.3 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.00013EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-15902

Malware in sbrugna...

5.5CVSS6.7AI score0.00103EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986693 advisory. In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hix5hd2rx The skb is delivered to napigroreceive...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

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

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986785 advisory. In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix memory leaks of napigetfrags kmemleak reports after running testprogs: unreference...

5.5CVSS6AI score0.00041EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.2 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...

5.5CVSS5.5AI score0.00024EPSS
Exploits0References320
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986808 advisory. In the Linux kernel, the following vulnerability has been resolved: ath11k: fix kernel panic during unload/load ath11k modules Call netifnapidel from...

5.5CVSS5.5AI score0.00024EPSS
Exploits0References4
OSV
OSV
added 2025/10/04 4:15 p.m.0 views

UBUNTU-CVE-2023-53556

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix use-after-free in freenetdev We do netifnapiadd for all allocated qvectors, but potentially do netifnapidel for part of them, then kfree qvectors and leave invalid pointers at dev-napilist. Reproducer: root@host cat...

7.8CVSS5.8AI score0.00018EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.2 views

PT-2025-40698

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free flaw within the i40e network driver, specifically in the free netdev function. This issue arises from adding network interface netif New...

7.8CVSS6.3AI score0.00218EPSS
Exploits4References989
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-5987

Malicious code in bioql PyPI...

7.2AI score0.00032EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-31956

Malicious code in bioql PyPI...

6.4AI score0.00014EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-9594

Malicious code in bioql PyPI...

5.5CVSS6.4AI score0.00069EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-12909

Malicious code in bioql PyPI...

5.5CVSS7.1AI score0.00041EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-19820

Malicious code in bioql PyPI...

7.6AI score0.00077EPSS
Exploits0References4
Rows per page
Query Builder