In BIND 9.8.5 -> 9.8.8, 9.9.3 -> 9.11.29, 9.12.0 -> 9.16.13, and versions BIND 9.9.3-S1 -> 9.11.29-S1 and 9.16.8-S1 -> 9.16.13-S1 of BIND 9 Supported Preview Edition, as well as release versions 9.17.0 -> 9.17.11 of the BIND 9.17 development branch, when a vulnerable version of named receives a malformed IXFR triggering the flaw described above, the named process will terminate due to a failed assertion the next time the transferred secondary zone is refreshed.
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Bind | Isc | 9.8.5 (including) | 9.8.8 (including) |
Bind | Isc | 9.9.3 (including) | 9.11.31 (excluding) |
Bind | Isc | 9.12.0 (including) | 9.16.15 (excluding) |
Bind | Isc | 9.17.0 (including) | 9.17.12 (excluding) |
Bind | Isc | 9.9.3-s1 (including) | 9.9.3-s1 (including) |
Bind | Isc | 9.9.12-s1 (including) | 9.9.12-s1 (including) |
Bind | Isc | 9.9.13-s1 (including) | 9.9.13-s1 (including) |
Bind | Isc | 9.10.5-s1 (including) | 9.10.5-s1 (including) |
Bind | Isc | 9.10.7-s1 (including) | 9.10.7-s1 (including) |
Bind | Isc | 9.11.3-s1 (including) | 9.11.3-s1 (including) |
Bind | Isc | 9.11.5-s3 (including) | 9.11.5-s3 (including) |
Bind | Isc | 9.11.5-s5 (including) | 9.11.5-s5 (including) |
Bind | Isc | 9.11.5-s6 (including) | 9.11.5-s6 (including) |
Bind | Isc | 9.11.6-s1 (including) | 9.11.6-s1 (including) |
Bind | Isc | 9.11.7-s1 (including) | 9.11.7-s1 (including) |
Bind | Isc | 9.11.8-s1 (including) | 9.11.8-s1 (including) |
Bind | Isc | 9.11.12-s1 (including) | 9.11.12-s1 (including) |
Bind | Isc | 9.11.21-s1 (including) | 9.11.21-s1 (including) |
Bind | Isc | 9.11.27-s1 (including) | 9.11.27-s1 (including) |
Bind | Isc | 9.11.29-s1 (including) | 9.11.29-s1 (including) |
Bind | Isc | 9.16.8-s1 (including) | 9.16.8-s1 (including) |
Bind | Isc | 9.16.11-s1 (including) | 9.16.11-s1 (including) |
Bind | Isc | 9.16.13-s1 (including) | 9.16.13-s1 (including) |
Red Hat Enterprise Linux 7 | RedHat | bind-32:9.11.4-26.P2.el7_9.7 | * |
Red Hat Enterprise Linux 8 | RedHat | bind-32:9.11.26-6.el8 | * |
Red Hat Enterprise Linux 8 | RedHat | bind-32:9.11.26-6.el8 | * |
Bind9 | Ubuntu | bionic | * |
Bind9 | Ubuntu | devel | * |
Bind9 | Ubuntu | esm-infra-legacy/trusty | * |
Bind9 | Ubuntu | focal | * |
Bind9 | Ubuntu | groovy | * |
Bind9 | Ubuntu | hirsute | * |
Bind9 | Ubuntu | impish | * |
Bind9 | Ubuntu | jammy | * |
Bind9 | Ubuntu | kinetic | * |
Bind9 | Ubuntu | lunar | * |
Bind9 | Ubuntu | mantic | * |
Bind9 | Ubuntu | noble | * |
Bind9 | Ubuntu | oracular | * |
Bind9 | Ubuntu | precise/esm | * |
Bind9 | Ubuntu | trusty | * |
Bind9 | Ubuntu | trusty/esm | * |
Bind9 | Ubuntu | upstream | * |
Bind9 | Ubuntu | xenial | * |
While assertion is good for catching logic errors and reducing the chances of reaching more serious vulnerability conditions, it can still lead to a denial of service. For example, if a server handles multiple simultaneous connections, and an assert() occurs in one single connection that causes all other connections to be dropped, this is a reachable assertion that leads to a denial of service.