Lucene search
K

4940 matches found

Exploit DB
Exploit DB
added 2007/01/19 12:0 a.m.35 views

Rumpus 5.1 - Local Privilege Escalation / Remote FTP LIST

!/usr/bin/ruby Copyright c Lance M. Havok Kevin Finisterre Proof of concept for issues described in MOAB-18-01-2007. require 'net/ftp' require 'socket' bugselected = ARGV0 || 0.toi targethost = ARGV1 || "localhost" targetuser = ARGV2 || "anonymous" targetpass = ARGV3 || "rumproast" def listbugo...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/01/18 12:0 a.m.16 views

Colloquy <= 2.1.3545 (INVITE) Format String Denial of Service Exploit

No description provided by source. !/usr/bin/ruby c Copyright 2006 Lance M. Havok [email protected] Makes use of the Colloquy INVITE format string vulnerability. require 'socket' targetchannel = ARGV0 || "whatever" targetserver = ARGV1 || "irc.server.org" targetport = ARGV2 || 6667 randnick =...

7.1AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2007/01/17 12:0 a.m.29 views

Fedora Core 6 : ruby-1.8.5-4.fc6 (2006-1109)

Fri Oct 27 2006 Akira TAGOH - 1.8.5-4 - security fix release. - ruby-1.8.5-cgi-CVE-2006-5467.patch: fix a CGI multipart parsing bug that causes the denial of service. 212396 - Sun Oct 1 2006 Jesse Keating - 1.8.5-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 - Tue Sep 26 2006...

6.4CVSS7.2AI score0.13647EPSS
Exploits1References1
Tenable Nessus
Tenable Nessus
added 2007/01/17 12:0 a.m.27 views

Fedora Core 5 : ruby-1.8.5-1.fc5 (2006-1110)

Fri Oct 27 2006 Akira TAGOH - 1.8.5-1 - security fix release. - ruby-1.8.5-cgi-CVE-2006-5467.patch: fix a CGI multipart parsing bug that causes the denial of service. 212396 - backport fixes from devel. - fixed rbconfig.rb to refer to DESTDIR for sitearchdir. 207311 - updates to 1.8.5 - removed...

6.4CVSS7.2AI score0.13647EPSS
Exploits1References1
Exploit DB
Exploit DB
added 2007/01/17 12:0 a.m.27 views

Colloquy 2.1.3545 - 'INVITE' Format String Denial of Service

!/usr/bin/ruby c Copyright 2006 Lance M. Havok Makes use of the Colloquy INVITE format string vulnerability. require 'socket' targetchannel = ARGV0 || "whatever" targetserver = ARGV1 || "irc.server.org" targetport = ARGV2 || 6667 randnick = "spongebo" channeljoined = false readytogo = false...

7.4AI score
Exploits0
Packet Storm
Packet Storm
added 2007/01/13 12:0 a.m.23 views

MOAB-05-01-2007.rb.txt

!/usr/bin/ruby c 2006 LMH Kevin Finisterre Thanks to The French Connection for bringing this in-the-wild 0-day to our attention. If /tmp/ps2 exists on your system, you've been pwned already. Thanks to the original authors of the exploit 'meow'. You know who you are. "They did it for the lulz" - A...

7.4AI score
Exploits0
Packet Storm
Packet Storm
added 2007/01/13 12:0 a.m.15 views

MOAB-09-01-2007.rb.txt

!/usr/bin/ruby c 2006 LMH . require 'fileutils' require 'zlib' hdiutil = "/usr/bin/hdiutil" dmgname = ARGV0 || "MOAB-09-01-2007.dmg" dmgsize = ARGV1 || "200k" filesys = ARGV2 || "UFS" volname = "" 255.times do volname i = Kernel.rand62; i += i 10 ? 48 : i 36 ? 55 : 61 .chr end FileUtils.rmfdmgnam...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/01/09 12:0 a.m.19 views

Apple iLife iPhoto PhotoCast XML远程格式串漏洞

Apple iLife iPhoto PhotoCast是一款用于在网站上共享照片的工具。 Apple iLife iPhoto PhotoCast处理XML种子存在问题,远程攻击者可以利用漏洞进行格式串攻击,可能以应用程序进程权限执行任意指令。 通过构建特殊的iPhoto photocast XML feed,恶意用户可以导致iPhoto PhotoCast在处理"title"元素时出现格式串错误,造成远程任意代码执行。 Apple iLife iPhoto 6.0.5 316 目前没有详细解决方案提供: http://www.apple.com/ilife/iphoto/...

7AI score
Exploits0
0day.today
0day.today
added 2007/01/08 12:0 a.m.23 views

Application Enhancer (APE) 2.0.2 Local Privilege Escalation Exploit

Exploit for macOS platform in category local exploits =================================================================== Application Enhancer APE 2.0.2 Local Privilege Escalation Exploit =================================================================== !/usr/bin/ruby Exploit Of The Apes: A...

6.8AI score
Exploits0
Exploit DB
Exploit DB
added 2007/01/05 12:0 a.m.32 views

