Lucene search
+L

958 matches found

exploitpack
exploitpack
added 2009/11/04 12:00 a.m.14 views

Apple Mac OSX 10.5.x - ptrace Mutex Handling Local Denial of Service

Apple Mac OSX 10.5.x - ptrace Mutex Handling Local Denial of Service // source: https://www.securityfocus.com/bid/36915/info Apple Mac OS X is prone to a local denial-of-service vulnerability that is caused by a race condition. Exploiting this issue allows local, unprivileged users to crash...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/11/04 12:00 a.m.26 views

Apple Mac OSX 10.5.x - 'ptrace' Mutex Handling Local Denial of Service

// source: https://www.securityfocus.com/bid/36915/info Apple Mac OS X is prone to a local denial-of-service vulnerability that is caused by a race condition. Exploiting this issue allows local, unprivileged users to crash affected kernels, denying further service to legitimate users. / Mac OS X...

5.8AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/10/28 12:00 a.m.42 views

Mail.app Image Attachment Command Execution

$Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'Mail.app Ima...

9.3CVSS0.1AI score0.54099EPSS
SaveExploits8
Metasploit
Metasploit
added 2009/10/20 11:11 p.m.71 views

Java JSP Command Shell, Bind TCP Inline

Listen for a connection and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 1593 include Msf::Payload::Single include Msf::Payload::JSP include...

7.5AI score
SaveExploits0
seebug.org
seebug.org
added 2009/10/17 12:00 a.m.33 views

Sun VirtualBox <= 3.0.6 privilege escalation

No description provided by source. !/bin/sh CVE-2009-3692 Sun VirtualBox = 3.0.6 local root exploit ======================================================== Exploits popen meta char shell injection vulnerability in Sun VirtualBox. E.g. admin@sundevil:/test$ id uid=101admin gid=10staff...

7.2CVSS0.00729EPSS
SaveExploits6
Packet Storm
Packet Storm
added 2009/10/17 12:00 a.m.40 views

Sun VirtualBox 3.0.6 Local Root

!/bin/sh CVE-2009-3692 Sun VirtualBox runme.c include include include include include int mainint argc, char argv FILE from, to; int fd; char ch; setuid0; setgid0; from = fopen"/bin/sh","rb"; to = fopen"./sh","wb"; while!feoffrom ch = fgetcfrom; if!feoffrom fputcch, to; fclosefrom; fcloseto; fd =...

7.2CVSS0.2AI score0.00729EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2009/10/17 12:00 a.m.40 views

Sun VirtualBox 3.0.6 - Local Privilege Escalation

!/bin/sh CVE-2009-3692 Sun VirtualBox runme.c include include include include include int mainint argc, char argv FILE from, to; int fd; char ch; setuid0; setgid0; from = fopen"/bin/sh","rb"; to = fopen"./sh","wb"; while!feoffrom ch = fgetcfrom; if!feoffrom fputcch, to; fclosefrom; fcloseto; fd =...

7.2CVSS5.8AI score0.00729EPSS
SaveExploits6
Metasploit
Metasploit
added 2009/09/27 6:35 p.m.59 views

Java JSP Command Shell, Reverse TCP Inline

Connect back to attacker and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 1501 include Msf::Payload::Single include Msf::Payload::JSP include...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2009/07/27 12:00 a.m.24 views

Mozilla Firefox 3.5 (Font tags) Remote Buffer Overflow Exploit (osx)

No description provided by source. !/usr/bin/env python FireFox 3.5 Heap Spray OS X Exploit Modified by: DrIDE Originally Discovered by: Simon Berry-Bryne Pythonized by: David Kennedy ReL1K @ SecureState Thanks to HDM Tested on OS X 10.5.7 from BaseHTTPServer import HTTPServer from BaseHTTPServer...

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

Mozilla Firefox 3.5 (OSX) - Font Tags Remote Buffer Overflow

Mozilla Firefox 3.5 OSX - Font Tags Remote Buffer Overflow !/usr/bin/env python FireFox 3.5 Heap Spray OS X Exploit Modified by: DrIDE Originally Discovered by: Simon Berry-Bryne Pythonized by: David Kennedy ReL1K @ SecureState Thanks to HDM Tested on OS X 10.5.7 from BaseHTTPServer import...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/07/24 12:00 a.m.30 views

Mozilla Firefox 3.5 (OSX) - Font Tags Remote Buffer Overflow

