Skip to content
  • Diego Fronza's avatar
    Fixed rebinding protection bug when using forwarder setups · cf7b0de1
    Diego Fronza authored and Ondřej Surý's avatar Ondřej Surý committed
    BIND wasn't honoring option "deny-answer-aliases" when configured to
    forward queries.
    
    Before the fix it was possible for nameservers listed in "forwarders"
    option to return CNAME answers pointing to unrelated domains of the
    original query, which could be used as a vector for rebinding attacks.
    
    The fix ensures that BIND apply filters even if configured as a forwarder
    instance.
    
    (cherry picked from commit af6a4de3)
    cf7b0de1