Ich wurde heute im IRC von rubberduck (Robert) darauf hingewiesen, dass sowohl der AVM DNS als auch der Freetz DNS für DNS-rebind Attacken anfällig sind.
Für Details siehe: http://en.wikipedia.org/wiki/DNS_rebinding
Wird dnsmasq verwendet kann das durch den Eintrag "stop-dns-rebind" in der dnsmasq.conf verhindert werden.
Spricht was dagegen, wenn wir diese Einstellung standardmäßig aufnehmen?
Gruß
Oliver
Code:--- make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf (revision 5265) +++ make/dnsmasq/files/root/etc/default.dnsmasq/dnsmasq_conf (working copy) @@ -3,6 +3,7 @@ cat << EOF domain-needed log-async=10 +stop-dns-rebind EOF [ "$DNSMASQ_BOGUSPRIV" = "yes" ] && echo "bogus-priv"


Zitieren