Lucene search
+L

38 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: igbvf: fixed a double-free in igbvfprobe. In igbvfprobe, if registernetdev fails, the program will proceed to label errhwinit, and then to label errioremap. In freenetdev, which occurs just below label errioremap, there are...

7.8CVSS5.9AI score0.00259EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•13 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: usbnet: Prevents free active kevent The root causes of this issue are as follows: 1. When probing the usbnet device and executing usbnetlinkchangedev, 0, 0, the kevent operation is placed in the global workqueue. However, the...

5AI score0.00197EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/06 12:00 a.m.•6 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053324)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053324 advisory. In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause...

7.8CVSS6.6AI score0.00227EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•3 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlanremoveone. priv is netdev’s private data, and it cannot be used after a freenetdev call. Using priv after freenetdev can cause a UAF bug. This issue is fixed by moving the freenetdev call to the end of the...

7.8CVSS6.3AI score0.00252EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/22 4:16 p.m.•11 views

AZL-97305 CVE-2026-74725 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS6.2AI score0.0017EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/08/17 12:00 a.m.•8 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099922)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099922 advisory. 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...

7.8CVSS6.2AI score0.00149EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
•added 2026/04/27 12:00 a.m.•12 views

The vulnerability of the free_netdev() function in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the freenetdev function in the Linux operating system is related to the lack of memory release after the effective lifespan of the function has ended. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References6Affected Software2
OSV
OSV
•added 2025/12/16 3:39 p.m.•16 views

CVE-2025-68312 usbnet: Prevents free active kevent

In the Linux kernel, the following vulnerability has been resolved: usbnet: Prevents free active kevent The root cause of this issue are: 1. When probing the usbnet device, executing usbnetlinkchangedev, 0, 0; put the kevent work in global workqueue. However, the kevent has not yet been scheduled...

6.4AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
•added 2025/12/16 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2025-68312

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usbnet: Prevents free active kevent The root cause of this issue are: 1. When probing the usbnet device, executing usbnetlinkchangedev, 0, 0 %NASLMINLEVEL 8090...

5.7AI score0.00197EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989541)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989541 advisory. In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause...

7.8CVSS5.8AI score0.00227EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•10 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988757)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988757 advisory. In the Linux kernel, the following vulnerability has been resolved: igbvf: fix double free in igbvfprobe In igbvfprobe, if registernetdev fails, the program will go ...

7.8CVSS5.9AI score0.00259EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/31 12:30 a.m.•16 views

EUVD-2023-60052

Nagios Fusion versions prior to 4.2.0 contain a stored cross-site scripting XSS vulnerability in the LDAP/AD authentication-server configuration. Unsanitized user input can be stored and later rendered in the administrative UI, causing JavaScript to execute in the browser of any user who views th...

6.2CVSS5AI score0.00771EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/07 12:48 a.m.•10 views

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

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987219 advisory. In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2ethremove Access to netdev after freenetdev will cause...

7.8CVSS5.8AI score0.00227EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•6 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986873 advisory. In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fzaprobe fp is netdev private data and it cannot be used after freenetdev...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References4
CVE
CVE
•added 2025/10/04 3:17 p.m.•48 views

CVE-2023-53556

CVE-2023-53556 is a Linux kernel use-after-free in the iavf driver (free_netdev) when removing virtual functions during SR-IOV handling. The connected Nessus/SUSE advisories enumerate this CVE among a large set of kernel issues and indicate the vulnerability is addressed by kernel updates in Eule...

7.8CVSS6AI score0.00149EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
•added 2025/10/04 3:17 p.m.•20 views

CVE-2023-53556 iavf: Fix use-after-free in free_netdev

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.8CVSS0.00149EPSS
SaveExploits0References6
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•17 views

EUVD-2025-12950

Malicious code in bioql PyPI...

5.6AI score0.00191EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/08/07 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2021-47310

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Ubuntu Linux - net: ti: fix UAF in tlanremoveone priv is netdev private data and it cannot be used after freenetdev call. Using priv after freenetdev can cause...

7.8CVSS6.6AI score0.00252EPSS
SaveExploits0References2
OSV
OSV
•added 2025/03/27 5:15 p.m.•5 views

DEBIAN-CVE-2023-53028

In the Linux kernel, the following vulnerability has been resolved: Revert "wifi: mac80211: fix memory leak in ieee80211ifadd" This reverts commit 13e5afd3d773c6fc6ca2b89027befaaaa1ea7293. ieee80211iffree is already called from freenetdevndev because ndev-privdestructor == ieee80211iffree syzbot...

5.5CVSS5.6AI score0.00198EPSS
SaveExploits0References1
Rows per page
Query Builder