noepeer
behavior.
ntpd
can be vulnerable to Sybil attacks. If a system is set up to use a trustedkey and if one is not using the feature introduced in ntp-4.2.8p6 allowing an optional 4th field in the ntp.keys
file to specify which IPs can serve time, a malicious authenticated peer -- i.e. one where the attacker knows the private symmetric key -- can create arbitrarily-many ephemeral associations in order to win the clock selection of ntpd
and modify a victim's clock. Two additional protections are offered in ntp-4.2.8p11. One is the noepeer
directive, which disables symmetric passive ephemeral peering. The other extends the functionality of the 4th field in the ntp.keys
file to include specifying a subnet range.
noepeer
directive to prohibit symmetric passive ephemeral associations.
ippeerlimit
directive to limit the number of peer associations from an IP.
ntpd
instances.
noepeer
processing was reported by Martin Burnicki of Meinberg.