!/usr/bin/env python FireFox 3.5 Heap Spray OS X Exploit Modified by: DrIDE Originally Discovered by: Simon Berry-Bryne Pythonized by: David Kennedy ReL1K @ SecureState Thanks to HDM Tested on OS X 10.5.7 from BaseHTTPServer import HTTPServer from BaseHTTPServer import BaseHTTPRequestHandler impo...

5.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/06/08 12:00 a.m.45 views

Apple Mac OSX xnu 1228.9.59 - Kernel Privilege Escalation

/ xnu-workq-v2-64.c Copyright c 2008 by Apple MACOS X xnu include include include include include include / profil defines / define PROFILITEMSIZE 64 define PROFILBLKSIZE 65536 define PROFILBLKNUM 84 / workq defines / define WQOPSQUEUEADD 1 define WORKQUEUEPRIOSMIN -2 define WORKQUEUEPRIOSMAX 2 /...

5.8AI score
SaveExploits0
seebug.org
seebug.org
added 2009/05/31 12:00 a.m.25 views

Adobe Acrobat <= 9.1.1 Stack Overflow Crash PoC (osx/win)

No description provided by source. Acrobat = 9.1.1 Stack Overflow Crashy PoC http://milw0rm.com/sploits/2009-crashytheclown.pdf http://sebug.net/local/2009-exploits/0905-exploits/2009-crashytheclown.pdf...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/05/29 12:00 a.m.28 views

Adobe Acrobat 9.1.1 (OSX/Windows) - Stack Overflow Crash (PoC)

Acrobat = 9.1.1 Stack Overflow Crashy PoC https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/33017.pdf 2009-crashytheclown.pdf milw0rm.com 2009-05-29...

5.8AI score
SaveExploits0
exploitpack
exploitpack
added 2009/05/29 12:00 a.m.13 views

Adobe Acrobat 9.1.1 (OSXWindows) - Stack Overflow Crash (PoC)

Adobe Acrobat 9.1.1 OSXWindows - Stack Overflow Crash PoC Acrobat = 9.1.1 Stack Overflow Crashy PoC https://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/8826.pdf 2009-crashytheclown.pdf milw0rm.com 2009-05-29...

1.5AI score
SaveExploits0
zdt
zdt
added 2009/05/29 12:00 a.m.15 views

Adobe Acrobat <= 9.1.1 Stack Overflow Crash PoC (osx/win)

Exploit for multiple platform in category dos / poc ========================================================= Adobe Acrobat = 9.1.1 Stack Overflow Crash PoC osx/win ========================================================= Acrobat = 9.1.1 Stack Overflow Crashy PoC...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2009/05/27 12:00 a.m.10 views

Lighttpd 1.4.23 Source Code Disclosure Vulnerability (FreeBSD/OSX bug)

No description provided by source. Severe vulnerability in FreeBSD/OSX with Lighttpd 1.4.23 latest version Most httpd daemons are probably vulnerable to this with FreeBSD/OSX as the OS. http://redmine.lighttpd.net/issues/1989 Description If you put a trailing slash / after the .php and that file ...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/05/27 12:00 a.m.22 views

Lighttpd 1.4.23 Code Disclosure

Severe vulnerability in FreeBSD/OSX with Lighttpd 1.4.23 latest version Most httpd daemons are probably vulnerable to this with FreeBSD/OSX as the OS. http://redmine.lighttpd.net/issues/1989 Description If you put a trailing slash / after the .php and that file is a link, it will just display the...

7.4AI score
SaveExploits0
zdt
zdt
added 2009/05/26 12:00 a.m.25 views

Lighttpd 1.4.23 Source Code Disclosure Vulnerability (FreeBSD/OSX bug)

Exploit for multiple platform in category remote exploits ====================================================================== Lighttpd 1.4.23 Source Code Disclosure Vulnerability FreeBSD/OSX bug ====================================================================== Severe vulnerability in...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2009/03/24 12:00 a.m.45 views

[Full-disclosure] FreeBSD/OS X kernel bug dump

All - the following are the exploits from the recent demonstrations at Apple Mac OSX = 10.4.0 local kernel root http://www.digit-labs.org/files/exploits/xnu-hfs-fcntl.c http://www.digit-labs.org/files/exploits/xnu-hfs-fcntl.sh FreeBSD = 7.0 ktimer local kernel root...

0.3AI score
SaveExploits0
Rows per page
Query Builder