poniedziałek, 08 września 2008 
Start arrow Security Advisory arrow FreeBSD arrow FreeBSD-SA-04:08.heimdal
Menu BSD4u
FreeBSD
OpenBSD
NetBSD
Dla *BSD
FAQ BSD4u
Forum BSDGuru.org
Security Advisory
Licencje
Images BSD
Menu ogólne
Start
Aktualności
Download
Sondy
Szukaj
Linki
Książki
About BSD4u
Info
Team BSD4u
Regulamin
Kanał #BSD4u
Kontakt
Sondy
Co sądzisz o naszym nowym Projekcie, i jak oceniasz zmianę koncepcji Projektu?
 
Popularne
Kompilacja i konfigu...
SQUID - najpopularni...
Neostrada+ i modem ...
NATowanie czyli jak ...
Upgrade systemu
Samba - serwer plikó...
Apache (konfiguracja...
Praktyczne IPFW
MRTG - statystyki ru...
CVSup - pomocny podc...
Neostrada na modemie...
Postfix z autoryzacj...
Postfix - bezpieczny...
System Portów (Kolek...
Dummynet - dzielenie...
Top Download
File icon Postfix - "Krok po kroku" v1.06573
File icon Postfix - "Krok po kroku" v1.16391
File icon PPTPd - "Prosty i szybki VPN" v1.0b6020
File icon sdi.sh3838
File icon uEagle 1.0p12960
File icon named.sh2904
File icon uEagle 0.99b2861
File icon cs.sh2777
File icon uEagle 1.02752
File icon uEagle 1.12554
Ostatnie komentarze
transparent a virus...
Dodał: grzywka18
Dnia: 2008-05-13 11:19:58
hmm
Dodał: dzibi
Dnia: 2007-12-12 10:01:14
Bez tytułu
Dodał: grzywka18
Dnia: 2007-12-11 17:46:06
Bez tytułu
Dodał: termid
Dnia: 2007-05-09 18:01:11
Bez tytułu
Dodał: sarelo33
Dnia: 2006-12-30 23:50:14
Jest ok ale..
Dodał: theviant
Dnia: 2006-11-16 08:10:05
Google

Google


Newsletter
Zapisz się na nasz newsletter, jeżeli chcesz być na bieżąco informowany o aktualnościach..




FreeBSD-SA-04:08.heimdal Drukuj E-mail
Oceny: / 0
KiepskiBardzo dobry 
czwartek, 06 maja 2004 - Napisał: Artur Kulda (1816 odsłon)
Topic: heimdal cross-realm trust vulnerability
Category: core
Module: crypto_heimdal
Announced: 2004-05-05
Credits: Heimdal project
Affects: FreeBSD 4 with Kerberos 5 installed, and FreeBSD 5
Corrected:     
        2004-05-05 19:49:41 UTC (RELENG_4, 4.10-PRERELEASE)
        2004-05-05 19:55:46 UTC (RELENG_5_2, 5.2.1-RELEASE-p6)
        2004-05-05 20:48:19 UTC (RELENG_4_10, 4.10-RELEASE-RC)
        2004-05-05 20:01:06 UTC (RELENG_4_9, 4.9-RELEASE-p6)
        2004-05-05 20:06:30 UTC (RELENG_4_8, 4.8-RELEASE-p19)

CVE Name:       CAN-2004-0371
FreeBSD only:   NO

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

I.   Background

Heimdal implements the Kerberos 5 network authentication protocols.
Principals (i.e. users and services) represented in Kerberos are
grouped into separate, autonomous realms.  Unidirectional or
bidirectional trust relationships may be established between realms to
allow the principals in one realm to recognize the authenticity of
principals in another.  These trust relationships may be transitive.
An authentication path is the ordered list of realms (and therefore
KDCs) that were involved in the authentication process.  The
authentication path is recorded in Kerberos tickets as the `transited'
field.

It is possible for the Key Distribution Center (KDC) of a realm to
forge part or all of the `transited' field.  KDCs should validate this
field before accepting authentication results, checking that each
realm in the authentication path is trusted and that the path conforms
to local policy.  Applications are required to perform this type of
checking if the KDC has not already done so.

Prior to FreeBSD 5.1, Kerberos 5 was an optional component of FreeBSD,
and was not installed by default.

II.  Problem Description

Some versions of Heimdal do not perform appropriate checking of the
`transited' field.

III. Impact

For sites that have established trust relationships with other realms,
it is possible for the administrator(s) of those other realms to
impersonate any Kerberos principal in any other realm.

IV.  Workaround

Disable all inter-realm trust relationships.  The Heimdal advisory
listed in the References section below provides details for checking
for trust relationships and disabling them.

V.   Solution

Perform one of the following:

1) Upgrade your vulnerable system to 4-STABLE; or to the RELENG_5_2,
RELENG_4_9, or RELENG_4_8 security branch dated after the correction
date.

2) To patch your present system:

The following patches have been verified to apply to FreeBSD 4.8,
4.9, 5.1, and 5.2 systems.

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

[FreeBSD 4.8, 4.9, 5.1 with Heimdal 0.5.1]
# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:08/heimdal51.patch
# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:08/heimdal51.patch.asc

[FreeBSD 5.2 with Heimdal 0.6]
# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:08/heimdal6.patch
# fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-04:08/heimdal6.patch.asc

b) Execute the following commands as root:

# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/secure/lib/libcrypto
# make obj && make depend && make
# cd /usr/src/kerberos5
# make obj && make depend && make && make install

Be sure to restart any running services that use Kerberos, such as
kdc(8) or sshd(8).  Perhaps the simplest way to ensure all such
applications are restarted is to reboot the system.

VI.  Correction details

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

Branch                                                                                    Revision
           Path
--------------------------------------------------------------------------------------

RELENG_4
src/crypto/heimdal/kdc/config.c 1.1.1.2.2.4
  src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.5
  src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.4
  src/crypto/heimdal/kdc/kerberos5.c 1.1.1.2.2.5
  src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.5
  src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.3
src/crypto/heimdal/lib/krb5/transited.c 1.1.1.3.2.3
RELENG_5_2
  src/UPDATING                                                 1.282.2.14
src/crypto/heimdal/kdc/config.c   1.1.1.7.2.1
  src/crypto/heimdal/kdc/kdc.8   1.1.1.7.2.1
  src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.6.2.1
  src/crypto/heimdal/kdc/kerberos5.c   1.1.1.8.2.1
  src/crypto/heimdal/lib/krb5/krb5-protos.h    1.1.1.9.2.1
  src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.6.6.1
  src/crypto/heimdal/lib/krb5/transited.c 1.1.1.6.2.1
src/sys/conf/newvers.sh     1.56.2.13
RELENG_4_10
src/crypto/heimdal/kdc/config.c 1.1.1.2.2.3.8.1
  src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.4.8.1
  src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.3.8.1
  src/crypto/heimdal/kdc/kerberos5.c 1.1.1.2.2.4.8.1
  src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.4.8.1
  src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.10.1
  src/crypto/heimdal/lib/krb5/transited.c 1.1.1.3.2.2.8.1
RELENG_4_9
  src/UPDATING                     1.73.2.89.2.7
src/crypto/heimdal/kdc/config.c 1.1.1.2.2.3.6.1
  src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.4.6.1
  src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.3.6.1
  src/crypto/heimdal/kdc/kerberos5.c 1.1.1.2.2.4.6.1
  src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.4.6.1
  src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.8.1
  src/crypto/heimdal/lib/krb5/transited.c 1.1.1.3.2.2.6.1
src/sys/conf/newvers.sh   1.44.2.32.2.7
RELENG_4_8
  src/UPDATING       1.73.2.80.2.22
src/crypto/heimdal/kdc/config.c 1.1.1.2.2.3.4.1
  src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.4.4.1
  src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.3.4.1
  src/crypto/heimdal/kdc/kerberos5.c 1.1.1.2.2.4.4.1
  src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.4.4.1
  src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.6.1
  src/crypto/heimdal/lib/krb5/transited.c 1.1.1.3.2.2.4.1
src/sys/conf/newvers.sh   1.44.2.29.2.20

--------------------------------------------------------------------------------------

VII. References

<URL:http://www.pdc.kth.se/heimdal/advisory/2004-04-01/>


« wstecz   dalej »
Ciekawostki
Jeśli chcesz być na bieżąco z najświeższymi portami, to sprawdź http://www.freshports.org
Pobierz
FreeBSD
OpenBSD
NetBSD
DragonFlyBSD
PC-BSD
FreeSBIE LiveCD
4.4BSD Lite
Reklama M3M.pl
Domeny
Książki

FreeBSD. Księga eksperta

FreeBSD. Księga eksperta

Cena: 125.00 zł
Dodaj do koszyka


FreeBSD. Podstawy administracji systemem

FreebBSD

Cena: 64.90 zł
Dodaj do koszyka


OpenBSD. Podstawy administracji systemem

OpenBSD

Cena: 84.90 zł
Dodaj do koszyka


OpenBSD. Tworzenie firewalla za pomocą PF

Firewall PF

Cena: 44.90 zł
Dodaj do koszyka

Licznik odwiedzin
Odwiedziło już nas
2404153
Internautów od lutego 2003

Korzystamy ze statysyk