Skip to main content

Hickory DNS Recursor EUVDEUVD-2026-25687

| CVE-2026-42254 MEDIUM
Use of Incorrectly-Resolved Name or Reference (CWE-706)
2026-04-26 mitre
4.0
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.0 MEDIUM
AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

6
Patch released
Apr 27, 2026 - 18:57 nvd
Patch available
Patch available
Apr 26, 2026 - 05:01 EUVD
Analysis Generated
Apr 26, 2026 - 03:30 vuln.today
EUVD ID Assigned
Apr 26, 2026 - 03:00 euvd
EUVD-2026-25687
Analysis Generated
Apr 26, 2026 - 03:00 vuln.today
CVE Published
Apr 26, 2026 - 02:38 nvd
MEDIUM 4.0

DescriptionCVE.org

Hickory DNS hickory-recursor 0.1 through 0.25.2 allows cross-zone poisoning because cached data is not directly associated with a query that triggered a response.

AnalysisAI

Hickory DNS recursor versions 0.1 through 0.25.2 allow cross-zone DNS poisoning attacks due to cached DNS responses not being directly associated with the query that triggered them, enabling attackers to inject malicious DNS records across zone boundaries and potentially redirect traffic to attacker-controlled servers without user interaction or authentication.

Technical ContextAI

Hickory DNS is a DNS resolver library written in Rust. The vulnerability stems from improper cache management in the recursor component (CWE-706: Use of Incorrectly-Resolved Name). DNS caching typically requires strong association between cached records and the specific query context (including query name, type, and class) to prevent poisoning. When this association is weak or absent, an attacker can craft DNS responses that cause the resolver to cache records outside their intended zone of authority. This violates DNS security principles and allows attackers to poison cached data across zone boundaries, affecting all downstream clients that rely on the recursor.

RemediationAI

Upgrade Hickory DNS to a version later than 0.25.2; specific patched version not confirmed from provided data, so verify latest release at https://github.com/hickory-dns/hickory-dns/releases. As an interim compensating control, restrict DNS recursor access to trusted internal networks only by implementing network ACLs limiting queries to authorized subnets, reducing attack surface from untrusted external sources. Alternatively, use DNSSEC validation if supported by the deployment to cryptographically verify DNS responses, mitigating the risk of accepted poisoned records - note this introduces computational overhead. Disable recursive queries if the recursor is only meant to serve authoritative responses, further limiting attack scope. Monitor DNS query logs and cache hit rates for anomalies indicating poisoning attempts (e.g., unexpected cross-zone responses).

Share

EUVD-2026-25687 vulnerability details – vuln.today

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