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-33891 — PoC for CVE-2022-33891 | Kitploit
Tools/GitHubGitHub/nanaao/cve-2022-33891
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubnanaao/cve-2022-33891

CVE-2022-33891

PoC for CVE-2022-33891

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

CVE-2022-33891 PoC

PoC for CVE-2022-33891, with ability to set custom payloads.

Not vulnerable by default -- spark.acls.enable need to be TRUE.

Intended Use

Usage of this script is limited to personnel who are authorised to run the payload on the target hosts for vulnerability patching purposes only. Prior to running this script, ensure you are authorised.

Use

root@kitploit:~
git clone https://github.com/west-wind/CVE-2022-33891.git
python cve-2022-33891.py

Getting Started

This POC expects to receive all targets in a CSV file titled --> allTargets.csv with one column titled --> targets, containing all the targets that need to be scanned ex., http://12.23.45.67:9099 or http://spark.domain.com. The / will be added by the script.

Enter the payload to be executed on the target in the POC.conf file. Your host in --> yourHostHere http://my_domain_here.com Your payload in --> yourPayloadHere payload.sh

Made for research purposes.

Detection SPL

root@kitploit:~
index=web sourcetype IN (nginx, waf_logs) url=*/?doAs*
| eval decodedIndicators=urldecode(url)
| table _time src_ip dest status request url decodedIndicators

Patching & References

NIST NVD

Apache Advisory

W01fh4cker

Download Tool