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-24112 — CVE-2022-24112:Apache APISIX apisix/batch-requests RCE | Kitploit
Tools/GitHubGitHub/mr-xn/cve-2022-24112
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubmr-xn/cve-2022-24112

CVE-2022-24112

CVE-2022-24112:Apache APISIX apisix/batch-requests RCE

View Repository
43624 years agoReviewed by Kitploit

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-24112

CVE-2022-24112: Apache APISIX apisix/batch-requests RCE

nuclei template: CVE-2022-24112.yaml

shotpic_2022-02-22_23-36-38

The essence of this vulnerability is similar to CVE-2021-45232, both bypass authorization or are unauthenticated, to execute malicious filter_func or script in a route to execute commands.

Notes

  • The value of X-Real-IP can be 127.0.0.1, localhost or 2130706433
  • pipeline is required, the following is a description of its body field values
  • method is fixed to PUT
  • uri must exist, this is also the URL that needs to be accessed after exp to trigger
Download Tool
  • One of plugins, upstream/upstream_id, service_id must exist. For details, refer to the official documentation
  • If service_id is not available, it can be replaced with \"upstream\":{\"type\":\"roundrobin\",\"nodes\":{\"httpbin.org:80\":1}}

    References:

    • https://twitter.com/sirifu4k1/status/1496043663704858625
    • https://apisix.apache.org/zh/docs/apisix/plugins/batch-requests