CVE-2021-32803 (CNNVD-202108-336)

HIGH
中文标题:
node-tar 后置链接漏洞
英文标题:
Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
CVSS分数: 8.2
发布时间: 2021-08-03 19:05:12
漏洞类型: 后置链接
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

node-tar是一款用于文件压缩/解压缩的软件包。 node-tar 存在后置链接漏洞,该漏洞源于符号链接保护不足而具有任意文件创建/覆盖漏洞。

英文描述:

The npm package "tar" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.

CWE类型:
CWE-22 CWE-59
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
npm node-tar < 3.2.3 - - cpe:2.3:a:npm:node-tar:<_3.2.3:*:*:*:*:*:*:*
npm node-tar >= 4.0.0, < 4.4.15 - - cpe:2.3:a:npm:node-tar:>=_4.0.0,_<_4.4.15:*:*:*:*:*:*:*
npm node-tar >= 5.0.0, < 5.0.7 - - cpe:2.3:a:npm:node-tar:>=_5.0.0,_<_5.0.7:*:*:*:*:*:*:*
npm node-tar >= 6.0.0, < 6.1.2 - - cpe:2.3:a:npm:node-tar:>=_6.0.0,_<_6.1.2:*:*:*:*:*:*:*
tar_project tar * - - cpe:2.3:a:tar_project:tar:*:*:*:*:*:node.js:*:*
oracle graalvm 20.3.3 - - cpe:2.3:a:oracle:graalvm:20.3.3:*:*:*:enterprise:*:*:*
oracle graalvm 21.2.0 - - cpe:2.3:a:oracle:graalvm:21.2.0:*:*:*:enterprise:*:*:*
siemens sinec_infrastructure_network_services * - - cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
CVSS评分详情
3.1 (cna)
HIGH
8.2
CVSS向量: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
机密性
HIGH
完整性
HIGH
可用性
NONE
时间信息
发布时间:
2021-08-03 19:05:12
修改时间:
2024-08-03 23:33:56
创建时间:
2025-11-11 15:36:52
更新时间:
2025-11-11 15:56:53
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2021-32803 2025-11-11 15:20:58 2025-11-11 07:36:52
NVD nvd_CVE-2021-32803 2025-11-11 14:57:40 2025-11-11 07:45:11
CNNVD cnnvd_CNNVD-202108-336 2025-11-11 15:10:41 2025-11-11 07:56:53
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:56:53
vulnerability_type: 未提取 → 后置链接; cnnvd_id: 未提取 → CNNVD-202108-336; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 后置链接
  • cnnvd_id: 未提取 -> CNNVD-202108-336
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:45:11
affected_products_count: 4 → 8; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 4 -> 8
  • data_sources: ['cve'] -> ['cve', 'nvd']