Lucene search
+L

44 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.2 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
OSV
OSV
added 2017/03/07 4:59 p.m.9 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
Prion
Prion
added 2017/03/07 4:59 p.m.26 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
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.71 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.31 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.36 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.14 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.31 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.96 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
zdt
zdt
added 2009/08/24 12:00 a.m.29 views

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

Exploit for freebsd platform in category local exploits =================================================================== FreeBSD include include include include include include include include include include include include int fd, kq; struct kevent kev, ke; struct timespec timeout; volatile...

6.8AI score
SaveExploits0
securityvulns
securityvulns
added 2009/08/24 12:00 a.m.45 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...

0.3AI score
SaveExploits0
Prion
Prion
added 2007/08/31 11:17 p.m.20 views

Buffer overflow

The nvcoaft51 driver in Norman Virus Control NVC 5.82 uses weak permissions unrestricted write access for the NvcOa device, which allows local users to gain privileges by 1 triggering a buffer overflow in a kernel pool via a string argument to ioctl 0xBF67201C; or by 2 sending a crafted KEVENT...

7.2CVSS7.7AI score0.00924EPSS
SaveExploits2References6Affected Software1
Packet Storm
Packet Storm
added 2007/08/31 12:00 a.m.37 views

norton-local.txt

/ Norman Virus Control nvcoaft51.sys ioctl BF672028 exploit Abstract nvcoaft51.sys driver receive as parameter in some ioctl's a pointer to a KEVENT struct, calling KeSetEvent without any prior check. The device created by the driver NvcOa can be opened by any user. As result, a user can send a...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2007/08/30 12:00 a.m.25 views

Norman Virus Control - nvcoaft51.sys ioctl BF672028

Norman Virus Control - nvcoaft51.sys ioctl BF672028 / Norman Virus Control nvcoaft51.sys ioctl BF672028 exploit Abstract nvcoaft51.sys driver receive as parameter in some ioctl's a pointer to a KEVENT struct, calling KeSetEvent without any prior check. The device created by the driver NvcOa can b...

0.2AI score
SaveExploits0
Rows per page
Query Builder