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-71981 — Proof-of-concept exploit for CVE-2026-71981, an insecure deserialization RCE in Cypht. Executes commands and prints output via logout response. Requires phpggc for payload generation. | Kitploit
Tools/GitHubGitHub/lyn4r/cve-2026-71981
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHublyn4r/cve-2026-71981

CVE-2026-71981

Proof-of-concept exploit for CVE-2026-71981, an insecure deserialization RCE in Cypht. Executes commands and prints output via logout response. Requires phpggc for payload generation.

View Repository
17h 41m 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

Cypht CVE-2026-71981 PoC

This is a PoC for CVE-2026-71981 Insecure deserializaion RCE. Result of executed command is printed in response from logout request after the </body></html> tags. Use --print-all to also print the whole response.

Versions vulnerable: < v2.12.2

Install dependencies and execute

This script requires installed https://github.com/ambionics/phpggc in order to generate the unserialize() payloads.

Setup and example:

root@kitploit:~
python3 -m venv .venv
source ./.venv/bin/activate
python3 -m pip install -r requirements.txt
python3 ./poc.py --ip 127.0.0.1 --username admin --password admin --command "cat /etc/passwd"
python3 ./poc.py --help
Download Tool