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-2023-36281 — PoC of CVE-2023-36281 | Kitploit
Tools/GitHubGitHub/tagomaru/cve-2023-36281
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubtagomaru/cve-2023-36281

CVE-2023-36281

PoC of CVE-2023-36281

View Repository
213 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-2023-36281

PoC of CVE-2023-36281

I referred to this PoC. Unfortunately, it doesn’t work because the indexes of subprocess.Popen are different in each Python environment. However, my PoC code addresses this problem.

Installation

$ pip install -r requirements.txt

Execution

1. Get index of subprocss on your own environment since it could be different for each environment.

In

$ python get_index_of_subprocess.py

Out

root@kitploit:~
subprcess.Popen index: 309.
Replace target_index in attack_prompt.json with this value.

2. Replace target_index in attack_prompt.json with the value you get.

Download Tool

3. Exploit

In

$ python exploit.py

Out

root@kitploit:~
README.md  attack_prompt.json  get_index_of_subprocess.py  exploit.py  requirements.txt