In BIND 9.10.0 -> 9.11.21, 9.12.0 -> 9.16.5, 9.17.0 -> 9.17.3, also affects 9.10.5-S1 -> 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker that can reach a vulnerable system with a specially crafted query packet can trigger a crash. To be vulnerable, the system must: * be running BIND that was built with –enable-native-pkcs11 * be signing one or more zones with an RSA key * be able to receive queries from a possible attacker
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.10.0 (including) | 9.11.21 (including) |
Bind | Isc | 9.12.1 (including) | 9.16.5 (including) |
Bind | Isc | 9.17.0 (including) | 9.17.3 (including) |
Red Hat Enterprise Linux 7 | RedHat | bind-32:9.11.4-26.P2.el7_9.2 | * |
Red Hat Enterprise Linux 7.6 Extended Update Support | RedHat | bind-32:9.9.4-74.el7_6.5 | * |
Red Hat Enterprise Linux 7.7 Extended Update Support | RedHat | bind-32:9.11.4-9.P2.el7_7.3 | * |
Red Hat Enterprise Linux 8 | RedHat | bind-32:9.11.20-5.el8 | * |
Red Hat Enterprise Linux 8 | RedHat | bind-32:9.11.20-5.el8 | * |
Bind9 | Ubuntu | bionic | * |
Bind9 | Ubuntu | devel | * |
Bind9 | Ubuntu | focal | * |
Bind9 | Ubuntu | trusty | * |
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.