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

(racoon 586) Fw: bypassing authentication when using DNS(SEC)



--- Begin Message ---
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 ---