中危 Gradle 路径遍历漏洞(CVE-2023-35946)
CVE编号
CVE-2023-35946利用情况
暂无补丁情况
官方补丁披露时间
2023-07-01漏洞描述
Gradle is a build tool with a focus on build automation and support for multi-language development. When Gradle writes a dependency into its dependency cache, it uses the dependency's coordinates to compute a file location. With specially crafted dependency coordinates, Gradle can be made to write files into an unintended location. The file may be written outside the dependency cache or over another file in the dependency cache. This vulnerability could be used to poison the dependency cache or overwrite important files elsewhere on the filesystem where the Gradle process has write permissions. Exploiting this vulnerability requires an attacker to have control over a dependency repository used by the Gradle build or have the ability to modify the build's configuration. It is unlikely that this would go unnoticed. A fix has been released in Gradle 7.6.2 and 8.2 to protect against this vulnerability. Gradle will refuse to cache dependencies that have path traversal elements in their dependency coordinates. It is recommended that users upgrade to a patched version. If you are unable to upgrade to Gradle 7.6.2 or 8.2, `dependency verification` will make this vulnerability more difficult to exploit.解决建议
"将组件 gradle 升级至 8.2 及以上版本""将组件 gradle 升级至 7.6.2 及以上版本"受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | gradle | gradle | * | Up to (excluding) 7.6.2 | |||||
运行在以下环境 | |||||||||
应用 | gradle | gradle | * | From (including) 8.0 | Up to (excluding) 8.2 | ||||
运行在以下环境 | |||||||||
系统 | debian_10 | gradle | * | Up to (including) 4.4.1-6 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | gradle | * | Up to (including) 4.4.1-13 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | gradle | * | Up to (including) 4.4.1-18 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | gradle | * | Up to (including) 4.4.1-20 | |||||
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 管控权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-22 | 对路径名的限制不恰当(路径遍历) |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论