CVE-2026-33259
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedHaving many concurrent transfers of the same RPZ can lead to inconsistent RPZ data, use after free and/or a crash of the recursor. Normally concurrent transfers of the same RPZ zone can only occur with a malfunctioning RPZ provider.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThis is a concurrency vulnerability in the PowerDNS Recursor's RPZ (Response Policy Zone) transfer handling. When a malfunctioning RPZ provider triggers many concurrent transfers of the same RPZ zone, race conditions can occur during zone transfer processing, leading to inconsistent RPZ data, use-after-free memory corruption, and potential recursor crashes.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.2.0, < 5.2.9>= 5.3.0, < 5.3.6= 5.4.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check PowerDNS Recursor versionRun 'rec_control version' or 'pdns_recursor --version' to obtain the installed version numberAffected if The version falls within >= 5.2.0 and < 5.2.9, >= 5.3.0 and < 5.3.6, or equals 5.4.0
-
Verify RPZ is configuredInspect the recursor configuration for any 'rpz' or 'response-policy-zone' settings. Common locations include the main config file or included configuration directoriesAffected if One or more RPZ zones are configured and loaded by the recursor
-
Identify RPZ providersReview the RPZ configuration to determine which providers are in use. Look for primary/secondary addresses or URLs configured for each RPZ zoneAffected if External RPZ providers are configured, especially if they are third-party or internet-facing
-
Check for crash logs or instabilityExamine recursor logs and system logs (such as journalctl for pdns-recursor) for recent crashes, use-after-free errors, or assertions related to RPZ processingAffected if Recent crashes or error messages mention RPZ transfer handling, memory corruption, or race conditions
-
Review transfer activityCheck logs for patterns of excessive or anomalous RPZ zone transfer requests occurring in short time periodsAffected if Logs show many concurrent or overlapping transfer attempts for the same RPZ zone
A user is affected if PowerDNS Recursor is running an unpatched version (5.2.0-5.2.8, 5.3.0-5.3.5, or 5.4.0) with RPZ configured and a malfunctioning provider is triggering concurrent transfers.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped5.2.95.3.6
Ensure the RPZ provider is functioning correctly and not generating spurious concurrent transfer requests; also upgrade to a patched version of PowerDNS Recursor when available.
Upgrade to Recursor 5.2.9, 5.3.6, or 5.4.1 (latest stable release)
- 1. Identify the current PowerDNS Recursor version by running 'rec_control version' or checking your package manager
- 2. Stop the PowerDNS Recursor service (e.g., 'systemctl stop pdns-recursor' or 'service pdns-recursor stop')
- 3. Backup your Recursor configuration files (typically in /etc/pdns-recursor/) and any custom RPZ configurations
- 4. Upgrade the PowerDNS Recursor package to version 5.2.9, 5.3.6, or 5.4.1 depending on your current major version branch
- 5. Verify the installed version matches the expected fixed release
- 6. Review and restore any custom configuration if needed
- 7. Start the PowerDNS Recursor service (e.g., 'systemctl start pdns-recursor' or 'service pdns-recursor start')
- 8. Monitor logs for any errors and verify normal operation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,936.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-33259 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-33259 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data