Lucene search
+L

3044 matches found

NVD
NVD
added 2006/02/22 11:02 p.m.31 views

CVE-2006-0848

The "Open 'safe' files after downloading" option in Safari on Apple Mac OS X allows remote user-assisted attackers to execute arbitrary commands by tricking a user into downloading a MACOSX folder that contains metadata resource fork that invokes the Terminal, which automatically interprets the...

5.1CVSS6.9AI score0.58105EPSS
SaveExploits8References13
Tenable Nessus
Tenable Nessus
added 2006/01/15 12:00 a.m.19 views

Ubuntu 4.10 : sudo vulnerability (USN-28-1)

Liam Helmer discovered an input validation flaw in sudo. When the standard shell 'bash' starts up, it searches the environment for variables with a value beginning with ''. For each of these variables a function with the same name is created, with the function body filled in from the environment...

5.7AI score
SaveExploits0
Metasploit
Metasploit
added 2006/01/14 8:12 p.m.551 views

Unix Command Shell, Reverse TCP (/dev/tcp)

Creates an interactive shell via bash's builtin /dev/tcp. This will not work on circa 2009 and older Debian-based Linux distributions including Ubuntu because they compile bash without the /dev/tcp feature. This module requires Metasploit: https://metasploit.com/download Current source:...

7.3AI score
SaveExploits0
securityvulns
securityvulns
added 2006/01/09 12:00 a.m.49 views

sudo privilege escalation

few envoronment vaqriables used by bash perl and python are not cleaned...

3AI score
SaveExploits0References4Affected Software1
exploitpack
exploitpack
added 2005/11/09 12:00 a.m.18 views

Sudo 1.6.8p9 - SHELLOPTSPS4 Environment Variables Privilege Escalation

Sudo 1.6.8p9 - SHELLOPTSPS4 Environment Variables Privilege Escalation Sudo local root escalation privilege vuln versions : sudo int main setuid0; system"/bin/sh"; % % gcc -o egg egg.c % setenv SHELLOPTS xtrace % setenv PS4 '$chown root:root egg' % sudo ./x.sh echo Getting root!! Getting root!! %...

1.4AI score
SaveExploits0
zdt
zdt
added 2005/11/09 12:00 a.m.42 views

Sudo <= 1.6.8p9 (SHELLOPTS/PS4 ENV variables) Local Root Exploit

Exploit for linux platform in category local exploits ================================================================ Sudo int main setuid0; system"/bin/sh"; % % gcc -o egg egg.c % setenv SHELLOPTS xtrace % setenv PS4 '$chown root:root egg' % sudo ./x.sh echo Getting root!! Getting root!! % ls...

6.8AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2005/10/25 4:02 p.m.27 views

CVE-2005-2959

Incomplete blacklist vulnerability in sudo 1.6.8 and earlier allows local users to gain privileges via the 1 SHELLOPTS and 2 PS4 environment variables before executing a bash script on behalf of another user, which are not cleared even though other variables are...

4.6CVSS5.9AI score0.00624EPSS
SaveExploits2References2
CVE
CVE
added 2005/10/25 4:00 a.m.86 views

CVE-2005-2959

CVE-2005-2959 concerns sudo 1.6.8 and earlier, where the SHELLOPTS and PS4 environment variables are not cleared during privilege-escalation prompts. The result is a local privilege escalation when a user with limited sudo privileges runs a bash script, as these variables can be passed through to...

4.6CVSS7.9AI score0.00624EPSS
SaveExploits2References19Affected Software1
FreeBSD
FreeBSD
added 2005/10/25 12:00 a.m.32 views

sudo -- arbitrary command execution

Tavis Ormandy reports: The bash shell uses the value of the PS4 environment variable after expansion as a prefix for commands run in execution trace mode. Execution trace mode xtrace is normally set via bash's -x command line option or interactively by running "set -o xtrace". However, it may als...

4.6CVSS7AI score0.00624EPSS
SaveExploits2References1
UbuntuCve
UbuntuCve
added 2005/09/20 10:03 p.m.31 views

CVE-2005-2968

Firefox 1.0.6 and Mozilla 1.7.10 allows attackers to execute arbitrary commands via shell metacharacters in a URL that is provided to the browser on the command line, which is sent unfiltered to bash...

