CVE Vulnerabilities

CVE-2021-25214

Reachable Assertion

Published: Apr 29, 2021 | Modified: Nov 07, 2023
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
4 MEDIUM
AV:N/AC:L/Au:S/C:N/I:N/A:P
RedHat/V2
RedHat/V3
Ubuntu

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.

Weakness

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.

Affected Software

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)

Extended Description

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.

Potential Mitigations

References