Lucene search
K

4723 matches found

Debian CVE
Debian CVE
added 2005/12/11 2:0 a.m.22 views

CVE-2005-4158

Sudo before 1.6.8 p12, when the Perl taint flag is off, does not clear the 1 PERLLIB, 2 PERL5LIB, and 3 PERL5OPT environment variables, which allows limited local users to cause a Perl script to include and execute arbitrary library files that have the same name as library files that are included...

4.6CVSS4.2AI score0.01077EPSS
Exploits1
CVE
CVE
added 2005/12/11 2:0 a.m.104 views

CVE-2005-4158

CVE-2005-4158 affects sudo prior to version 1.6.8p12, where with Perl taint off the variables PERLLIB, PERL5LIB and PERL5OPT are not cleared, enabling a limited local user to influence which libraries a Perl script loads and potentially execute arbitrary code. Public disclosures (e.g., Debian DSA...

4.6CVSS6.5AI score0.01077EPSS
Exploits1References19Affected Software1
Cvelist
Cvelist
added 2005/12/11 2:0 a.m.31 views

CVE-2005-4158

Sudo before 1.6.8 p12, when the Perl taint flag is off, does not clear the 1 PERLLIB, 2 PERL5LIB, and 3 PERL5OPT environment variables, which allows limited local users to cause a Perl script to include and execute arbitrary library files that have the same name as library files that are included...

6.5AI score0.01077EPSS
Exploits1References19
seebug.org
seebug.org
added 2005/12/07 12:0 a.m.31 views

Appfluent Database IDS < 2.1.0.103 (Env Variable) Local Exploit

No description provided by source. / $ An open security advisory 14 - Appfluent Database IDS Environment Variable Overflow 1: Bug Researcher: c0ntex - c0ntexbatgmail.com -+- www.open-security.org 2: Bug Released: December 07th 2005 3: Bug Impact Rate: Hi 4: Bug Scope Rate: Local root $ This...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2005/12/07 12:0 a.m.23 views

Appfluent Database IDS 2.1.0.103 - Environment Variable Local Overflow

Appfluent Database IDS 2.1.0.103 - Environment Variable Local Overflow / $ An open security advisory 14 - Appfluent Database IDS Environment Variable Overflow 1: Bug Researcher: c0ntex - c0ntexbatgmail.com -+- www.open-security.org 2: Bug Released: December 07th 2005 3: Bug Impact Rate: Hi 4: Bug...

0.5AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2005/11/30 12:0 a.m.54 views

Mac OS X Multiple Vulnerabilities (Security Update 2005-009)

The remote host is running Apple Mac OS X, but lacks Security Update 2005-009. This security update contains fixes for the following applications : - Apache2 - Apachemodssl - CoreFoundation - curl - iodbcadmintool - OpenSSL - passwordserver - Safari - sudo - syslog C Tenable Network Security, Inc...

10CVSS6.5AI score0.30576EPSS
Exploits2References14
exploitpack
exploitpack
added 2005/11/11 12:0 a.m.22 views

Sudo Perl 1.6.x - Environment Variable Handling Security Bypass

Sudo Perl 1.6.x - Environment Variable Handling Security Bypass source: https://www.securityfocus.com/bid/15394/info Sudo is prone to a security-bypass vulnerability that could lead to arbitrary code execution. This issue is due to an error in the application when handling the 'PERLLIB',...

0.1AI score
Exploits0
securityvulns
securityvulns
added 2005/11/11 12:0 a.m.25 views

[SA17534] Sudo Perl Environment Cleaning Privilege Escalation Vulnerability

TITLE: Sudo Perl Environment Cleaning Privilege Escalation Vulnerability SECUNIA ADVISORY ID: SA17534 VERIFY ADVISORY: http://secunia.com/advisories/17534/ CRITICAL: Less critical IMPACT: Privilege escalation WHERE: Local system SOFTWARE: Sudo 1.x http://secunia.com/product/3929/ DESCRIPTION: A...

1.1AI score
Exploits0
Exploit DB
Exploit DB
added 2005/11/11 12:0 a.m.38 views

Sudo Perl 1.6.x - Environment Variable Handling Security Bypass

source: https://www.securityfocus.com/bid/15394/info Sudo is prone to a security-bypass vulnerability that could lead to arbitrary code execution. This issue is due to an error in the application when handling the 'PERLLIB', 'PERL5LIB', and 'PERL5OPT' environment variables when tainting is ignore...

7.4AI score
Exploits0
Packet Storm
Packet Storm
added 2005/11/10 12:0 a.m.39 views

sudo168p10.sh.txt

exploit for adv : http://www.securityfocus.com/bid/15191/info 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!! % ls -lisa...

4.6CVSS8.1AI score0.00624EPSS
Exploits2
Exploit DB
Exploit DB
added 2005/11/09 12:0 a.m.52 views

Sudo 1.6.8p9 - SHELLOPTS/PS4 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!! % ls -lisa egg 1198941 8 -rwxr-xr-x 1 root root 7428 2005-11-09 13:54 eg...

7.4AI score
Exploits0
0day.today
0day.today
added 2005/11/09 12:0 a.m.35 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
Exploits0
seebug.org
seebug.org
added 2005/11/09 12:0 a.m.42 views

Sudo &lt;= 1.6.8p9 (SHELLOPTS/PS4 ENV variables) Local Root Exploit

No description provided by source. Sudo local root escalation privilege vuln versions : sudo 1.6.8p10 by breno You need sudo access execution for some bash script Use csh shell to change SHELLOPTS env ie: %cat x.sh !/bin/bash -x echo "Getting root!!" % cat /etc/sudoers ... breno ALL=ALL...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2005/11/09 12:0 a.m.13 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
Exploits0
Tenable Nessus
Tenable Nessus
added 2005/11/02 12:0 a.m.28 views

Mandrake Linux Security Advisory : sudo (MDKSA-2005:201)

Tavis Ormandy discovered that sudo does not perform sufficient environment cleaning; in particular the SHELLOPTS and PS4 variables are still passed to the program running as an alternate user which can result in the execution of arbitrary commands as the alternate user when a bash script is...

4.6CVSS5.8AI score0.00624EPSS
Exploits2References1
UbuntuCve
UbuntuCve
added 2005/10/25 4:2 p.m.22 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
Exploits2References2
OSV
OSV
added 2005/10/25 4:2 p.m.7 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...

6.2AI score
Exploits0References21
OSV
OSV
added 2005/10/25 4:2 p.m.1 views

DEBIAN-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.6CVSS6.6AI score0.00624EPSS
Exploits2References1
NVD
NVD
added 2005/10/25 4:2 p.m.17 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.6CVSS6.2AI score0.00624EPSS
Exploits2References19
Debian
Debian
added 2005/10/25 9:39 a.m.25 views

[SECURITY] [DSA 870-1] New sudo packages fix arbitrary command execution

-------------------------------------------------------------------------- Debian Security Advisory DSA 870-1 [email protected] http://www.debian.org/security/ Martin Schulze October 25th, 2005 http://www.debian.org/security/faq -...

4.6CVSS0.5AI score0.00624EPSS
Exploits2
Rows per page
Query Builder