Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/dnsdist@2.0.4-1?distro=trixie
purl pkg:deb/debian/dnsdist@2.0.4-1?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (26)
Vulnerability Summary Aliases
VCID-1mgq-74b9-4bcg A client can trigger excessive memory allocation by generating a lot of errors responses over a single DoQ and DoH3 connection, as some resources were not properly released until the end of the connection. CVE-2026-33595
VCID-3qce-a24m-yue1 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. CVE-2026-27853
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-744k-b7s7-kbh5 A rogue backend can send a crafted SVCB response to a Discovery of Designated Resolvers request, when requested via either the autoUpgrade (Lua) option to newServer or auto_upgrade (YAML) settings. DDR upgrade is not enabled by default. CVE-2026-33599
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-7xds-447f-qufr A client might theoretically be able to cause a mismatch between queries sent to a backend and the received responses by sending a flood of perfectly timed queries that are routed to a TCP-only or DNS over TLS backend. CVE-2026-33596
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-a65j-y7z3-fudk A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum configured value, triggering an out-of-bounds write leading to a denial of service. CVE-2026-33602
VCID-afun-gxhy-rbed A client can trigger a divide by zero error leading to crash by sending a crafted DNSCrypt query. CVE-2026-33593
VCID-atx2-yc9p-g3c7 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. CVE-2026-24030
VCID-c7az-aw1f-4yah 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. CVE-2026-24029
VCID-chzq-qej6-rkdq An attacker can send a web request that causes unlimited memory allocation in the internal web server, leading to a denial of service. The internal web server is disabled by default. CVE-2026-33257
VCID-fbsf-bbw7-kyah PRSD detection denial of service CVE-2026-33597
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-gx8g-nvhj-1kak 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. CVE-2026-0397
VCID-nrex-hpxg-ekhs A client can trigger excessive memory allocation by generating a lot of queries that are routed to an overloaded DoH backend, causing queries to accumulate into a buffer that will not be released until the end of the connection. CVE-2026-33594
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-pfhu-1qdf-p7d5 An attacker can send a web request that causes unlimited memory allocation in the internal web server, leading to a denial of service. The internal web server is disabled by default. CVE-2026-33260
VCID-qc7c-1d8j-hfha A cached crafted response can cause an out-of-bounds read if custom Lua code calls getDomainListByAddress() or getAddressListByDomain() on a packet cache. CVE-2026-33598
VCID-rf53-w9k3-7ych 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. CVE-2026-24028
VCID-szpa-skfv-bygh 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. CVE-2026-27854
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
VCID-x5p9-vthx-tud8 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. CVE-2026-0396
VCID-ytdy-s1ug-dkh7 An attacker can create a large number of concurrent DoQ or DoH3 connections, causing unlimited memory allocation in DNSdist and leading to a denial of service. DOQ and DoH3 are disabled by default. CVE-2026-33254

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-23T05:38:32.274674+00:00 Debian Importer Fixing VCID-a65j-y7z3-fudk https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.241867+00:00 Debian Importer Fixing VCID-744k-b7s7-kbh5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.209779+00:00 Debian Importer Fixing VCID-qc7c-1d8j-hfha https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.178364+00:00 Debian Importer Fixing VCID-fbsf-bbw7-kyah https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.147511+00:00 Debian Importer Fixing VCID-7xds-447f-qufr https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.118132+00:00 Debian Importer Fixing VCID-1mgq-74b9-4bcg https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.088827+00:00 Debian Importer Fixing VCID-nrex-hpxg-ekhs https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.058235+00:00 Debian Importer Fixing VCID-afun-gxhy-rbed https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:32.024319+00:00 Debian Importer Fixing VCID-pfhu-1qdf-p7d5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.994058+00:00 Debian Importer Fixing VCID-chzq-qej6-rkdq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.963571+00:00 Debian Importer Fixing VCID-ytdy-s1ug-dkh7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.933172+00:00 Debian Importer Fixing VCID-szpa-skfv-bygh https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.893056+00:00 Debian Importer Fixing VCID-3qce-a24m-yue1 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.852553+00:00 Debian Importer Fixing VCID-atx2-yc9p-g3c7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.812385+00:00 Debian Importer Fixing VCID-c7az-aw1f-4yah https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.772036+00:00 Debian Importer Fixing VCID-rf53-w9k3-7ych https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.731673+00:00 Debian Importer Fixing VCID-gx8g-nvhj-1kak https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.691569+00:00 Debian Importer Fixing VCID-x5p9-vthx-tud8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.642926+00:00 Debian Importer Fixing VCID-nscz-bycw-7bhk https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.580296+00:00 Debian Importer Fixing VCID-76w9-hphz-nkg1 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.523436+00:00 Debian Importer Fixing VCID-4d91-y27h-vyft https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.467890+00:00 Debian Importer Fixing VCID-gex1-usd3-ebbc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.406396+00:00 Debian Importer Fixing VCID-5781-s1ny-q7ey https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.352451+00:00 Debian Importer Fixing VCID-vf4m-5c4v-suce https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.301634+00:00 Debian Importer Fixing VCID-8bsm-ve4h-cbeb https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-23T05:38:31.251019+00:00 Debian Importer Fixing VCID-ggta-dn3b-d3dd https://security-tracker.debian.org/tracker/data/json 38.4.0