Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2016-10033 | Kitploit
Tools/GitHubGitHub/alexander47777/cve-2016-10033
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubalexander47777/cve-2016-10033

CVE-2016-10033

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

Download Tool