CVE-2026-31970HIGH 8.1EPSS p35.8%

CVE-2026-31970CVE-2026-31970

Description

HTSlib is a library for reading and writing bioinformatics file formats. GZI files are used to index block-compressed GZIP [BGZF] files. In the GZI loading function, `bgzf_index_load_hfile()`, it was possible to trigger an integer overflow, leading to an under- or zero-sized buffer being allocated to store the index. Sixteen zero bytes would then be written to this buffer, and, depending on the result of the overflow the rest of the file may also be loaded into the buffer as well. If the function did attempt to load the data, it would eventually fail due to not reading the expected number of records, and then try to free the overflowed heap buffer. Exploiting this bug causes a heap buffer overflow. If a user opens a file crafted to exploit this issue, it could lead to the program crashing, or overwriting of data and heap structures in ways not expected by the program. It may be possible to use this to obtain arbitrary code execution. Versions 1.23.1, 1.22.2 and 1.21.1 include fixes for this issue. The easiest work-around is to discard any `.gzi` index files from untrusted sources, and use the `bgzip -r` option to recreate them.

Scoring

CVSS 3.18.1 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
EPSS0.45% probability of exploitation · percentile 35.8% · 2026-06-18T12:00:27Z
Published2026-03-18
Last modified2026-03-19

Underlying weaknesses· 5

CWE-122CWE-131CWE-190CWE-787CWE-1284

References

  1. https://github.com/samtools/htslib/commit/6dd0d7d0e9e7e2e173a28969e624db8bc8bb5828
  2. https://github.com/samtools/htslib/security/advisories/GHSA-p345-84hx-fq6q
  3. http://www.openwall.com/lists/oss-security/2026/03/18/9

5

TypeTargetConfidenceTier
WeaknessHeap-based Buffer Overflowcwe-1220%live
WeaknessImproper Validation of Specified Quantity in Inputcwe-12840%live
WeaknessIncorrect Calculation of Buffer Sizecwe-1310%live
WeaknessInteger Overflow or Wraparoundcwe-1900%live
WeaknessOut-of-bounds Writecwe-7870%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-31969
CVE
CVE-2026-31971
CVE
CVE-2026-31962
CVE
CVE-2026-31963
CVE
CVE-2026-31968
CVE
CVE-2026-31965
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.