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-2020-14882 — PoC for testing if a target is vulnerable to RCE | Kitploit
Tools/GitHubGitHub/b1g-b33f/cve-2020-14882
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubb1g-b33f/cve-2020-14882

CVE-2020-14882

PoC for testing if a target is vulnerable to RCE

View Repository
139 months 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

WebLogic CVE-2020-14882 / CVE-2020-14883 Test Script

This project provides a simple Bash script for testing whether an Oracle WebLogic server is vulnerable to the authentication bypass (CVE-2020-14882) and the associated remote code execution vector (CVE-2020-14883).

The script sends a POST request to the WebLogic Console path traversal endpoint: /console/images/%252E%252E%252Fconsole.portal

Pass the full URL including protocol and port.
The script appends the traversal path and sends a POST request.

Change the IP or host in the script before running and set up a listener for the curl request, use Burp Collaborator, or webhook.site etc.

Download Tool