目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2018-11235— Git 安全漏洞

一分钟漏洞结论

影响对象
n/a n/a
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Git是美国软件开发者林纳斯-托瓦兹(Linus Torvalds)所研发的一套免费、开源的分布式版本控制系统。 Git中存在安全漏洞,该漏洞源于在将子模块名称添加到$GIT_DIR/modules目录下时,程序没有正确的验证来自不可信.gitmodules文件的子模块名称。远程攻击者可借助特制的.gitmodules文件利用该漏洞执行任意代码。以下版本受到影响:Git 2.13.7之前版本,2.14.4之前的2.14.x版本,2.15.2之前的2.15.x版本,2.16.4之前的2.16.x版本,2.1

AI 预测 8.8 利用难度: 中等 EPSS 48.75% · P99
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2018-11235 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability Description
In Git before 2.13.7, 2.14.x before 2.14.4, 2.15.x before 2.15.2, 2.16.x before 2.16.4, and 2.17.x before 2.17.1, remote code execution can occur. With a crafted .gitmodules file, a malicious project can execute an arbitrary script on a machine that runs "git clone --recurse-submodules" because submodule "names" are obtained from this file, and then appended to $GIT_DIR/modules, leading to directory traversal with "../" in a name. Finally, post-checkout hooks from a submodule are executed, bypassing the intended design in which hooks are not obtained from a remote server.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Git 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Git是美国软件开发者林纳斯-托瓦兹(Linus Torvalds)所研发的一套免费、开源的分布式版本控制系统。 Git中存在安全漏洞,该漏洞源于在将子模块名称添加到$GIT_DIR/modules目录下时,程序没有正确的验证来自不可信.gitmodules文件的子模块名称。远程攻击者可借助特制的.gitmodules文件利用该漏洞执行任意代码。以下版本受到影响:Git 2.13.7之前版本,2.14.4之前的2.14.x版本,2.15.2之前的2.15.x版本,2.16.4之前的2.16.x版本,2.1
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
- n/a n/a -

二、漏洞 CVE-2018-11235 的公开POC

# POC 描述 源链接 神龙链接
1 PoC exploit for CVE-2018-11235 allowing RCE on git clone --recurse-submodules https://github.com/Rogdham/CVE-2018-11235 POC详情
2 RCE vulnerability to exec "git clone --recurse-submodule" (CVE-2018-11235) https://github.com/vmotos/CVE-2018-11235 POC详情
3 None https://github.com/Choihosu/cve-2018-11235 POC详情
4 None https://github.com/CHYbeta/CVE-2018-11235-DEMO POC详情
5 for git v2.7.4 https://github.com/Kiss-sh0t/CVE-2018-11235-poc POC详情
6 Exploits CVE-2018-11235 https://github.com/H0K5/clone_and_pwn POC详情
7 CVE-2018-11235 (Git) https://github.com/knqyf263/CVE-2018-11235 POC详情
8 Proof of Concept - RCE Exploitation : Git submodules' names vulnerability - Ensimag November 2018 https://github.com/ygouzerh/CVE-2018-11235 POC详情
9 CVE-2018-11235-Git PoC https://github.com/qweraqq/CVE-2018-11235-Git-Submodule-CE POC详情
10 git {<2.13.7, <2.14.4, <2.15.2, <2.16.4, <2.17.1} remote code execution https://github.com/jhswartz/CVE-2018-11235 POC详情
11 CVE-2018-11235(PoC && Exp) https://github.com/AnonymKing/CVE-2018-11235 POC详情
12 None https://github.com/0rx1/CVE-2018-11235 POC详情
13 None https://github.com/cchang27/CVE-2018-11235-test POC详情
14 None https://github.com/nthuong95/CVE-2018-11235 POC详情
15 None https://github.com/xElkomy/CVE-2018-11235 POC详情
16 PoC exploit for CVE-2018-11235 allowing RCE on git clone --recurse-submodules https://github.com/jongmartinez/CVE-2018-11235-PoC POC详情
17 None https://github.com/MohamedTarekq/test-CVE-2018-11235 POC详情
18 None https://github.com/Yealid/CVE-2018-11235-Git-Submodule-RCE POC详情
19 Auto malicious git repository creation to exploit CVE-2018-11235 a Remote Code Execution using Git Sub module. https://github.com/j4k0m/CVE-2018-11235 POC详情
20 CVE-2018-11235-Git-Submodule-CE + Docker Ngrok Configuration https://github.com/twseptian/cve-2018-11235-git-submodule-ce-and-docker-ngrok-configuration POC详情
21 CVE-2018-11235: Git Submodule RCE https://github.com/SenSecurity/exploit POC详情
22 None https://github.com/EmaVirgRep/CVE-2018-11235 POC详情
23 pentesterlab_CVE-2018-11235: Git Submodule RCE https://github.com/theerachaich/lab POC详情
24 exploit poc for CVE-2018-11235 https://github.com/Rezy-Dev/CVE-2018-11235 POC详情
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2018-11235 的情报信息

登录查看更多情报信息。

CVE-2018-11235 厂商安全公告 (7)

CVE-2018-11235 公开利用代码 (1)

CVE-2018-11235 邮件列表归档 (2)

CVE-2018-11235 其他参考 (1)

同批安全公告 · n/a · 2018-05-30 · 共 30 条

CVE-2018-10995 SchedMD Slurm 输入验证错误漏洞
CVE-2018-11568 GamePlan theme for WordPress 跨站脚本漏洞
CVE-2018-11567 Amazon Echo 安全漏洞
CVE-2018-7534 Unisys Stealth Solution Stealth Authorization Server 安全漏洞
CVE-2018-11565 Catalyst Mahara 安全漏洞
CVE-2018-11482 多款TP-LINK产品访问控制错误漏洞
CVE-2018-11481 多款TP-LINK产品安全漏洞
CVE-2018-11478 Vgate iCar 2 Wi-Fi OBD2 Dongle 安全漏洞
CVE-2018-11477 Vgate iCar 2 Wi-Fi OBD2 Dongle 安全漏洞
CVE-2018-11476 Vgate iCar 2 Wi-Fi OBD2 Dongle 安全漏洞
CVE-2018-10939 Zimbra Collaboration Suite Zimbra Web Client 跨站脚本漏洞
CVE-2018-10196 Graphviz 代码问题漏洞
CVE-2015-7610 Zimbra Collaboration Suite 跨站请求伪造漏洞
CVE-2018-11562 MISP 跨站脚本漏洞
CVE-2018-11518 HCL legacy IVR系统安全漏洞
CVE-2018-11233 Git 输入验证错误漏洞
CVE-2018-11439 TagLib 安全漏洞
CVE-2018-11438 Libmobi 缓冲区错误漏洞
CVE-2018-11437 Libmobi 安全漏洞
CVE-2018-11436 Libmobi 安全漏洞

显示前 20 条,共 30 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2018-11235

暂无评论


发表评论