Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-9670 PoC — Zimbra Collaboration Suite 代码问题漏洞

Source
Associated Vulnerability
Title:Zimbra Collaboration Suite 代码问题漏洞 (CVE-2019-9670)
Description:Synacor Zimbra Collaboration Suite(ZCS)是美国Synacor公司的一款开源协同办公套件。该产品包括WebMail、日历、通信录等。 Zimbra ZCS 8.5版本至8.7.11版本中存在代码问题漏洞。该漏洞源于网络系统或产品的代码开发过程中存在设计或实现不当的问题。
Readme
# CVE-2019-9670-DtdFilegeneration

Zimbra 远程代码执行漏洞(CVE-2019-9670)复现所需要的Dtd文件生成脚本

修改代码中XML文件的格式也可用于其他XXE漏洞的复现

```
!DOCTYPE note (第二行)定义此文档是 note 类型的文档。
!ELEMENT note (第三行)定义 note 元素有四个元素:"to、from、heading,、body"
!ELEMENT to (第四行)定义 to 元素为 "#PCDATA" 类型
!ELEMENT from (第五行)定义 from 元素为 "#PCDATA" 类型
!ELEMENT heading (第六行)定义 heading 元素为 "#PCDATA" 类型
!ELEMENT body (第七行)定义 body 元素为 "#PCDATA" 类型
下边的数据即标识具体对应元素的数据
```

脚本使用方法:需要一台带有py云服务器并确保8000端口畅通

运行 python 1.py

CVE-2019-9670复现所需的Dtd文件已生成,后续利用步骤参考互联网文章
File Snapshot

[4.0K] /data/pocs/ac757816cc75406d468ac6d8d6ea1262d57568f7 ├── [ 614] 1.py └── [ 860] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.