Lucene search
+L

1612 matches found

OpenVAS
OpenVAS
added 2009/03/23 12:0 a.m.53 views

Ubuntu Update for linux-source-2.6.15/17/20 vulnerabilities USN-518-1

Ubuntu Update for Linux kernel vulnerabilities USN-518-1 OpenVAS Vulnerability Test $Id: gbubuntuUSN5181.nasl 7969 2017-12-01 09:23:16Z santu $ Ubuntu Update for linux-source-2.6.15/17/20 vulnerabilities USN-518-1 Authors: System Generated Check Copyright: Copyright c 2009 Greenbone Networks GmbH...

7.2CVSS0.0082EPSS
SaveExploits4References2
zdt
zdt
added 2009/03/23 12:0 a.m.22 views

Mac OS X xnu <= 1228.3.13 (macfsstat) Local Kernel Memory Leak/DoS

Exploit for macOS platform in category dos / poc ================================================================== Mac OS X xnu Apple MACOS X xnu include include include include include include include define LEAKBUFBYTESa sizeof struct statfsa define LEAKMACBYTESa sizeof inta struct macgetfssta...

7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2009/03/23 12:0 a.m.33 views

Ubuntu: Security Advisory (USN-637-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2009 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS6AI score0.00509EPSS
SaveExploits7References2
Exploit DB
Exploit DB
added 2009/03/23 12:0 a.m.33 views

Apple Mac OSX xnu 1228.x - 'hfs-fcntl' Kernel Privilege Escalation

!/bin/bash xnu-hfs-fcntl-v2.sh Copyright c 2008 by Apple MACOS X 792.0 \n" \ "http://www.digit-labs.org/ -- Digit-Labs 2008!@$!\n\n" if ! -f $EXPFILE ; then echo -n " compiling exploit..." gcc -Wall $EXPFILE.c -o $EXPFILE 2 /dev/null if $? != 0 ; then echo " failed" exit $? else echo " done" fi f...

7.2CVSS5.8AI score0.00979EPSS
SaveExploits3
NVD
NVD
added 2009/03/06 11:30 a.m.31 views

CVE-2009-0834

The auditsyscallentry function in the Linux kernel 2.6.28.7 and earlier on the x8664 platform does not properly handle 1 a 32-bit process making a 64-bit syscall or 2 a 64-bit process making a 32-bit syscall, which allows local users to bypass certain syscall audit configurations via crafted...

3.6CVSS7.2AI score0.00441EPSS
SaveExploits0References39
Prion
Prion
added 2009/03/06 11:30 a.m.27 views

Design/Logic Flaw

The auditsyscallentry function in the Linux kernel 2.6.28.7 and earlier on the x8664 platform does not properly handle 1 a 32-bit process making a 64-bit syscall or 2 a 64-bit process making a 32-bit syscall, which allows local users to bypass certain syscall audit configurations via crafted...

3.6CVSS6.2AI score0.00816EPSS
SaveExploits3References39Affected Software12
UbuntuCve
UbuntuCve
added 2009/03/06 11:30 a.m.54 views

CVE-2009-0834

The auditsyscallentry function in the Linux kernel 2.6.28.7 and earlier on the x8664 platform does not properly handle 1 a 32-bit process making a 64-bit syscall or 2 a 64-bit process making a 32-bit syscall, which allows local users to bypass certain syscall audit configurations via crafted...

3.6CVSS6.3AI score0.00441EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2009/03/06 11:30 a.m.41 views

CVE-2009-0835

The securecomputing function in kernel/seccomp.c in the seccomp subsystem in the Linux kernel 2.6.28.7 and earlier on the x8664 platform, when CONFIGSECCOMP is enabled, does not properly handle 1 a 32-bit process making a 64-bit syscall or 2 a 64-bit process making a 32-bit syscall, which allows...

3.6CVSS5.9AI score0.00928EPSS
SaveExploits2References3
CVE
CVE
added 2009/03/06 11:0 a.m.120 views

CVE-2009-0834

The CVE-2009-0834 issue affects the Linux kernel up to 2.6.28.7 on x86_64, where audit_syscall_entry mishandles 32-bit processes making 64-bit syscalls or 64-bit processes making 32-bit syscalls. This can allow local users to bypass certain syscall audit configurations, and is related to CVE-2009...

3.6CVSS4.6AI score0.00441EPSS
SaveExploits0References39Affected Software1
seebug.org
seebug.org
added 2009/03/03 12:0 a.m.110 views

Linux Kernel审计系统audit_syscall_entry()系统调用绕过安全限制漏洞

BUGTRAQ ID: 33951 Linux Kernel是开放源码操作系统Linux所使用的内核。 Syscall过滤技术通常基于由编号确定的syscall或具体参数来确认是否允许执行调用。在通过编号确定syscall时,64位Linux内核(x8664)上syscall编号可能既映射到32位又映射到64位的syscall表,而这两种syscall表是不同的。由于用户空间进程是由 syscall表控制的,因此可以绕过syscall编号检查,执行非授权操作。 例如,syscall过滤技术可能在监控64位进程,且配置为允许常见的open syscall的子集,在64位平台上为syscal...

6.8AI score
SaveExploits0
seebug.org
seebug.org
added 2009/03/02 12:0 a.m.24 views

FreeBSD/x86 - kill all processes - 12 bytes

No description provided by source. CoDed bY suN8Hclf DaRk-CodeRs Group productions, kid FreeBSD x86 kill all procesess 12 bytes shellcode Compile: nasm -f elf code.asm ld -e start -o code code.o Assembly code: ---------------------code.asm------------------- section .text global start start: xor...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2009/02/23 12:0 a.m.20 views

BSD/x86 - execve(/bin/sh) - 27 bytes

No description provided by source. / execvesh.c by n0gada 27 bytes. / include "stdio.h" char shellcode= "\xeb\x0d\x5f\x31\xc0\x50\x89\xe2" "\x52\x57\x54\xb0\x3b\xcd\x80\xe8" "\xee\xff\xff\xff/bin/sh"; int mainvoid int ret; printf"%d\n",strlenshellcode; ret = int &ret+2; ret = intshellcode; return...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2009/02/21 12:0 a.m.18 views

Linux/x86-64bits - execve(&quot;/bin/sh&quot;, [&quot;/bin/sh&quot;], NULL) - 33 bytes

No description provided by source. Linux/X86-64 Dummy for shellcode: execve"/bin/sh", "/bin/sh", NULL hophet at gmail.com .text .globl start start: xorq %rdx, %rdx movq $0x68732f6e69622fff,%rbx shr $0x8, %rbx push %rbx movq %rsp,%rdi xorq %rax,%rax pushq %rax pushq %rdi movq %rsp,%rsi mov $0x3b,%...

7.1AI score
SaveExploits0
Prion
Prion
added 2009/01/29 7:30 p.m.24 views

Design/Logic Flaw

Niels Provos Systrace before 1.6f on the x8664 Linux platform allows local users to bypass intended access restrictions by making a 64-bit syscall with a syscall number that corresponds to a policy-compliant 32-bit syscall...

7.2CVSS6.3AI score0.00451EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2009/01/29 7:30 p.m.26 views

CVE-2009-0343

Niels Provos Systrace 1.6f and earlier on the x8664 Linux platform allows local users to bypass intended access restrictions by making a 32-bit syscall with a syscall number that corresponds to a policy-compliant 64-bit syscall, related to race conditions that occur in monitoring 64-bit processes...

7.2CVSS5.9AI score0.00816EPSS
SaveExploits2References5
Cvelist
Cvelist
added 2009/01/29 7:0 p.m.40 views

CVE-2009-0343

Niels Provos Systrace 1.6f and earlier on the x8664 Linux platform allows local users to bypass intended access restrictions by making a 32-bit syscall with a syscall number that corresponds to a policy-compliant 64-bit syscall, related to race conditions that occur in monitoring 64-bit processes...

5.9AI score0.00816EPSS
SaveExploits2References5
securityvulns
securityvulns
added 2009/01/28 12:0 a.m.29 views

CESA-2009-001 - rev 1 Linux syscall interception technologies partial bypass

CESA-2009-001 - rev 1 See all my vulnerabilities at http://scary.beasts.org/security Blog if you want to subscribe to new findings is at http://scarybeastsecurity.blogspot.com/ Linux syscall interception technologies partial bypass Programs affected: Probably many; for example systrace with ptrac...

7.3AI score
SaveExploits0
securityvulns
securityvulns
added 2009/01/28 12:0 a.m.31 views

Problems with syscall filtering technologies on Linux

Hi, There's a trick which may permit the bypassing of policies in technologies which do syscall filtering on the Linux x8664 kernel. The trick is made possible by the fact that the 32-bit and 64-bit kernel tables are different, combined with the fact that a 64-bit process can make a 32-bit syscal...

1AI score
SaveExploits0
securityvulns
securityvulns
added 2009/01/28 12:0 a.m.29 views

Linux syscall filtering bypass

32 bit application can use 64 bit syscall and vice versa to bypass syscall filtering, because syscall numbers are different...

2.6AI score
SaveExploits0References2
Exploit DB
Exploit DB
added 2009/01/01 12:0 a.m.28 views

Linux/x86-64 - Add User (pwned/$pass$) Using open,write,close To /etc/{passwd,shadow} Shellcode (358 bytes)

Linux/x86-64 - Add User pwned/$pass$ Using open,write,close To /etc/passwd,shadow Shellcode 358 bytes. Shellcode exploit for Linuxx86-64 platform ; shellcode name adduserpasswordJCPopen,write,close ; Author : Christophe G SLAE64-1337 ; Len : 358 bytes ; Language : Nasm ; "name = pwned ; pass =...

7.1AI score
SaveExploits0
Rows per page
Query Builder