Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/dnsdist@2.0.2-1?distro=trixie
purl pkg:deb/debian/dnsdist@2.0.2-1?distro=trixie
Next non-vulnerable version 2.0.3-1
Latest non-vulnerable version 2.0.3-1
Risk 1.6
Vulnerabilities affecting this package (7)
Vulnerability Summary Fixed by
VCID-3qce-a24m-yue1
Aliases:
CVE-2026-27853
An attacker might be able to trigger an out-of-bounds write by sending crafted DNS responses to a DNSdist using the DNSQuestion:changeName or DNSResponse:changeName methods in custom Lua code. In some cases the rewritten packet might become larger than the initial response and even exceed 65535 bytes, potentially leading to a crash resulting in denial of service.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-atx2-yc9p-g3c7
Aliases:
CVE-2026-24030
An attacker might be able to trick DNSdist into allocating too much memory while processing DNS over QUIC or DNS over HTTP/3 payloads, resulting in a denial of service. In setups with a large quantity of memory available this usually results in an exception and the QUIC connection is properly closed, but in some cases the system might enter an out-of-memory state instead and terminate the process.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-c7az-aw1f-4yah
Aliases:
CVE-2026-24029
When the early_acl_drop (earlyACLDrop in Lua) option is disabled (default is enabled) on a DNS over HTTPs frontend using the nghttp2 provider, the ACL check is skipped, allowing all clients to send DoH queries regardless of the configured ACL.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-gx8g-nvhj-1kak
Aliases:
CVE-2026-0397
When the internal webserver is enabled (default is disabled), an attacker might be able to trick an administrator logged to the dashboard into visiting a malicious website and extract information about the running configuration from the dashboard. The root cause of the issue is a misconfiguration of the Cross-Origin Resource Sharing (CORS) policy.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-rf53-w9k3-7ych
Aliases:
CVE-2026-24028
An attacker might be able to trigger an out-of-bounds read by sending a crafted DNS response packet, when custom Lua code uses newDNSPacketOverlay to parse DNS packets. The out-of-bounds read might trigger a crash, leading to a denial of service, or access unrelated memory, leading to potential information disclosure.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-szpa-skfv-bygh
Aliases:
CVE-2026-27854
An attacker might be able to trigger a use-after-free by sending crafted DNS queries to a DNSdist using the DNSQuestion:getEDNSOptions method in custom Lua code. In some cases DNSQuestion:getEDNSOptions might refer to a version of the DNS packet that has been modified, thus triggering a use-after-free and potentially a crash resulting in denial of service.
2.0.3-1
Affected by 0 other vulnerabilities.
VCID-x5p9-vthx-tud8
Aliases:
CVE-2026-0396
An attacker might be able to inject HTML content into the internal web dashboard by sending crafted DNS queries to a DNSdist instance where domain-based dynamic rules have been enabled via either DynBlockRulesGroup:setSuffixMatchRule or DynBlockRulesGroup:setSuffixMatchRuleFFI.
2.0.3-1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (8)
Vulnerability Summary Aliases
VCID-4d91-y27h-vyft In some circumstances, when DNSdist is configured to use the nghttp2 library to process incoming DNS over HTTPS queries, an attacker might be able to cause a denial of service by crafting a DoH exchange that triggers an unbounded I/O read loop, causing an unexpected consumption of CPU resources. CVE-2025-30187
VCID-5781-s1ny-q7ey CVE-2023-44487
GHSA-2m7v-gc89-fjqf
GHSA-qppj-fm5r-hxr3
GHSA-vx74-f528-fxqg
GHSA-xpw8-rcwv-8f8p
GMS-2023-3377
VSV00013
VCID-76w9-hphz-nkg1 In some circumstances, when DNSdist is configured to allow an unlimited number of queries on a single, incoming TCP connection from a client, an attacker can cause a denial of service by crafting a TCP exchange that triggers an exhaustion of the stack and a crash of DNSdist, causing a denial of service. The remedy is: upgrade to the patched 1.9.10 version. A workaround is to restrict the maximum number of queries on incoming TCP connections to a safe value, like 50, via the setMaxTCPQueriesPerConnection setting. We would like to thank Renaud Allard for bringing this issue to our attention. CVE-2025-30193
VCID-8bsm-ve4h-cbeb dnsdist version 1.1.0 is vulnerable to a flaw in authentication mechanism for REST API potentially allowing CSRF attack. CVE-2017-7557
VCID-gex1-usd3-ebbc When incoming DNS over HTTPS support is enabled using the nghttp2 provider, and queries are routed to a tcp-only or DNS over TLS backend, an attacker can trigger an assertion failure in DNSdist by sending a request for a zone transfer (AXFR or IXFR) over DNS over HTTPS, causing the process to stop and thus leading to a Denial of Service. DNS over HTTPS is not enabled by default, and backends are using plain DNS (Do53) by default. CVE-2024-25581
VCID-ggta-dn3b-d3dd An issue has been found in dnsdist before 1.2.0 in the way EDNS0 OPT records are handled when parsing responses from a backend. When dnsdist is configured to add EDNS Client Subnet to a query, the response may contain an EDNS0 OPT record that has to be removed before forwarding the response to the initial client. On a 32-bit system, the pointer arithmetic used when parsing the received response to remove that record might trigger an undefined behavior leading to a crash. CVE-2016-7069
VCID-nscz-bycw-7bhk When DNSdist is configured to provide DoH via the nghttp2 provider, an attacker can cause a denial of service by crafting a DoH exchange that triggers an illegal memory access (double-free) and crash of DNSdist, causing a denial of service. The remedy is: upgrade to the patched 1.9.9 version. A workaround is to temporarily switch to the h2o provider until DNSdist has been upgraded to a fixed version. We would like to thank Charles Howes for bringing this issue to our attention. CVE-2025-30194
VCID-vf4m-5c4v-suce An issue has been found in PowerDNS DNSDist before 1.3.3 allowing a remote attacker to craft a DNS query with trailing data such that the addition of a record by dnsdist, for example an OPT record when adding EDNS Client Subnet, might result in the trailing data being smuggled to the backend as a valid record while not seen by dnsdist. This is an issue when dnsdist is deployed as a DNS Firewall and used to filter some records that should not be received by the backend. This issue occurs only when either the 'useClientSubnet' or the experimental 'addXPF' parameters are used when declaring a new backend. CVE-2018-14663

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:00:39.276488+00:00 Debian Importer Fixing VCID-nscz-bycw-7bhk https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:59:37.592965+00:00 Debian Importer Fixing VCID-8bsm-ve4h-cbeb https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:45:33.781456+00:00 Debian Importer Fixing VCID-ggta-dn3b-d3dd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:58:49.586349+00:00 Debian Importer Fixing VCID-vf4m-5c4v-suce https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:33:27.278153+00:00 Debian Importer Fixing VCID-gex1-usd3-ebbc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:43:57.345342+00:00 Debian Importer Fixing VCID-4d91-y27h-vyft https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T08:56:26.174937+00:00 Debian Importer Fixing VCID-nscz-bycw-7bhk https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:55:41.014042+00:00 Debian Importer Fixing VCID-8bsm-ve4h-cbeb https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:45:01.557102+00:00 Debian Importer Fixing VCID-ggta-dn3b-d3dd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:10:48.559670+00:00 Debian Importer Fixing VCID-vf4m-5c4v-suce https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:52:44.044660+00:00 Debian Importer Fixing VCID-gex1-usd3-ebbc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:15:27.144395+00:00 Debian Importer Fixing VCID-4d91-y27h-vyft https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:21:30.884426+00:00 Debian Importer Affected by VCID-szpa-skfv-bygh https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.869702+00:00 Debian Importer Affected by VCID-3qce-a24m-yue1 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.849686+00:00 Debian Importer Affected by VCID-atx2-yc9p-g3c7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.835065+00:00 Debian Importer Affected by VCID-c7az-aw1f-4yah https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.820390+00:00 Debian Importer Affected by VCID-rf53-w9k3-7ych https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.805478+00:00 Debian Importer Affected by VCID-gx8g-nvhj-1kak https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.791072+00:00 Debian Importer Affected by VCID-x5p9-vthx-tud8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.730766+00:00 Debian Importer Fixing VCID-76w9-hphz-nkg1 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:21:30.645349+00:00 Debian Importer Fixing VCID-5781-s1ny-q7ey https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:16:58.040306+00:00 Debian Importer Fixing VCID-nscz-bycw-7bhk https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:16:53.954338+00:00 Debian Importer Fixing VCID-8bsm-ve4h-cbeb https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:16:04.426421+00:00 Debian Importer Fixing VCID-ggta-dn3b-d3dd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:13:20.150399+00:00 Debian Importer Fixing VCID-vf4m-5c4v-suce https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:12:02.077355+00:00 Debian Importer Fixing VCID-gex1-usd3-ebbc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:09:14.429305+00:00 Debian Importer Fixing VCID-4d91-y27h-vyft https://security-tracker.debian.org/tracker/data/json 38.1.0