piątek, 21 listopada 2008 
Start arrow Security Advisory arrow NetBSD arrow NetBSD-SA2004-001
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-001 Drukuj E-mail
Oceny: / 0
KiepskiBardzo dobry 
czwartek, 19 lutego 2004 - Napisał: Artur Kulda (1321 odsłon)
Topic: Insufficient packet validation in racoon IKE daemon
Version: NetBSD-current: source prior to January 17, 2004
NetBSD 1.6.2: not affected (fixed)
NetBSD 1.6.1: affected
NetBSD 1.6: affected
NetBSD-1.5.*: not affected (does not ship with racoon)
pkgsrc: packages prior to racoon-20040116a
Severity: IPsec SA/ISAKMP SA may be deleted remotely by malicious
third party
Fixed: NetBSD-current: January 17, 2004
NetBSD-1.6 branch: February 10, 2004 (1.6.2 includes the fix)
pkgsrc: racoon-20040116a corrects this issue

Abstract

NetBSD ships with the racoon(8) IKE (Internet Key Exchange) daemon.
A vulnerability was found in the code for packet validation of
"informational exchange" messages.

By sending specifically-crafted IKE packets, a malicious party could
remove an IPsec SA (those visible via setkey(8)) and/or ISAKMP SA
(secret communication channel used for communication between IKE
daemons) on the victim node.

Exploits for this issue have been circulated publicly.

Technical Details

http://www.securityfocus.com/archive/1/349756

Solutions and Workarounds

If you are not using IPSec, your system is not affected.

If you are not running the racoon(8) IKE daemon, your system is not
affected. However, we recomend you upgrade racoon so that you will
not experience problems if you enable it later.

If you are currently running racoon(8), you need to stop the old
instance of racoon(8) and run the new one.

The following instructions describe how to upgrade your racoon(8)
binaries by updating your source tree and rebuilding and
installing a new version of racoon(8).

* NetBSD-current:

Systems running NetBSD-current dated from before 2004-01-16
should be upgraded to NetBSD-current dated 2004-01-17 or later.

The following directories need to be updated from the
netbsd-current CVS branch (aka HEAD):
    crypto/dist/kame/racoon
    usr.sbin/racoon

To update from CVS, re-build, and re-install racoon:
    # cd src
    # cvs update -d -P crypto/dist/kame/racoon usr.sbin/racoon
    # cd usr.sbin/racoon

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

* NetBSD 1.6, 1.6.1:

The binary distributions of NetBSD 1.6 and 1.6.1 are vulnerable.

* Binary patch:

To apply the binary patch, perform the following steps,
replacing ARCH with the NetBSD architecture you are running
(i.e. i386):

ftp://ftp.netbsd.org/pub/NetBSD/security/patches/SA2004-001-racoon/netbsd-1-6/ARCH-racoon.tgz
cd / && tar xzvpf /path/to/ARCH-racoon.tgz

The tar file will extract a new copy of:
/usr/sbin/racoon

Then restart racoon:
/etc/rc.d/racoon restart


* Updating from sources:

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

NetBSD 1.6.2 will include the fix.

The following directories need to be updated from the
netbsd-1-6 CVS branch:
    crypto/dist/kame/racoon
    usr.sbin/racoon

To update from CVS, re-build, and re-install racoon:

    # cd src
    # cvs update -d -P -r netbsd-1-6 crypto/dist/kame/racoon \
            usr.sbin/racoon
    # cd usr.sbin/racoon

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

* pkgsrc:

If your system has racoon pkgsrc dated before 20040116a, uninstall
and upgrade to racoon-20040116a or higher.

Thanks To

Thomas Walpuski
IIJ SEIL team

Revision History

2004-02-18 Initial release

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-001.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
Ciekawostki
Fajny prompt w tcsh: set prompt = '%n@%m:%~%# '
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
2522167
Internautów od lutego 2003

Korzystamy ze statysyk