Lucene search
+L

5171 matches found

Fedora
Fedora
added 2009/05/02 4:38 p.m.29 views

[SECURITY] Fedora 10 Update: pam_ssh-1.92-10.fc10

This PAM module provides single sign-on behavior for UNIX using SSH keys. Users are authenticated by decrypting their SSH private keys with the password provided. In the first PAM login session phase, an ssh-agent process is started and keys are added. The same agent is used for the following PAM...

5CVSS3.5AI score0.01305EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2009/04/23 12:0 a.m.34 views

Ubuntu 8.04 LTS / 8.10 : libpam-krb5 vulnerabilities (USN-719-1)

It was discovered that pamkrb5 parsed environment variables when run with setuid applications. A local attacker could exploit this flaw to bypass authentication checks and gain root privileges. CVE-2009-0360 Derek Chan discovered that pamkrb5 incorrectly handled refreshing existing credentials wh...

6.2CVSS5.7AI score0.00695EPSS
SaveExploits7References3
OpenVAS
OpenVAS
added 2009/02/27 12:0 a.m.23 views

Fedora Update for pam_ssh FEDORA-2007-1793

Check for the Version of pamssh OpenVAS Vulnerability Test Fedora Update for pamssh FEDORA-2007-1793 Authors: System Generated Check Copyright: Copyright c 2009 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the term...

6.4CVSS6.5AI score0.00833EPSS
SaveExploits0References2
NVD
NVD
added 2009/02/20 6:47 a.m.25 views

CVE-2009-0641

systerm.c in telnetd in FreeBSD 7.0-RELEASE and other 7.x versions deletes dangerous environment variables with a method that was valid only in older FreeBSD distributions, which might allow remote attackers to execute arbitrary code by passing a crafted environment variable from a telnet client,...

9.3CVSS7.5AI score0.09321EPSS
SaveExploits2References5
CVE
CVE
added 2009/02/18 5:0 p.m.59 views

CVE-2009-0641

CVE-2009-0641 affects FreeBSD telnetd (sys_term.c) in 7.0-RELEASE and other 7.x releases. The vulnerability stems from environment-variable handling where dangerous vars were not scrubbed using a method valid only in older FreeBSD distributions, enabling remote attackers to execute arbitrary code...

9.3CVSS7.8AI score0.09321EPSS
SaveExploits2References5Affected Software1
OpenVAS
OpenVAS
added 2009/02/18 12:0 a.m.23 views

FreeBSD Security Advisory (FreeBSD-SA-09:05.telnetd.asc)

The remote host is missing an update to the system as announced in the referenced advisory FreeBSD-SA-09:05.telnetd.asc SPDX-FileCopyrightText: 2009 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

9.3CVSS7.1AI score0.09321EPSS
SaveExploits2References1
OpenVAS
OpenVAS
added 2009/02/18 12:0 a.m.13 views

FreeBSD Security Advisory (FreeBSD-SA-09:05.telnetd.asc)

The remote host is missing an update to the system as announced in the referenced advisory FreeBSD-SA-09:05.telnetd.asc ADV FreeBSD-SA-09:05.telnetd.asc OpenVAS Vulnerability Test $ Description: Auto generated from ADV FreeBSD-SA-09:05.telnetd.asc Authors: Thomas Reinke Copyright: Copyright c 200...

0.2AI score
SaveExploits0
zdt
zdt
added 2009/02/16 12:0 a.m.26 views

FreeBSD 7.0-RELEASE Telnet Daemon Local Privilege Escalation Exploit

Exploit for freebsd platform in category local exploits ==================================================================== FreeBSD 7.0-RELEASE Telnet Daemon Local Privilege Escalation Exploit ==================================================================== FreeBSD 7.0-RELEASE telnet daemon...

6.8AI score
SaveExploits0
exploitpack
exploitpack
added 2009/02/16 12:0 a.m.25 views

FreeBSD 7.0-RELEASE - Telnet Daemon Privilege Escalation

FreeBSD 7.0-RELEASE - Telnet Daemon Privilege Escalation FreeBSD 7.0-RELEASE telnet daemon local privilege escalation - And possible remote root code excution. There is a rather big bug in the current FreeBSD telnetd daemon. The environment is not properly sanitized when execution /bin/login, wha...

0.4AI score
SaveExploits0
FreeBSD Advisory
FreeBSD Advisory
added 2009/02/16 12:0 a.m.7 views

