• 公告ID (KylinSec-SA-2022-2086)

摘要:

htslib security update

安全等级: High

公告ID: KylinSec-SA-2022-2086

发布日期: 2022年9月23日

关联CVE: CVE-2020-36403  

  • 详细介绍

1. 漏洞描述

   

HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang. HTSlib implements a generalized BAM index, with file extension .csi ( coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent.

Security Fix(es):

HTSlib through 1.10.2 allows out-of-bounds write access in vcf_parse_format (called from vcf_parse and vcf_read).(CVE-2020-36403)

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2020-36403 KY3.4-4A htslib Fixed

3. 影响组件

    htslib

4. 修复版本

   

KY3.4-4A

软件名称 架构 版本号
htslib x86_64 1.11-1.kb2.ky3_4
htslib-tools x86_64 1.11-1.kb2.ky3_4
htslib-devel x86_64 1.11-1.kb2.ky3_4
htslib aarch64 1.11-1.kb2.ky3_4
htslib-devel aarch64 1.11-1.kb2.ky3_4
htslib-tools aarch64 1.11-1.kb2.ky3_4

5. 修复方法


方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm

方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名

6. 下载链接

   

KY3.4-4A:

x86_64:

     htslib   

     htslib-tools   

     htslib-devel   

aarch64:

     htslib   

     htslib-devel   

     htslib-tools   

上一篇:KylinSec-SA-2022-2072 下一篇:KylinSec-SA-2022-2087