Lucene search
+L

49 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.7 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.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.10 views

PT-2025-51724

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s usbnet functionality that can lead to a “free active object kevent” error. This issue arises during usbnet device probing and unregistration,...

5.5AI score0.00193EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2016-7172

Malware in sbrugna...

5.5CVSS5.6AI score0.00429EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2006-6110

Malware in sbrugna...

2.1CVSS6.4AI score0.00484EPSS
SaveExploits1References13
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.7 views

SUSE CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

6.5CVSS6.4AI score0.00211EPSS
SaveExploits0References12
OSV
OSV
added 2025/06/18 11:15 a.m.3 views

DEBIAN-CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

7.8CVSS5.4AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.10 views

UBUNTU-CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

7.8CVSS6.1AI score0.00211EPSS
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.13 views

The vulnerability of the OpenBSD operating system, which allows a hacker to trigger a service failure

The vulnerability of the OpenBSD operating system is related to errors in number processing. Exploiting this vulnerability allows a malicious actor, operating locally, to cause a service failure—i.e., the appearance of a “Assertion failure” window and a kernel error. This occurs by using a large...

4.9CVSS5.8AI score0.00429EPSS
SaveExploits1References6Affected Software1
Prion
Prion
added 2017/03/07 4:59 p.m.27 views

Information disclosure

OpenBSD 5.8 and 5.9 allows local users to cause a denial of service assertion failure and kernel panic via a large ident value in a kevent system call...

4.9CVSS6.6AI score0.00429EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2017/03/07 4:59 p.m.10 views

CVE-2016-6242

OpenBSD 5.8 and 5.9 allows local users to cause a denial of service assertion failure and kernel panic via a large ident value in a kevent system call...

5.5CVSS5.8AI score0.00429EPSS
SaveExploits1References5
NVD
NVD
added 2017/03/07 4:59 p.m.25 views

CVE-2016-6242

OpenBSD 5.8 and 5.9 allows local users to cause a denial of service assertion failure and kernel panic via a large ident value in a kevent system call...

5.5CVSS5.2AI score0.00429EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2017/03/07 4:00 p.m.35 views

CVE-2016-6242

OpenBSD 5.8 and 5.9 allows local users to cause a denial of service assertion failure and kernel panic via a large ident value in a kevent system call...

5.2AI score0.00429EPSS
SaveExploits1References5
CVE
CVE
added 2017/03/07 4:00 p.m.73 views

CVE-2016-6242

OpenBSD 5.8 and 5.9 are affected by CVE-2016-6242: a local attacker can trigger a denial of service by supplying a large ident value to a kevent system call, causing an assertion failure and kernel panic. This is a local-privilege context with no remote access implied. The observed impact is a ke...

5.5CVSS5.2AI score0.00429EPSS
SaveExploits1References5Affected Software1
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.33 views

FreeBSD <= 6.1 kqueue() NULL pointer Dereference Local Root Exploit

No description provided by source. / FreeBSD = 6.1 suffers from classical check/use race condition on SMP systems in kevent syscall, leading to kernel mode NULL pointer dereference. It can be triggered by spawning two threads: 1st thread looping on open and close syscalls, and the 2nd thread...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2009/09/15 12:00 a.m.38 views

BSD systems kevent race conditions

Race conditions on SMP systems...

1.7AI score
SaveExploits0References3Affected Software3
seebug.org
seebug.org
added 2009/08/26 12:00 a.m.15 views

FreeBSD kevent()系统调用竞争条件漏洞

BUGTRAQ ID: 36101 FreeBSD就是一种运行在Intel平台上、可以自由使用的开放源码Unix类系统。 FreeBSD的SMP系统中的kevent系统调用存在竞争条件错误。如果本地用户生成了两个线程,其中第一个线程循环执行open和close系统调用而第二个线程循环执行kevent尝试添加无效的文件描述符,就会触发内核态的空指针引用,导致拒绝服务或运行root shell。 FreeBSD = 6.1 厂商补丁: FreeBSD ------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2009/08/25 12:00 a.m.32 views

FreeBSD &lt;= 6.1 kqueue() NULL pointer Dereference Local Root Exploit

No description provided by source. FreeBSD = 6.1 suffers from classical check/use race condition on SMP systems in kevent syscall, leading to kernel mode NULL pointer dereference. It can be triggered by spawning two threads: 1st thread looping on open and close syscalls, and the 2nd thread loopin...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2009/08/24 12:00 a.m.23 views

FreeBSD 6.1 - kqueue() Null Pointer Dereference Privilege Escalation

FreeBSD 6.1 - kqueue Null Pointer Dereference Privilege Escalation / FreeBSD include include include include include include include include include include include include int fd, kq; struct kevent kev, ke; struct timespec timeout; volatile int gotroot = 0; static void kernelcodevoid struct thre...

1AI score
SaveExploits0
securityvulns
securityvulns
added 2009/08/24 12:00 a.m.98 views

FreeBSD &lt;= 6.1 kqueue&#40;&#41; NULL pointer dereference

FreeBSD = 6.1 suffers from classical check/use race condition on SMP systems in kevent syscall, leading to kernel mode NULL pointer dereference. It can be triggered by spawning two threads: 1st thread looping on open and close syscalls, and the 2nd thread looping on kevent, trying to add possibly...

7.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/08/24 12:00 a.m.33 views

FreeBSD 6.1 - 'kqueue()' Null Pointer Dereference Privilege Escalation

/ FreeBSD include include include include include include include include include include include include int fd, kq; struct kevent kev, ke; struct timespec timeout; volatile int gotroot = 0; static void kernelcodevoid struct thread thread; gotroot = 1; asm "movl %%fs:0, %0" : "=r"thread ;...

5.8AI score
SaveExploits0
Rows per page
Query Builder