CVE-2026-25934
中文标题:
(暂无数据)
英文标题:
go-git improperly verifies data integrity values for .idx and .pack files
漏洞描述
中文描述:
(暂无数据)
英文描述:
go-git is a highly extensible git implementation library written in pure Go. Prior to 5.16.5, a vulnerability was discovered in go-git whereby data integrity values for .pack and .idx files were not properly verified. This resulted in go-git potentially consuming corrupted files, which would likely result in unexpected errors such as object not found. For context, clients fetch packfiles from upstream Git servers. Those files contain a checksum of their contents, so that clients can perform integrity checks before consuming it. The pack indexes (.idx) are generated locally by go-git, or the git cli, when new .pack files are received and processed. The integrity checks for both files were not being verified correctly. This vulnerability is fixed in 5.16.5.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| go-git | go-git | < 5.16.5 | - | - |
cpe:2.3:a:go-git:go-git:<_5.16.5:*:*:*:*:*:*:*
|
| go-git_project | go-git | * | - | - |
cpe:2.3:a:go-git_project:go-git:*:*:*:*:*:go:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2026-25934 |
2026-02-10 03:20:01 | 2026-02-09 22:00:05 |
| NVD | nvd_CVE-2026-25934 |
2026-02-10 02:00:05 | 2026-02-09 22:00:07 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 1 -> 2
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']