Skip to main content

PowerDNS dnsdist EUVDEUVD-2026-39348

| CVE-2026-40209 MEDIUM
Missing Release of Resource after Effective Lifetime (CWE-772)
2026-06-25 security@open-xchange.com GHSA-c5m7-ppm5-wp5g
5.3
CVSS 3.1 · Vendor: open-xchange
Share

Severity by source

Vendor (open-xchange) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
vuln.today AI
5.3 MEDIUM

Network-accessible with no authentication required; impact is availability-only and conditional on resource exhaustion, making A:L appropriate over A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
SUSE
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Primary rating from Vendor (open-xchange).

CVSS VectorVendor: open-xchange

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Lifecycle Timeline

2
Patch available
Jun 25, 2026 - 14:16 EUVD
Analysis Generated
Jun 25, 2026 - 13:32 vuln.today

DescriptionCVE.org

An attacker might be able to cause outgoing TCP connections to backend to be stuck until a timeout occurs instead of being released immediately, by sending IXFR queries. This could be used to cause a denial of service if there is a limit to the number of concurrent connections to this backend, or if the process runs out of file descriptors.

AnalysisAI

TCP connection resource leak in PowerDNS dnsdist allows remote unauthenticated attackers to exhaust backend TCP connection capacity by sending IXFR (Incremental Zone Transfer) queries. Affected dnsdist instances fail to promptly release outgoing TCP connections to backends after IXFR processing, leaving them open until OS-level timeout; under sustained query volume this can exhaust the backend's concurrent connection limit or the dnsdist process's file descriptor table. No public exploit has been identified at time of analysis, and no CISA KEV listing exists, but the AV:N/AC:L/PR:N attack surface makes the trigger trivially automatable from the internet.

Technical ContextAI

dnsdist is a high-performance DNS load balancer and proxy developed by PowerDNS (Open-Xchange) that distributes incoming DNS queries across one or more backend resolvers or authoritative servers. IXFR (Incremental Zone Transfer) is defined in RFC 1995 as a TCP-based DNS mechanism for transferring only changed resource records between DNS servers. In this vulnerability, when dnsdist receives an IXFR query from a client, it opens a TCP connection to the configured backend to forward the request. A resource management flaw in the IXFR handling code path prevents this outgoing TCP connection from being properly closed upon query completion - instead, the socket remains in a stuck state until the operating system's TCP timeout triggers a forced teardown. This constitutes a connection-handle leak scoped to IXFR query processing. No CWE was assigned in the NVD entry, so the precise root cause class (e.g., improper resource release, missing close-on-completion logic) is not formally categorized; the behavior is consistent with CWE-404 (Improper Resource Shutdown or Release) based on the description.

RemediationAI

The primary remediation is to upgrade dnsdist to the fixed version specified in the vendor security advisory at https://www.dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2026-09.html. The exact fix version was not present in the provided input data and must be confirmed directly from that advisory before upgrading. As a compensating control prior to patching, operators should apply dnsdist ACL rules to restrict IXFR query acceptance to known, trusted source IPs (e.g., authorized zone transfer partners), preventing arbitrary internet clients from triggering the vulnerable code path; this is the highest-value short-term mitigation with minimal operational trade-off for most deployments. Additionally, raising the OS-level file descriptor limit for the dnsdist process increases the threshold required to exhaust resources, buying more time before service impact occurs, though this does not eliminate the leak. Rate-limiting IXFR queries per source IP at the dnsdist or upstream firewall layer can reduce the speed at which an attacker accumulates stuck connections. TCP keepalive tuning to shorten stuck-connection timeout windows will accelerate resource reclamation but may interfere with legitimate long-running zone transfers.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise Module for Basesystem 15 SP7 Affected
SUSE Linux Enterprise Server 15 SP7 Affected
SUSE Linux Enterprise Server 16.0 Affected

Share

EUVD-2026-39348 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy