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-2022-36532 — Proof of concept for CVE-2022-36532: RCE via File Upload in Bolt CMS 5.1.12 and below. | Kitploit
Tools/GitHubGitHub/lutrasecurity/cve-2022-36532
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHublutrasecurity/cve-2022-36532

CVE-2022-36532

Proof of concept for CVE-2022-36532: RCE via File Upload in Bolt CMS 5.1.12 and below.

View Repository
33 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

Proof of Concept for CVE-2022-36532

A vulnerability in Bolt CMS version 5.1.12 and below allows an authenticated user with the EDITOR_ROLE to achieve remote code execution. This vulnerability can be detected using this script, for details on the vulnerability see https://lutrasecurity.com/en/articles/cve-2022-36532/.

Usage

Three parameters are needed to run the script: The username, the corresponding password and the Bolt CMS instance URL. To test an instance at http://127.0.0.1:8000/ with the credentials jsmith:password use the following command:

root@kitploit:~
./CVE-2022-36532.py jsmith password "http://127.0.0.1:8000/"

For example:

CVE-2022-36532 py

Download Tool