CVE-2021-32803 (CNNVD-202108-336)
中文标题:
node-tar 后置链接漏洞
英文标题:
Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
漏洞描述
中文描述:
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类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | 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:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
HIGHCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录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 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 后置链接
- cnnvd_id: 未提取 -> CNNVD-202108-336
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 4 -> 8
- data_sources: ['cve'] -> ['cve', 'nvd']