HtslibApplication

CVE-2017-1000206

CRITICAL · 9.8 CVSS v3.0 Published 2017-11-17
Fix available
A fix is available. Upgrade to after 1.4.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
samtools htslib library version 1.4.0 and earlier is vulnerable to buffer overflow in the CRAM rANS codec resulting in potential arbitrary code execution

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 confidence

Buffer overflow vulnerability in the CRAM rANS codec of samtools htslib library versions 1.4.0 and earlier allows potential arbitrary code execution due to insufficient bounds checking during decompression.

MitigationUpgrade samtools htslib library to a version newer than 1.4.0 that addresses the buffer overflow in the CRAM rANS codec.

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
HtslibApplication
Affected:<= 1.4.0

CVSS 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.0/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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify htslib version
    Run 'htslib --version' or 'samtools --version' to display the bundled htslib version, or check the library file metadata using 'strings' or 'file' on the installed htslib shared library
    Affected if The reported version is 1.4.0 or earlier
  2. Locate installed htslib library
    Search for libhts.so or libhts.dylib files on the system using 'find /usr -name "libhts*" 2>/dev/null' or check the LD_LIBRARY_PATH environment variable
    Affected if The library exists and its version cannot be determined or is 1.4.0 or earlier
  3. Verify CRAM support is compiled in
    Run 'samtools --version' and look for CRAM support indication, or check if the htslib was built with CRAM enabled by inspecting the configure/build output
    Affected if CRAM decoding is available and the htslib version is 1.4.0 or earlier
  4. Check for active CRAM file processing
    Inspect any workflows or scripts that process SAM/BAM files and identify if CRAM format files are being decompressed using samtools or htslib-based tools
    Affected if CRAM files are being decoded with a vulnerable version of htslib

The environment is affected if htslib version 1.4.0 or earlier is installed and CRAM format file decompression is in use.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to a release after 1.4.0
Interim mitigation

Upgrade samtools htslib library to a version newer than 1.4.0 that addresses the buffer overflow in the CRAM rANS codec.

Recommended fix Moderate confidence

htslib 1.4.1 or later

  1. 1. Identify all systems and applications using htslib library version 1.4.0 or earlier
  2. 2. Obtain the latest stable htslib release from the official GitHub repository (github.com/samtools/htslib)
  3. 3. Review the release notes for version 1.4.1 or later to confirm the CRAM rANS codec buffer overflow fix is included
  4. 4. Replace the vulnerable htslib library files with the new version
  5. 5. Rebuild and recompile any applications statically linked against the old htslib version
  6. 6. Restart any services or applications using htslib to load the updated library
  7. 7. Verify the new version is correctly loaded (e.g., 'htsfile -v' or checking library linked version)
Caveat Review release notes for any API/ABI changes between 1.4.0 and the target upgrade version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Htslib Scoped from the published advisory
  • Consultation2.0 h
  • Implementation1.0 h
  • Testing4.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,360
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2017-1000206 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2017-1000206 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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