CVE-2026-52863
Received Received - Intake

Memory Corruption in NLnet Labs Unbound

Vulnerability report for CVE-2026-52863, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-22

Last updated on: 2026-07-22

Assigner: NLnet Labs

Description

In NLnet Labs Unbound 1.25.0 up to and including 1.25.1, a fix that makes the 'respip' and 'dns64' modules work together, creates a shallow copy of the view name in effect that could lead to memory corruption if the owner of the original view name is jostled out when Unbound is under pressure. Unbound needs to be configured with one of 'respip'/'rpz' modules, together with a module that can attach subqueries (respip CNAME redirection, dns64, subnetcache) and a configured 'access-control-view' while Unbound is under pressure so that joslte logic kicks in and starts dropping slow queries. The subquery is getting a shallow copy of the view name and if the super query which owns the view name is jostled out, memory corruption can occur. Likelihood of a crash is low, since it relies heavily on the underlying memory allocator and the memory layout. Debug memory builds (e.g., ASAN) that catch the free terminate the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-22
Last Modified
2026-07-22
Generated
2026-07-22
AI Q&A
2026-07-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
nlnet_labs unbound to 1.25.1 (inc)
nlnet_labs unbound 1.25.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects NLnet Labs Unbound DNS software versions 1.25.0 and 1.25.1. It occurs when the 'respip' and 'dns64' modules are used together. Under memory pressure, a shallow copy of the view name is created. If the original view name's owner is removed, memory corruption can happen, potentially causing a crash.

Detection Guidance

Check Unbound version with 'unbound -V'. If running 1.25.0 or 1.25.1, verify if 'respip' or 'dns64' modules are enabled in configuration. Monitor for crashes or memory corruption errors in logs, especially under high load.

Impact Analysis

The impact is limited but possible. It may cause Unbound DNS server crashes under specific conditions: when using 'respip' or 'rpz' modules with a subquery module like dns64, and an 'access-control-view' setting. The crash likelihood is low but higher in debug builds like ASAN.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a memory corruption issue in DNS software. However, if exploited, it could lead to service disruption or crashes, potentially impacting availability of DNS services which may indirectly affect compliance with uptime requirements in regulated environments.

Mitigation Strategies

Upgrade Unbound to version 1.25.2 or later. If upgrading is not possible, apply the manual patch provided by NLnet Labs. Disable 'respip' or 'dns64' modules if not required. Monitor system logs for memory corruption errors.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52863. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart