Lucene search
K

42 matches found

BDU FSTEC
BDU FSTEC
added 2017/04/13 12:0 a.m.4 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.00043EPSS
Exploits1References6Affected Software1
Prion
Prion
added 2017/03/07 4:59 p.m.19 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.00043EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2017/03/07 4:59 p.m.1 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.00043EPSS
Exploits1References5
NVD
NVD
added 2017/03/07 4:59 p.m.19 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.00043EPSS
Exploits1References5
CVE
CVE
added 2017/03/07 4:0 p.m.56 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.00043EPSS
Exploits1References5Affected Software1
Cvelist
Cvelist
added 2017/03/07 4:0 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.2AI score0.00043EPSS
Exploits1References5
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.27 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
Exploits0
securityvulns
securityvulns
added 2009/09/15 12:0 a.m.29 views

BSD systems kevent race conditions

Race conditions on SMP systems...

1.7AI score
Exploits0References3Affected Software3
seebug.org
seebug.org
added 2009/08/26 12:0 a.m.11 views

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

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

6.9AI score
Exploits0
seebug.org
seebug.org
added 2009/08/25 12:0 a.m.24 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
Exploits0
securityvulns
securityvulns
added 2009/08/24 12:0 a.m.88 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
Exploits0
exploitpack
exploitpack
added 2009/08/24 12:0 a.m.16 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
Exploits0
securityvulns
securityvulns
added 2009/08/24 12:0 a.m.37 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
Exploits0
0day.today
0day.today
added 2009/08/24 12:0 a.m.23 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
Exploits0
Exploit DB
Exploit DB
added 2009/08/24 12:0 a.m.30 views

FreeBSD 6.1 - &#039;kqueue()&#039; 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 ;...

7.4AI score
Exploits0
Prion
Prion
added 2007/08/31 11:17 p.m.14 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.00156EPSS
Exploits1References6Affected Software1
Packet Storm
Packet Storm
added 2007/08/31 12:0 a.m.31 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
Exploits0
exploitpack
exploitpack
added 2007/08/30 12:0 a.m.20 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
Exploits0
0day.today
0day.today
added 2007/08/30 12:0 a.m.20 views

Norman Virus Control nvcoaft51.sys ioctl BF672028 Exploit

Exploit for unknown platform in category local exploits ========================================================= Norman Virus Control nvcoaft51.sys ioctl BF672028 Exploit ========================================================= / Norman Virus Control nvcoaft51.sys ioctl BF672028 exploit Abstrac...

6.8AI score
Exploits0
Exploit DB
Exploit DB
added 2007/08/30 12:0 a.m.31 views

Norman Virus Control - &#039;nvcoaft51.sys&#039; 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 be opened by any user. As result, a user can send a...

7.4AI score
Exploits0
Rows per page
Query Builder