关联漏洞
标题:
PHPMailer 安全漏洞
(CVE-2016-10033)
描述:PHPMailer是一个用于发送电子邮件的PHP类库。 PHPMailer 5.2.18之前的版本中的isMail transport的‘mailSend’函数存在安全漏洞,该漏洞源于程序没有设置Sender属性。远程攻击者可利用该漏洞向邮件命令中传递额外的参数,并执行任意代码。
描述
PHPMailer < 5.2.18 Remote Code Execution Exploit
介绍
# CVE-2016-10033
This vulnerability affects PHPMailer < 5.2.18 and is able to get Remote Code Execution.
# Resources
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10033
# Usage
As it is written in Golang, you can build the exploit yourself, as long there is golang installed into your system with:
```bash
cd CVE-2016-10033
go build
```
Then you can use the exploit program with the following syntax:

# Author
I am not the author of the CVE, but I am the author of this exploit program.
If you use it, or modify it, you're not allowed to strip the credits from it.
文件快照
[4.0K] /data/pocs/7ad506f4a39682b6c9bd74f4d5520c925261d833
├── [4.0K] img
│ └── [ 38K] screenshot.JPG
├── [3.6K] main.go
├── [5.7M] PHPMailer-CVE-2016-10033
└── [ 625] README.md
1 directory, 4 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。