FreeBSD-SA-09:05.telnetd

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-09:05.telnetd Security Advisory The FreeBSD Project Topic: telnetd code execution vulnerability Category: core Module: contrib Announced: 2009-02-16 Affects:...

6.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/02/15 12:0 a.m.38 views

FreeBSD telnetd Privilege Escalation

FreeBSD 7.0-RELEASE telnet daemon local privilege escalation - And possible remote root code excution. There is a rather big bug in the current FreeBSD telnetd daemon. The environment is not properly sanitized when execution /bin/login, what leads to a possible remote root hole. The telnet protoc...

0.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2009/02/13 12:0 a.m.35 views

Debian DSA-1721-1 : libpam-krb5 - several vulnerabilities

Several local vulnerabilities have been discovered in the PAM module for MIT Kerberos. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-0360 Russ Allbery discovered that the Kerberos PAM module parsed configuration settings from environment variables...

6.2CVSS5.4AI score0.00695EPSS
SaveExploits7References5
Exploit DB
Exploit DB
added 2008/11/15 12:0 a.m.28 views

Sudo 1.6.9p18 - 'Defaults SetEnv' Local Privilege Escalation

!/bin/sh Sudo "Defaults setenv" so environ vars are preserved : program.c include include include void init if !geteuid unsetenv"LDPRELOAD"; setgid0; setuid0; execl"/bin/sh","sh","-c","chown 0:0 /tmp/xxxx; /bin/chmod +xs /tmp/xxxx",NULL; EOF cat xxxx.c EOF int mainvoid setgid0; setuid0; //...

5.8AI score
SaveExploits0
zdt
zdt
added 2008/11/15 12:0 a.m.126 views

Sudo <= 1.6.9p18 (Defaults setenv) Local Privilege Escalation Exploit

Exploit for multiple platform in category local exploits ===================================================================== Sudo "Defaults setenv" so environ vars are preserved : program.c include include include void init if !geteuid unsetenv"LDPRELOAD"; setgid0; setuid0;...

6.9AI score
SaveExploits0
Gentoo Linux
Gentoo Linux
added 2008/10/07 12:0 a.m.27 views

WordNet: Execution of arbitrary code

Background WordNet is a large lexical database of English. Description Jukka Ruohonen initially reported a boundary error within the searchwn function in src/wn.c. A thorough investigation by the oCERT team revealed several other vulnerabilities in WordNet: Jukka Ruohonen and Rob Holland oCERT...

10CVSS7.4AI score0.04429EPSS
SaveExploits2
OpenVAS
OpenVAS
added 2008/09/24 12:0 a.m.11 views

Gentoo Security Advisory GLSA 200711-12 (tomboy)

The remote host is missing updates announced in advisory GLSA 200711-12. SPDX-FileCopyrightText: 2008 E-Soft Inc. 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...

6.9CVSS6.5AI score0.00481EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2008/09/24 12:0 a.m.24 views

Gentoo Security Advisory GLSA 200711-12 (tomboy)

The remote host is missing updates announced in advisory GLSA 200711-12. OpenVAS Vulnerability Test $ Description: Auto generated from Gentoo's XML based advisory Authors: Thomas Reinke Copyright: Copyright c 2008 E-Soft Inc. http://www.securityspace.com Text descriptions are largely excerpted fr...

6.9CVSS0.3AI score0.00481EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2008/09/24 12:0 a.m.15 views

Gentoo Security Advisory GLSA 200801-14 (blam)

The remote host is missing updates announced in advisory GLSA 200801-14. SPDX-FileCopyrightText: 2008 E-Soft Inc. 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...

6.9CVSS6.5AI score0.00481EPSS
SaveExploits0References2
myhack58
myhack58
added 2008/09/14 12:0 a.m.15 views

Provide the right to use a skills-vulnerability warning-the black bar safety net

Author: xi4oyu A linux mention of the right to use the tips, release to full when looking for a job to save RP. OK, under normal circumstances, we in the implementation of the bash script, there is an implementation process in which there is a little more important:if BASHENV is set, it will...

7.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2008/09/04 5:41 p.m.21 views

CVE-2008-3908

Multiple buffer overflows in Princeton WordNet wn 3.0 allow context-dependent attackers to execute arbitrary code via 1 a long argument on the command line; a long 2 WNSEARCHDIR, 3 WNHOME, or 4 WNDBVERSION environment variable; or 5 a user-supplied dictionary aka data file. NOTE: since WordNet...

10CVSS6.3AI score0.04429EPSS
SaveExploits0References1
Rows per page
Query Builder