piątek, 21 listopada 2008 
Start arrow Security Advisory arrow NetBSD arrow NetBSD-SA2004-005
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 ...
Samba - serwer plikó...
Upgrade systemu
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.16697
File icon Postfix - "Krok po kroku" v1.06601
File icon PPTPd - "Prosty i szybki VPN" v1.0b6066
File icon sdi.sh3845
File icon uEagle 1.0p12963
File icon named.sh2908
File icon uEagle 0.99b2864
File icon cs.sh2785
File icon uEagle 1.02752
File icon uEagle 1.12555
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..




NetBSD-SA2004-005 Drukuj E-mail
Oceny: / 0
KiepskiBardzo dobry 
środa, 21 kwietnia 2004 - Napisał: Artur Kulda (1232 odsłon)
Topic: Denial of service vulnerabilities in OpenSSL
Version: NetBSD-current: source prior to March 22, 2004
NetBSD 2.0: branch unaffected, release will include the fix
NetBSD 1.6.2: affected
NetBSD 1.6.1: affected
NetBSD 1.6: affected
NetBSD 1.5.3: affected
NetBSD 1.5.2: affected
NetBSD 1.5.1: affected
NetBSD 1.5: affected
pkgsrc: security/openssl packages prior to 0.9.6m
Severity: lPossible denial of service, depending on the application
Fixed: NetBSD-current: March 22, 2004
NetBSD-1.6 branch: April 2, 2004 (1.6.3 will include the fix)
NetBSD-1.5 branch: April 7, 2004
pkgsrc: openssl-0.9.6m corrects this issue

Abstract

There are two distinct denial of service vulnerabilities addressed by this
advisory:

1. Null-pointer assignment during SSL handshake

A carefully crafted SSL/TLS handshake against a server which
uses the OpenSSL library may result in a crash. Depending on how
the application uses the OpenSSL library, this may result in a
denial of service.

2. Out-of-bounds read affects Kerberos ciphersuites

A second flaw in the SSL/TLS handshake could cause a server
configured to use the Kerberos ciphersuites to crash if a carefully
crafted sequence of packets is sent by an attacker.

Solutions and Workarounds

The following instructions describe how to upgrade your libcrypto and libssl
libraries by updating your source tree and rebuilding and
installing a new versions.

* NetBSD-current:

Systems running NetBSD-current dated from before 2004-03-22
should be upgraded to NetBSD-current dated 2004-03-23 or later.

The following directories need to be updated from the
netbsd-current CVS branch (aka HEAD):
    crypto/dist/openssl

To update from CVS, re-build, and re-install libcrypto and libssl
    # cd src
    # cvs update -d -P crypto/dist/openssl

    # cd lib/libcrypto
    # make USETOOLS=no cleandir dependall
    # make USETOOLS=no install
    # cd ../../lib/libssl

    # make USETOOLS=no cleandir dependall
    # make USETOOLS=no install

* NetBSD 1.6, 1.6.1, 1.6.2:

The binary distribution of NetBSD 1.6, 1.6.1 and 1.6.2 are vulnerable.

Systems running NetBSD 1.6 sources dated from before
2004-04-02 should be upgraded from NetBSD 1.6 sources dated
2004-04-03 or later.

NetBSD 1.6.3 will include the fix.

The following directories need to be updated from the
netbsd-1-6 CVS branch:
    crypto/dist/openssl

To update from CVS, re-build, and re-install libcrypto and libssl

    # cd src
    # cvs update -d -P -r netbsd-1-6 crypto/dist/openssl

    # cd lib/libcrypto
    # make USETOOLS=no cleandir dependall
    # make USETOOLS=no install

    # cd ../../lib/libssl
    # make USETOOLS=no cleandir dependall
    # make USETOOLS=no install

* NetBSD 1.5, 1.5.1, 1.5.2, 1.5.3:

The binary distribution of NetBSD 1.5 to 1.5.3 are vulnerable.

Systems running NetBSD 1.5, 1.5.1, 1.5.2, or 1.5.3 sources dated
from before 2004-04-07 should be upgraded from NetBSD 1.5.*
sources dated 2004-04-08 or later.

The following directories need to be updated from the
netbsd-1-5 CVS branch:
    crypto/dist/openssl

To update from CVS, re-build, and re-install libcrypto and libssl

    # cd src
    # cvs update -d -P -r netbsd-1-5 crypto/dist/openssl

    # cd lib/libcrypto
    # make cleandir dependall
    # make install
    # cd ../../lib/libssl

    # make cleandir dependall
    # make install

Revision History

2004-04-21 Initial release
                2004-04-25 Note USETOOLS=no in libcrypto for 1-6
                2004-06-10 Cleanup 1-6 instructions, noted by abs.

More Information
 

Advisories may be updated as new information becomes available.
The most recent version of this advisory (PGP signed) can be found at
ftp://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2004-005.txt.asc

Information about NetBSD and NetBSD security can be found at
http://www.NetBSD.org/  and http://www.NetBSD.org/Security/ .

Copyright 2004, The NetBSD Foundation, Inc. All Rights Reserved.
Redistribution permitted only in full, unmodified form.

Ostatnio aktualizowany ( sobota, 29 października 2005 )

« wstecz   dalej »
Ciekawostki
Użyj "pkg_info" by zobaczyć listę zainstalowanych programów.
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
2522331
Internautów od lutego 2003

Korzystamy ze statysyk