CVE-2017-9109
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 · uneditedAn issue was discovered in adns before 1.5.2. It fails to ignore apparent answers before the first RR that was found the first time. when this is fixed, the second answer scan finds the same RRs at the first. Otherwise, adns can be confused by interleaving answers for the CNAME target, with the CNAME itself. In that case the answer data structure (on the heap) can be overrun. With this fixed, it prefers to look only at the answer RRs which come after the CNAME, which is at least arguably correct.
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 confidenceHeap buffer overflow vulnerability in adns DNS client library (versions before 1.5.2). The library fails to properly ignore answers appearing before the first resource record found during initial scanning, allowing interleaved CNAME answers to corrupt heap-allocated answer data structures.
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= 31= 32< 1.5.2= 15.1CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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.
-
Verify adns library is installedCheck for adns packages using your package manager. On RPM systems: rpm -qa | grep -i adns. On Debian: dpkg -l | grep -i adns. Also check for linked libraries: ldd /path/to/your/application | grep adnsAffected if adns library is present on the system
-
Determine installed adns versionRun: rpm -q adns or dpkg -s adns, or check the library file directly: rpm -ql adns | grep so, then read the version from the package name or use adnsresfilter --version if availableAffected if Version is less than 1.5.2, or the package is from Fedora 31/32 or OpenSUSE Leap 15.1 without a fixed version
-
Identify applications using adnsSearch for binaries or services linked to adns: grep -r "libadns" /proc/*/maps 2>/dev/null, or scan running processes and check their library dependencies with ldd on their executablesAffected if Any application that performs DNS lookups is linked against the adns library
-
Check if DNS queries can receive CNAME responsesReview application configuration or network environment. CNAME records are most likely when DNS involves aliases (multiple hostnames pointing to the same IP). Monitor DNS traffic or check domain configurations for CNAME records pointing to your queried domainsAffected if The application queries DNS names that have CNAME records in the response path, enabling the interleaved CNAME trigger condition
You are affected if adns library version is below 1.5.2 AND your applications using adns query DNS names that could receive CNAME responses.
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 · scoped1.5.2
Upgrade adns to version 1.5.2 or later, which properly validates and bounds answer resource records to only those appearing after the CNAME.
adns 1.5.2 or later
- Identify the adns package installed on the system using the package manager (e.g., dnf for Fedora, zypper for openSUSE Leap)
- Update the package index to ensure latest packages are available
- Upgrade the adns package to version 1.5.2 or later
- Verify the installed version matches or exceeds 1.5.2 using: rpm -q adns or dpkg -l adns
- Restart any services that depend on adns to ensure the patched library is loaded
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,648.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-9109 — 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-2017-9109 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