Lucene search
+L

1726 matches found

Exploit DB
Exploit DB
added 2001/12/03 12:0 a.m.36 views

OpenBSD 2.x/3.0 - User Mode Return Value Denial of Service

// source: https://www.securityfocus.com/bid/3612/info OpenBSD is a freely available implementation of the BSD Operating System. It is based on the NetBSD implementation. Under some conditions, an application launched by a regular user on the system can cause a system crash. When an application o...

5.5CVSS5.8AI score0.01482EPSS
SaveExploits2
exploitpack
exploitpack
added 2001/12/03 12:0 a.m.22 views

OpenBSD 2.x3.0 - User Mode Return Value Denial of Service

OpenBSD 2.x3.0 - User Mode Return Value Denial of Service // source: https://www.securityfocus.com/bid/3612/info OpenBSD is a freely available implementation of the BSD Operating System. It is based on the NetBSD implementation. Under some conditions, an application launched by a regular user on...

7.3AI score
SaveExploits0
securityvulns
securityvulns
added 2001/12/03 12:0 a.m.35 views

OpenBSD local DoS

-----BEGIN PGP SIGNED MESSAGE----- A local denial of service attack against OpenBSD was published today Sunday Dec 02 to the [email protected] mailing list by Marco Peereboom [email protected]. I'm forwarding his message on to the general security community. The effect of the attack is to crash...

7.2AI score
SaveExploits0
NVD
NVD
added 2001/11/13 5:0 a.m.29 views

CVE-2001-1415

vi.recover in OpenBSD before 3.1 allows local users to remove arbitrary zero-byte files such as device nodes...

4.6CVSS6.4AI score0.00312EPSS
SaveExploits0References3
securityvulns
securityvulns
added 2001/10/08 12:0 a.m.27 views

OpenBSD bug

Hi I recently found a vulnerability in OpenBSD kernel that allows any user capable of executing a process to deliver SIGURG and SIGIO signals to any process or group of process owned by any user in the system. Although the default behaviour in OpenBSD is to ignore these signals, this issue could ...

6.4AI score
SaveExploits0
securityvulns
securityvulns
added 2001/10/08 12:0 a.m.51 views

Проблемамы с сигналами в OpenBSD

При вызове accept над сокетом переданным другому процессу сбрасывается информация о владельце сокета, что позволяет генерировать сигналы SIGIO, SIGURG для процесса-владельца...

0.5AI score
SaveExploits0References1Affected Software1
CVE
CVE
added 2001/09/18 4:0 a.m.62 views

CVE-2001-0378

CVE-2001-0378 affects OpenBSD readline prior to 4.1 (OpenBSD 2.8 and earlier). The vulnerability stems from creating readline history files with insecure permissions, allowing a local attacker to recover potentially sensitive information via history files. The NVD metrics list a base score of 2.1...

2.1CVSS6.3AI score0.00309EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2001/09/18 4:0 a.m.35 views

CVE-2001-0378

readline prior to 4.1, in OpenBSD 2.8 and earlier, creates history files with insecure permissions, which allows a local attacker to recover potentially sensitive information via readline history files...

5.9AI score0.00309EPSS
SaveExploits0References3
NVD
NVD
added 2001/08/17 4:0 a.m.24 views

CVE-2001-1145

fts routines in FreeBSD 4.3 and earlier, NetBSD before 1.5.2, and OpenBSD 2.9 and earlier can be forced to change chdir into a different directory than intended when the directory above the current directory is moved, which could cause scripts to perform dangerous actions on the wrong directories...

6.2CVSS6.3AI score0.00298EPSS
SaveExploits0References6
Packet Storm
Packet Storm
added 2001/07/12 12:0 a.m.27 views

openbsdrace.txt

[email protected] Georgi Guninski security advisory 47, 2001 OpenBSD 2.9,2.8 local root compromise Systems affected: OpenBSD 2.9,2.8 Have not tested on other OSes but they may be vulnerable Risk: High Date: 14 June 2001 Legal Notice: This Advisory is Copyright c 2001 Georgi Guninski. You may...

