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-2023-47129 — Statamic CMS versions <4.33.0 vulnerable to "Remote Code Execution" | Kitploit
Tools/GitHubGitHub/cyber-wo0dy/cve-2023-47129
Payload GenerationVulnerability AnalysisExploitationWeb Application Exploitation
GitHubcyber-wo0dy/cve-2023-47129

CVE-2023-47129

Statamic CMS versions <4.33.0 vulnerable to "Remote Code Execution"

View Repository
32 years 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-2023-47129 - Statamic CMS versions <4.33.0 - Remote Code Execution

Description

In versions <4.33.0 of Statamic CMS where the front-end has a form with active file upload, it is possible to send PHP files created to look like images, regardless of the mime validation rules. This vulnerability allows an attacker to upload arbitrary and potentially dangerous files and even execute server-side scripts.

To Fix

Update Statamic CMS to version 4.33.0.

Steps to Reproduce:

1) In a Statamic CMS installation, create a form and its respective page.

2) In the form blueprint, include an Asset Field and in the “Validation” option select, for example, mimetypes:image/jpeg, mimes:jpg, image.

3) Create a polyglot jpg file with some php script, example:

exiftool -Comment="<?php phpinfo(); ?>" image.jpg

4) Rename this file to image.php.

5) On the form page, upload the created image.php file.

6) Now, to run this file just access https://yoursite.com/assets/image.php

Note: replace https://yoursite.com with the address of your test installation.

Reference

  • GHSA-72hg-5wr5-rmfc
Download Tool