7.5CVSS6AI score0.10718EPSS
SaveExploits1References3
Packet Storm
Packet Storm
added 2005/05/27 12:00 a.m.30 views

IMail.pl

GFHost explo Spawn bash style Shell with webserver uid Greetz SPAX, foxtwo, Zone-H This Script is currently under development use strict; use IO::Socket; my $host; my $port; my $command; my $url; my @results; my $probe; my @U; $U1 = "/dl.php?a=0.1&OURFILE=ff24404eeac528b"...

7.4AI score
SaveExploits0
NVD
NVD
added 2005/03/01 5:00 a.m.20 views

CVE-2004-1051

sudo before 1.6.8p2 allows local users to execute arbitrary commands by using "" style environment variables to create functions that have the same name as any program within the bash script that is called without using the program's full pathname...

7.2CVSS7AI score0.01374EPSS
SaveExploits0References10
OSV
OSV
added 2005/03/01 5:00 a.m.12 views

CVE-2004-1051

sudo before 1.6.8p2 allows local users to execute arbitrary commands by using "" style environment variables to create functions that have the same name as any program within the bash script that is called without using the program's full pathname...

6.9AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2005/03/01 5:00 a.m.39 views

CVE-2004-1051

sudo before 1.6.8p2 allows local users to execute arbitrary commands by using "" style environment variables to create functions that have the same name as any program within the bash script that is called without using the program's full pathname...

7.2CVSS6.2AI score0.01374EPSS
SaveExploits0References1
OSV
OSV
added 2005/03/01 5:00 a.m.8 views

DEBIAN-CVE-2004-1051

sudo before 1.6.8p2 allows local users to execute arbitrary commands by using "" style environment variables to create functions that have the same name as any program within the bash script that is called without using the program's full pathname...

7.2CVSS7.4AI score0.01374EPSS
SaveExploits0References1
zdt
zdt
added 2005/02/07 12:00 a.m.34 views

Exim <= 4.42 Local Root Exploit

Exploit for linux platform in category local exploits =============================== Exim include int mainint argc, char argv char addrptr; addrptr = getenvargv1; printf"%s @ %p\n", argv1, addrptr; return 0; gcc @env.c -o @env cp @env /usr/bin cd /usr/exim/bin CODE=perl -e 'print...

6.8AI score
SaveExploits0
exploitpack
exploitpack
added 2005/02/07 12:00 a.m.18 views

Exim 4.42 - Local Privilege Escalation

Exim 4.42 - Local Privilege Escalation !/bin/sh Local Lame R00T sploit for exim include int mainint argc, char argv char addrptr; addrptr = getenvargv1; printf"%s @ %p\n", argv1, addrptr; return 0; gcc @env.c -o @env cp @env /usr/bin cd /usr/exim/bin CODE=perl -e 'print...

0.8AI score
SaveExploits0
seebug.org
seebug.org
added 2005/02/07 12:00 a.m.20 views

Exim &lt;= 4.42 Local Root Exploit

No description provided by source. !/bin/sh Local Lame R00T sploit for exim = 4.42 by Dark Eagle My First Coding Release In bash Unl0ck Research Team More Effective than C-code. @env.c content: include stdio.h include string.h int mainint argc, char argv char addrptr; addrptr = getenvargv1;...

7.1AI score
SaveExploits0
zdt
zdt
added 2004/11/21 12:00 a.m.232 views

GFHost PHP GMail Remote Command Execution Exploit

Exploit for unknown platform in category web applications ================================================= GFHost PHP GMail Remote Command Execution Exploit ================================================= GFHost explo Spawn bash style Shell with webserver uid Greetz SPAX, foxtwo, Zone-H This...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/11/21 12:00 a.m.25 views

GFHost PHP GMail - Remote Command Execution

GFHost PHP GMail - Remote Command Execution GFHost explo Spawn bash style Shell with webserver uid Greetz SPAX, foxtwo, Zone-H This Script is currently under development use strict; use IO::Socket; my $host; my $port; my $command; my $url; my @results; my $probe; my @U; $U1 =...

0.1AI score
SaveExploits0
Rows per page
Query Builder