Bug 2481339
| Summary: | CVE-2026-3039 dhcp: BIND 9 server memory exhaustion during GSS-API TKEY negotiation [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sandipan Roy <saroy> |
| Component: | dhcp | Assignee: | Martin Osvald 🛹 <mosvald> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | fhrdina, jorton, mosvald, pavel, pemensik |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | {"flaws": ["39a17c4f-3d14-45ff-8c77-76b4e32e2e7a"]} | ||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-05-28 05:52:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2479767 | ||
|
Description
Sandipan Roy
2026-05-26 03:46:27 UTC
ISC DHCP is not affected. This is a BIND server-side issue. The ISC DHCP server does not natively support GSS-API TKEY negotiation / GSS-TSIG for DDNS updates. It supports standard TSIG-based DDNS updates to DNS servers like BIND, but not Kerberos/GSS-TSIG negotiation used commonly with Microsoft Active Directory secure DNS updates. ISC DHCP uses portions of the ISC BIND libraries (primarily libdns, omapi, and libisccfg) only to support DDNS (TSIG support, DNS message construction/parsing, DHCID generation), OMAPI related operations, basic functions (configuration handling, data structures, logging, networking primitives). |