Apple Mac OSX 10.4.8 - DiskManagement BOM Privilege Escalation

!/usr/bin/ruby c 2006 LMH Kevin Finisterre Thanks to The French Connection for bringing this in-the-wild 0-day to our attention. If /tmp/ps2 exists on your system, you've been pwned already. Thanks to the original authors of the exploit 'meow'. You know who you are. "They did it for the lulz" - A...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2007/01/05 12:0 a.m.35 views

Apple Mac OSX 10.4.8 - DiskManagement BOM 'cron' Local Privilege Escalation

!/usr/bin/ruby c 2006 LMH code from the other exploit, porting Kevin Finisterre crontab rock and roll Second exploit for MOAB-05-01-2007, uses crontab. much more simple than the other one. And works like a charm. require 'fileutils' EVILCOMMANDS = "rm...

7.4AI score
Exploits0
0day.today
0day.today
added 2007/01/05 12:0 a.m.21 views

Mac OS X 10.4.8 DiskManagement BOM Local Privilege Escalation Exploit

Exploit for macOS platform in category local exploits ===================================================================== Mac OS X 10.4.8 DiskManagement BOM Local Privilege Escalation Exploit ===================================================================== !/usr/bin/ruby c 2006 LMH Kevin...

6.8AI score
Exploits0
Packet Storm
Packet Storm
added 2007/01/05 12:0 a.m.21 views

MOAB-04-01-2007.rb.txt

!/usr/bin/ruby c 2006 LMH bug by Kevin Finisterre proof of concept for MOAB-04-01-2007 see http://projects.info-pull.com/moab/MOAB-04-01-2007.rb require 'socket' IPHOTOFEED = "\r\n" + "\r\n" + "\r\n" + "" + "A" 256 + "%x.%n.%n.%n.%n.%n\r\n" + "\r\n" + "In Gruber We Trust\r\n" +...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/01/05 12:0 a.m.10 views

iLife iPhoto Photocast (XML title) Remote Format String PoC

No description provided by source. !/usr/bin/ruby c 2006 LMH lmh at info-pull.com bug by Kevin Finisterre kflists at digitalmunition.com proof of concept for MOAB-04-01-2007 see http://projects.info-pull.com/moab/MOAB-04-01-2007.rb require 'socket' IPHOTOFEED = "?xml version="1.0"...

7.1AI score
Exploits0
0day.today
0day.today
added 2007/01/04 12:0 a.m.18 views

iLife iPhoto Photocast (XML title) Remote Format String PoC

Exploit for macOS platform in category dos / poc =========================================================== iLife iPhoto Photocast XML title Remote Format String PoC =========================================================== !/usr/bin/ruby c 2006 LMH bug by Kevin Finisterre proof of concept for...

7AI score
Exploits0
Packet Storm
Packet Storm
added 2007/01/04 12:0 a.m.39 views

MOAB-01-01-2007.rb.txt

!/usr/bin/ruby Copyright c LMH Kevin Finisterre Notes: Our command string is loaded on memory at a static address normally, but this depends on execution method and the string length. The address set in this exploit will be likely successful if we open the resulting QTL file directly, without...

6.8CVSS6.4AI score0.85603EPSS
Exploits10
Packet Storm
Packet Storm
added 2007/01/04 12:0 a.m.21 views

MOAB-03-01-2007.rb.txt

!/usr/bin/ruby c 2006 LMH Original scripting and POC by Aviv Raff http://aviv.raffon.net. Description: Exploit for MOAB-03-01-2007. If argument 'serve' is passed, it uses port 21 for running the fake FTP server required. HTTP server port can be modified but it's not recommended. Adjust as...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2007/01/04 12:0 a.m.34 views

Apple Quicktime <= 7.1.3 (HREFTrack) Cross-Zone Scripting Exploit

No description provided by source. !/usr/bin/ruby c 2006 LMH lmh at info-pull.com Original scripting and POC by Aviv Raff http://aviv.raffon.net. Description: Exploit for MOAB-03-01-2007. If argument 'serve' is passed, it uses port 21 for running the...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/01/03 12:0 a.m.9 views

Apple Quicktime (rtsp URL Handler) Stack Buffer Overflow Exploit

No description provided by source. !/usr/bin/ruby Copyright c LMH lmh at info-pull.com Kevin Finisterre kflists at digitalmunition.com Notes: Our command string is loaded on memory at a static address normally,...

7.1AI score
Exploits0
securityvulns
securityvulns
added 2006/12/30 12:0 a.m.38 views

[SA23465] tDiary Unspecified Ruby Code Execution Vulnerability

TITLE: tDiary Unspecified Ruby Code Execution Vulnerability SECUNIA ADVISORY ID: SA23465 VERIFY ADVISORY: http://secunia.com/advisories/23465/ CRITICAL: Highly critical IMPACT: System access WHERE: From remote SOFTWARE: tDiary 2.x http://secunia.com/product/5496/ DESCRIPTION: Takagi Hiroshi has...

1.3AI score
Exploits0
Rows per page
Query Builder