Cyber Posture

CVE-2026-27854

Medium

Published: 31 March 2026

Published
31 March 2026
Modified
14 April 2026
KEV Added
Patch
CVSS Score 4.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L
EPSS Score 0.0001 0.8th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-27854 is a medium-severity Use After Free (CWE-416) vulnerability in Powerdns Dnsdist. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 0.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the use-after-free vulnerability in DNSdist by applying vendor patches from the PowerDNS security advisory.

prevent

Provides memory protection mechanisms that prevent unauthorized access to freed memory, mitigating use-after-free exploitation in DNSdist's Lua processing.

prevent

Limits DNSdist to least functionality by disabling or restricting non-essential custom Lua scripting that invokes the vulnerable DNSQuestion:getEDNSOptions method.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Vuln in public-facing DNSdist enables remote exploitation via crafted DNS queries for DoS (crash) via memory corruption; directly maps to T1190 (public-facing app) and T1499.004 (app exploitation for DoS).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

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…

more

been modified, thus triggering a use-after-free and potentially a crash resulting in denial of service.

Deeper analysisAI

CVE-2026-27854 is a use-after-free vulnerability (CWE-416) affecting DNSdist, a DNS load balancer. The issue arises when custom Lua code invokes the DNSQuestion:getEDNSOptions method on a DNS packet that has been modified after initial processing. An attacker can trigger this by sending crafted DNS queries, leading to a reference to freed memory.

A remote, unauthenticated attacker can exploit this vulnerability over the network with no user interaction required, though it demands high attack complexity (CVSS:3.1 score of 4.8; AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L). Exploitation may result in a process crash, causing a denial of service, with potential low-impact confidentiality exposure due to the memory corruption.

Mitigation details are available in the PowerDNS security advisory for dnsdist at https://www.dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2026-02.html.

Details

CWE(s)

Affected Products

powerdns
dnsdist
1.9.0 — 1.9.12 · 2.0.0 — 2.0.3

CVEs Like This One

CVE-2026-24030Same product: Powerdns Dnsdist
CVE-2026-33598Same product: Powerdns Dnsdist
CVE-2026-24028Same product: Powerdns Dnsdist
CVE-2026-33597Same product: Powerdns Dnsdist
CVE-2026-27853Same product: Powerdns Dnsdist
CVE-2026-33602Same product: Powerdns Dnsdist
CVE-2026-33593Same product: Powerdns Dnsdist
CVE-2026-33595Same product: Powerdns Dnsdist
CVE-2026-33599Same product: Powerdns Dnsdist
CVE-2026-33254Same product: Powerdns Dnsdist

References