CVE Vulnerabilities

CVE-2026-3593

Use After Free

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

A use-after-free vulnerability exists within the DNS-over-HTTPS implementation. This issue affects BIND 9 versions 9.20.0 through 9.20.22, 9.21.0 through 9.21.21, and 9.20.9-S1 through 9.20.22-S1. BIND 9 versions 9.18.0 through 9.18.48 and 9.18.11-S1 through 9.18.48-S1 are NOT affected.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

NameVendorStart VersionEnd Version
BindIsc9.20.0 (including)9.20.23 (excluding)
BindIsc9.21.0 (including)9.21.22 (excluding)
Red Hat Hardened ImagesRedHatbind-main-9.18.48-1.1.hum1*
Bind9Ubuntudevel*
Bind9Ubuntuquesting*
Bind9Ubunturesolute*
Bind9Ubuntuupstream*

Potential Mitigations

References