--- Begin Message ---
- To: Michal Ludvig <michal@logix.cz>, itojun@kame.net
- Subject: bypassing authentication when using DNS(SEC)
- From: Thomas Walpuski <thomas@unproved.org>
- Date: Wed, 21 Jul 2004 10:43:48 +0000
- Cc: ipsec-tools-core@lists.sourceforge.net
- Delivery-date: Wed Jul 21 19:39:50 2004
- User-agent: Mutt/1.3.28i
Why does racoon only print an error, if it encounters invalid, i.e. untrusted, RR? Take a look at getcertsbyname.c: #ifdef DNSSEC_DEBUG if (!(rr->rri_flags & LWRDATA_VALIDATED)) printf("rr is not valid"); #endif A sophisticated attacker should be able to bypass the authentication [if DNS(SEC) should be used] with some DNS spoofing. Thomas Walpuski
--- End Message ---