CVE-2017-9103
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. pap_mailbox822 does not properly check st from adns__findlabel_next. Without this, an uninitialised stack value can be used as the first label length. Depending on the circumstances, an attacker might be able to trick adns into crashing the calling program, leaking aspects of the contents of some of its memory, causing it to allocate lots of memory, or perhaps overrunning a buffer. This is only possible with applications which make non-raw queries for SOA or RP records.
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 confidenceIn adns before 1.5.2, the pap_mailbox822 function fails to properly validate the return value from adns__findlabel_next. This causes an uninitialized stack value to be used as the first label length when parsing mailbox addresses in SOA or RP DNS records, potentially leading to memory corruption, information disclosure, or 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= 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.
-
Identify installed adns versionRun 'rpm -q adns' on Fedora/OpenSUSE, or 'adns-version' or check library version with 'ldd' on binaries using adns, or look for /usr/lib/libadns* files and check package versionAffected if Installed version is less than 1.5.2 (e.g., 1.5.0, 1.4, etc.)
-
Confirm adns library presenceCheck for presence of libadns shared library: 'find /usr -name "libadns*" 2>/dev/null' or check package manager: 'dpkg -l | grep adns' or 'rpm -qa | grep -i adns'Affected if adns library is installed and version cannot be determined or is below 1.5.2
-
Identify applications using adns for DNS queriesScan running processes or application dependencies: 'ldd /path/to/application | grep adns' or review application documentation/config for DNS resolver library usageAffected if Applications linked against adns library are in use
-
Audit for SOA or RP record queriesReview application code, configuration, or logs for DNS queries requesting SOA (Start of Authority) or RP (Responsible Person) record types, or monitor network traffic for these query typesAffected if Applications or scripts are making non-raw SOA or RP DNS record queries using the adns library
Environment is affected if adns version below 1.5.2 is installed AND applications or services use adns to query SOA or RP DNS records.
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 to adns 1.5.2 or later. If upgrade is not immediately feasible, audit and restrict applications making non-raw SOA or RP queries until the patch can be applied.
adns 1.5.2
- 1. Identify the package manager used on your system (dnf/yum for Fedora, zypper for openSUSE Leap)
- 2. Update your package repository metadata: 'sudo dnf check-update' (Fedora) or 'sudo zypper refresh' (Leap)
- 3. Upgrade the adns package: 'sudo dnf update adns' (Fedora) or 'sudo zypper update adns' (Leap)
- 4. Verify the installed version is 1.5.2 or later: 'rpm -q adns' and check the version number
- 5. Restart any services that use adns to ensure the updated library is loaded
- 6. If the fixed version is not available in your current repositories, consider enabling a different repository or building adns 1.5.2 from source
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-9103 — 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-9103 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