CVE Vulnerabilities

CVE-2026-3039

Missing Reference to Active Allocated Resource

Published: May 20, 2026 | Modified: May 21, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

BIND servers that are configured to use TKEY-based authentication via GSS-API tokens are vulnerable to excessive memory consumption when receiving and processing maliciously-constructed packets. Typically these servers will be found in Active Directory integrated DNS deployments and/or Kerberos-secured DNS environments. This issue affects BIND 9 versions 9.0.0 through 9.16.50, 9.18.0 through 9.18.48, 9.20.0 through 9.20.22, 9.21.0 through 9.21.21, 9.9.3-S1 through 9.16.50-S1, 9.18.11-S1 through 9.18.48-S1, and 9.20.9-S1 through 9.20.22-S1.

Weakness

The product does not properly maintain a reference to a resource that has been allocated, which prevents the resource from being reclaimed.

Affected Software

NameVendorStart VersionEnd Version
BindIsc9.0.0 (including)9.16.50 (including)
BindIsc9.18.0 (including)9.18.49 (excluding)
BindIsc9.20.0 (including)9.20.23 (excluding)
BindIsc9.21.0 (including)9.21.22 (excluding)
Red Hat Enterprise Linux 10RedHatbind-32:9.18.33-15.el10_2.2*
Red Hat Enterprise Linux 8RedHatbind9.16-32:9.16.23-0.22.el8_10.6*
Red Hat Enterprise Linux 8RedHatbind-32:9.11.36-16.el8_10.8*
Red Hat Enterprise Linux 8RedHatbind-32:9.11.36-16.el8_10.8*
Red Hat Enterprise Linux 9RedHatbind-32:9.16.23-40.el9_8.2*
Red Hat Enterprise Linux 9RedHatbind9.18-32:9.18.29-14.el9_8.2*
Red Hat Hardened ImagesRedHatbind-main-9.18.49-1.hum1*
Bind9Ubuntudevel*
Bind9Ubuntuesm-infra/xenial*
Bind9Ubuntujammy*
Bind9Ubuntunoble*
Bind9Ubuntuquesting*
Bind9Ubunturesolute*
Bind9Ubuntuupstream*
Bind9-libsUbuntuesm-infra/focal*
Bind9-libsUbuntujammy*
Bind9-libsUbuntuupstream*

Potential Mitigations

  • Use resource-limiting settings provided by the operating system or environment. For example, when managing system resources in POSIX, setrlimit() can be used to set limits for certain types of resources, and getrlimit() can determine how many resources are available. However, these functions are not available on all operating systems.
  • When the current levels get close to the maximum that is defined for the application (see CWE-770), then limit the allocation of further resources to privileged users; alternately, begin releasing resources for less-privileged users. While this mitigation may protect the system from attack, it will not necessarily stop attackers from adversely impacting other users.
  • Ensure that the application performs the appropriate error checks and error handling in case resources become unavailable (CWE-703).

References