关联漏洞
标题:PHPMailer 安全漏洞 (CVE-2016-10033)Description:PHPMailer是一个用于发送电子邮件的PHP类库。 PHPMailer 5.2.18之前的版本中的isMail transport的‘mailSend’函数存在安全漏洞,该漏洞源于程序没有设置Sender属性。远程攻击者可利用该漏洞向邮件命令中传递额外的参数,并执行任意代码。
介绍
# CVE-2016-10033 – PHPMailer Remote Code Execution
## 📌 Description
This repository contains a proof-of-concept (PoC) exploit for **CVE-2016-10033**,
a vulnerability in **PHPMailer** versions prior to **5.2.18**.
The issue occurs when the `$additional_parameters` argument of PHP's built-in
`mail()` function is improperly handled, allowing attackers to inject additional
command-line parameters into **sendmail**. This can be abused to write arbitrary
PHP code to a web-accessible directory, leading to **Remote Code Execution (RCE)**.
---
## ⚠️ Disclaimer
This project is for **educational and authorized security testing purposes only**.
Do not use this exploit against systems you do not own or have permission to test.
The author takes **no responsibility** for any misuse of this code.
---
## 🛠 Affected Versions
- PHPMailer ≤ **5.2.17**
- PHP when configured to use `sendmail`
- `sendmail_path` defined and accessible
---
文件快照
[4.0K] /data/pocs/b6c05b39c27009646c2c39f71afdab2773a30cc9
├── [2.1K] exploit.py
└── [ 969] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →