Case-Insensitive Response Compression May Cause Problems With Mixed-Case Data and Non-Conforming Clients
  • 10 May 2023
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Case-Insensitive Response Compression May Cause Problems With Mixed-Case Data and Non-Conforming Clients

  • Dark
    Light
  • PDF

Article Summary

BIND releases beginning with BIND 9.9.5, 9.8.7, and 9.6-ESV-R11 include a fix which we would like to highlight for your attention, as one customer has experienced an operational issue as a result of what might look, from the notes, like a completely innocuous change:

#3645. [protocol] Use case sensitive compression when responding to queries. [RT #34737]

This change was made to bring BIND into compliance with RFC 1034, which states:

By convention, domain names can be stored with arbitrary case, but domain name comparisons for all present domain functions are done in a case-insensitive manner, assuming an ASCII character set, and a high order zero bit.  This means that you are free to create a node with label "A" or a node with label "a", but not both as brothers; you could refer to either using "a" or "A".

When you receive a domain name or label, you should preserve its case.

Change #3645 was present in the precursor development releases for 9.9.5 et al but we received no reports of problems during the alpha and beta test periods. We still believe the change is correct in terms of compliance with the RFC, and BIND has been performing case-preserving compression for zone transfers for years without issue -- this change affects the data returned by regular queries. However, we have learned of a case where a customer whose DNS data included both upper-case and lower-case representations of identical names experienced operational problems with client appliance devices that did not correctly implement the corresponding part of the paragraph above; that is, that domain name comparisons be done in a case-insensitive manner.

Case was not previously being preserved by the server when compression was being used and as a result change #3645 had the effect in this customer's environment of causing a different reply to be returned by BIND 9.9.5 et al. In conjunction with the case-sensitivity of the misbehaving client devices, an operational issue was created by this mismatch. Operators encountering similar issues should be able to correct them by providing the exact case expected by client devices in their zone data (both in the domain names themselves and in references to those names in records of type NS, MX, SRV, CNAME, and other record types which use a domain name as their data.)



Change #3731 introduces the "no-case-compress" ACL, which can override the default to ensure case-insensitive compression is used for responses to specified clients.)