7.4AI score
SaveExploits0
NVD
NVD
added 2001/06/27 4:0 a.m.21 views

CVE-2001-0378

readline prior to 4.1, in OpenBSD 2.8 and earlier, creates history files with insecure permissions, which allows a local attacker to recover potentially sensitive information via readline history files...

2.1CVSS5.9AI score0.00309EPSS
SaveExploits0References3
securityvulns
securityvulns
added 2001/06/15 12:0 a.m.50 views

OpenBSD 2.9,2.8 local root compromise

Return-Path: pent.sci-nnov.ru!securityfocus.com!bugtraq-return-420-vlad=sandy.ru Received: from adm.sci-nnov.ru adm.sci-nnov.ru 193.125.71.2 by pent.sci-nnov.ru 8.11.3/Dmiter-4.1-AGK-1.1 with ESMTP id f5EFXH490671 for [email protected]; Thu, 14 Jun 2001 19:33:17 +0400 MSD Received: from...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2001/06/05 12:0 a.m.30 views

Locally exploitable races in OpenBSD VFS

my apologies if it ends up submitted twice Let's start with the trivial: good old aliasing bugs. Example 1: dup2 vs. close. Relevant file: kern/kerndescrip.c sysdup2p, v, retval struct proc p; void v; registert retval; snip if uintold = fdp-fdnfiles || fdp-fdofilesold == NULL || uintnew =...

7.4AI score
SaveExploits0
securityvulns
securityvulns
added 2001/06/05 12:0 a.m.56 views

Проблемы в работе с файловыми дескрипторами в OpenBSD (VFS races)

Наличие вызова блокирующей функции между проверкой файлового дескриптора и операцией над ним, позволяет провести операцию над закрытым дескриптором, если дескриптор был закрыт в другом потоке приложения...

0.4AI score
SaveExploits0References1Affected Software1
NVD
NVD
added 2001/06/02 4:0 a.m.27 views

CVE-2001-1047

Race condition in OpenBSD VFS allows local users to cause a denial of service kernel panic by 1 creating a pipe in one thread and causing another thread to set one of the file descriptors to NULL via a close, or 2 calling dup2 on a file descriptor in one process, then setting the descriptor to NU...

1.2CVSS6.2AI score0.00269EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2001/05/07 4:0 a.m.29 views

CVE-2000-0310

IP fragment assembly in OpenBSD 2.4 allows a remote attacker to cause a denial of service by sending a large number of fragmented packets...

6.6AI score0.01157EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2001/05/07 4:0 a.m.36 views

CVE-2001-0284

Buffer overflow in IPSEC authentication mechanism for OpenBSD 2.8 and earlier allows remote attackers to cause a denial of service and possibly execute arbitrary commands via a malformed Authentication header AH IPv4 option...

8.1AI score0.03091EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2001/05/07 4:0 a.m.38 views

CVE-2001-0268

The i386setldt system call in NetBSD 1.5 and earlier, and OpenBSD 2.8 and earlier, when the USERLDT kernel option is enabled, does not validate a call gate target, which allows local users to gain root privileges by creating a segment call gate in the Local Descriptor Table LDT with a target that...

6.6AI score0.00589EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2001/05/07 4:0 a.m.34 views

CVE-2000-0313

Vulnerability in OpenBSD 2.6 allows a local user to change interface media configurations...

6.2AI score0.00285EPSS
SaveExploits0References2
CVE
CVE
added 2001/05/07 4:0 a.m.58 views

CVE-2000-0313

Technical details about CVE-2000-0313 are not provided in the connected documents. The initial description mentions an OpenBSD 2.6 local interface-media change issue, but no concrete product/version specifics or remediation are included here. Monitor for updates.

4.6CVSS6.6AI score0.00285EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder