CVE-2022-3736
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 · uneditedBIND 9 resolver can crash when stale cache and stale answers are enabled, option `stale-answer-client-timeout` is set to a positive integer, and the resolver receives an RRSIG query. This issue affects BIND 9 versions 9.16.12 through 9.16.36, 9.18.0 through 9.18.10, 9.19.0 through 9.19.8, and 9.16.12-S1 through 9.16.36-S1.
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 · high confidenceThe BIND 9 DNS resolver crashes when stale cache and stale answers are enabled, the stale-answer-client-timeout option is set to a positive integer, and the resolver receives an RRSIG (Resource Record Signature) query. This combination triggers a NULL pointer dereference or similar memory error causing the resolver process to terminate, resulting in denial of service.
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>= 9.16.12, < 9.16.37>= 9.18.0, < 9.18.11>= 9.19.0, < 9.19.9= 9.16.11= 9.16.13= 9.16.14= 9.16.21= 9.16.32= 9.16.36CVSS 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
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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.
-
Identify BIND 9 versionRun 'named -v' or 'named -V' to get the installed BIND version, or check the package manager output (e.g., 'rpm -q bind', 'dpkg -l bind9').Affected if The installed version falls within >= 9.16.12 < 9.16.37, >= 9.18.0 < 9.18.11, >= 9.19.0 < 9.19.9, or equals one of: 9.16.11, 9.16.13, 9.16.14, 9.16.21, 9.16.32, 9.16.36.
-
Locate BIND configuration filesCheck for named.conf (or named.conf.include files) in /etc/, /etc/bind/, or the directory specified with '-c' option when starting named. Look for 'include' directives to find all loaded configuration files.Affected if Configuration files exist and are readable for the next checks.
-
Check stale-answer-client-timeout settingSearch configuration files for 'stale-answer-client-timeout' using 'grep -r "stale-answer-client-timeout" /etc/' or manually inspect the config. If not set, BIND defaults to 0 (disabled).Affected if The option is set to a positive integer (e.g., 'stale-answer-client-timeout 500;' or any value greater than 0).
-
Verify stale answers are enabledSearch for 'stale-answers-enable yes;' or 'stale-answers-allow-expired yes;' in configuration files. Also check for 'stale-cache-enable yes;' which may enable stale answers implicitly.Affected if Stale answers or stale cache is explicitly enabled with 'yes' or 'on'.
The environment is affected only if: (1) the BIND version is vulnerable, (2) stale-answer-client-timeout is set to a positive integer, AND (3) stale answers or stale cache is enabled. All three conditions must be true for the crash to trigger.
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 · scoped9.16.379.18.119.19.9
Upgrade to BIND 9 versions 9.16.37, 9.18.11, 9.19.9, or 9.16.37-S1 and later. Alternatively, set stale-answer-client-timeout to 0 or disable stale answers entirely as a workaround.
9.16.37 (for 9.16.x branch), 9.18.11 (for 9.18.x branch), or 9.19.9 (for 9.19.x branch)
- 1. Check your current BIND version by running 'named -v' or 'bind -v'
- 2. Identify if the 'stale-answer-client-timeout' option is configured in your named.conf (look for 'stale-answer-client-timeout <positive integer>' in the options block)
- 3. If running an affected version AND using stale-answer-client-timeout, plan for immediate upgrade
- 4. For BIND 9.16.x: upgrade to version 9.16.37
- 5. For BIND 9.18.x: upgrade to version 9.18.11
- 6. For BIND 9.19.x: upgrade to version 9.19.9
- 7. After upgrade, verify the new version is running with 'named -v'
- 8. Test DNS resolution functionality, especially RRSIG queries
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.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,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-3736 — 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-2022-3736 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