LRZ: Email-Archive am LRZ

win-sec-ssc-l@lists.lrz-muenchen.de


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

[FreeBSD] Schwachstelle im FreeBSD Telnet Daemon - FreeBSD-SA-09:05.telnetd



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Liebe Kolleginnen und Kollegen,

soeben erreichte uns nachfolgende Warnung des FreeBSD Security
Officers.Wir geben diese Informationen unveraendert an Sie weiter.

  Schwachstelle im FreeBSD Telnet Daemon

  Aufgrund von Aenderungen bei der Behandlung von Environment-Variablen
  in FreeBSD funktioniert der Code zum Entfernen von Environment
  Variablen fuer Subprozesse im Telnet Daemon nicht mehr.
  FreeBSD enthaelt eine Schwachstelle im Telnet Server. Ein lokaler
  Angreifer kann durch geeignetes Praeparieren der LD_PRELOAD
  Umgebungsvariable beliebige Dateien mit den Rechten des Telnet Daemons
  (im allgemeinen Root) ausfuehren.

  Bitte beachten sie dass bereits ein Exploit fuer diese Schwachstelle
  veroeffentlicht wurde.

Betroffen sind die folgenden Software Pakete und Plattformen:

  Paket contrib

  FreeBSD 7.x Versionen vor den folgenden Erscheinungsdaten
  2009-02-16 21:56:17 UTC (RELENG_7, 7.1-STABLE)
  2009-02-16 21:56:17 UTC (RELENG_7_1, 7.1-RELEASE-p3)
  2009-02-16 21:56:17 UTC (RELENG_7_0, 7.0-RELEASE-p10)
  

Vom Hersteller werden ueberarbeitete Pakete zur Verfuegung gestellt.

Hersteller Advisory:
  http://security.FreeBSD.org/advisories/FreeBSD-SA-09:05.telnetd.asc


(c) der deutschen Zusammenfassung bei DFN-CERT Services GmbH; die
Verbreitung, auch auszugsweise, ist nur unter Hinweis auf den Urheber,
DFN-CERT Services GmbH, und nur zu nicht kommerziellen Zwecken
gestattet.

Mit freundlichen Gruessen,
   Michael Groening, DFN-CERT
- -- 

Michael Groening (Incident Response Team), +49 40 808077-555

DFN-CERT Services GmbH, https://www.dfn-cert.de,  Phone  +49 40 808077-555
Sitz / Register: Hamburg, AG Hamburg, HRB 88805,  Ust-IdNr.:  DE 232129737
Sachsenstrasse 5, 20097 Hamburg/Germany,  CEO: Dr. Klaus-Peter Kossakowski

Automatische Warnmeldungen                https://www.cert.dfn.de/autowarn


- -----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:        FreeBSD 7.x
Corrected:      2009-02-16 21:56:17 UTC (RELENG_7, 7.1-STABLE)
                2009-02-16 21:56:17 UTC (RELENG_7_1, 7.1-RELEASE-p3)
                2009-02-16 21:56:17 UTC (RELENG_7_0, 7.0-RELEASE-p10)

For general information regarding FreeBSD Security Advisories,
including descriptions of the fields above, security branches, and the
following sections, please visit <URL:http://security.FreeBSD.org/>.

I.   Background

The FreeBSD telnet daemon, telnetd(8), implements the server side of the
TELNET virtual terminal protocol.  It has been disabled by default in
FreeBSD since August 2001, and due to the lack of cryptographic security
in the TELNET protocol, it is strongly recommended that the SSH protocol
be used instead.  The FreeBSD telnet daemon can be enabled via the
/etc/inetd.conf configuration file and the inetd(8) daemon.

The TELNET protocol allows a connecting client to specify environment
variables which should be set in any created login session; this is used,
for example, to specify terminal settings.

II.  Problem Description

In order to prevent environment variable based attacks, telnetd(8) "scrubs"
its environment; however, recent changes in FreeBSD's environment-handling
code rendered telnetd's scrubbing inoperative, thereby allowing potentially
harmful environment variables to be set.

III. Impact

An attacker who can place a specially-constructed file onto a target system
(either by legitimately logging into the system or by exploiting some other
service on the system) can execute arbitrary code with the privileges of
the user running the telnet daemon (usually root).

IV.  Workaround

No workaround is available, but systems which are not running the telnet
daemon are not vulnerable.

V.   Solution

Perform one of the following:

1) Upgrade your vulnerable system to 7-STABLE, or to the RELENG_7_1 or
RELENG_7_0 security branch dated after the correction date.

2) To patch your present system:

The following patches have been verified to apply to FreeBSD 7.0 and 7.1
systems.

a) Download the relevant patch from the location below, and verify the
detached PGP signature using your PGP utility.

# fetch http://security.FreeBSD.org/patches/SA-09:05/telnetd.patch
# fetch http://security.FreeBSD.org/patches/SA-09:05/telnetd.patch.asc

b) Execute the following commands as root:

# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/lib/libtelnet
# make obj && make depend && make
# cd /usr/src/libexec/telnetd
# make obj && make depend && make && make install

VI.  Correction details

The following list contains the revision numbers of each file that was
corrected in FreeBSD.

CVS:

Branch                                                           Revision
  Path
- - -------------------------------------------------------------------------
RELENG_7
  src/contrib/telnet/telnetd/sys_term.c                         1.18.22.1
RELENG_7_1
  src/UPDATING                                             1.507.2.13.2.6
  src/sys/conf/newvers.sh                                    1.72.2.9.2.7
  src/contrib/telnet/telnetd/sys_term.c                         1.18.30.2
RELENG_7_0
  src/UPDATING                                             1.507.2.3.2.14
  src/sys/conf/newvers.sh                                   1.72.2.5.2.14
  src/contrib/telnet/telnetd/sys_term.c                         1.18.26.1
- - -------------------------------------------------------------------------

Subversion:

Branch/path                                                      Revision
- - -------------------------------------------------------------------------
stable/7/                                                         r188699
releng/7.1/                                                       r188699
releng/7.0/                                                       r188699
- - -------------------------------------------------------------------------

VII. References

http://lists.grok.org.uk/pipermail/full-disclosure/2009-February/067954.html

The latest revision of this advisory is available at
http://security.FreeBSD.org/advisories/FreeBSD-SA-09:05.telnetd.asc
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkmZ5xkACgkQFdaIBMps37L1/gCgid6+mQr/h3kHKq6bUL8TW+St
TBUAoIFSFbE0PsTtt1nrwlSAZwvvDL0s
=y6p4
- -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFJnCsdk0kIxZMiiQ8RAoNhAKC7E1qSQWV2T63Ck85Th4CllnuU2ACgpFKi
2gLseiAFJeArUTsxIx+kVs4=
=0yuY
-----END PGP SIGNATURE-----

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]