中危 gradle gradle 从非可信控制范围包含功能例程
CVE编号
CVE-2022-23630利用情况
暂无补丁情况
官方补丁披露时间
2022-02-11漏洞描述
Gradle is a build tool with a focus on build automation and support for multi-language development. In some cases, Gradle may skip that verification and accept a dependency that would otherwise fail the build as an untrusted external artifact. This occurs when dependency verification is disabled on one or more configurations and those configurations have common dependencies with other configurations that have dependency verification enabled. If the configuration that has dependency verification disabled is resolved first, Gradle does not verify the common dependencies for the configuration that has dependency verification enabled. Gradle 7.4 fixes that issue by validating artifacts at least once if they are present in a resolved configuration that has dependency verification active. For users who cannot update either do not use `ResolutionStrategy.disableDependencyVerification()` and do not use plugins that use that method to disable dependency verification for a single configuration or make sure resolution of configuration that disable that feature do not happen in builds that resolve configuration where the feature is enabled.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | gradle | gradle | * | From (including) 6.2.0 | Up to (including) 7.3.3 | ||||
运行在以下环境 | |||||||||
系统 | debian_10 | gradle | * | Up to (excluding) 4.4.1-6 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | gradle | * | Up to (excluding) 4.4.1-13 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | gradle | * | Up to (excluding) 4.4.1-18 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | gradle | * | Up to (excluding) 4.4.1-20 | |||||
- 攻击路径 本地
- 攻击复杂度 复杂
- 权限要求 普通权限
- 影响范围 越权影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-829 | 从非可信控制范围包含功能例程 |
Exp相关链接

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