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-2019-7238_Nexus_RCE_Tool — CVE-2019-7238 Nexus RCE漏洞图形化一键检测工具。CVE-2019-7238 Nexus RCE Vul POC Tool. | Kitploit
Tools/GitHubGitHub/magicming200/cve-2019-7238_nexus_rce_tool
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubmagicming200/cve-2019-7238_nexus_rce_tool

CVE-2019-7238_Nexus_RCE_Tool

CVE-2019-7238 Nexus RCE漏洞图形化一键检测工具。CVE-2019-7238 Nexus RCE Vul POC Tool.

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

Maimentong CVE-2019-7238 Nexus RCE Vulnerability Detection Tool

Tool Introduction

I wrote this small tool in Java in my spare time. It supports one-click detection of the CVE-2019-7238 vulnerability and execution of system commands, with both GUI and command-line usage. This tool is restricted to security practitioners within the scope permitted by laws and regulations; users are solely responsible for any misuse.

How to Run

GUI:

Double-click cve-2019-7238.jar or run java -jar cve-2019-7238.jar

Command line:

java -jar cve-2019-7238.jar http://127.0.0.1:8081 id

java -jar cve-2019-7238.jar http://127.0.0.1:8081 "ls -al"

Runtime Environment

Cross-platform, JRE>=1.6.

Screenshots

Vulnerability Background

On February 5, 2019, Sonatype released a security advisory stating that in Nexus Repository Manager 3, due to insufficient access control measures, unauthorized users could exploit this flaw to craft specific requests to execute Java code on the server, thereby achieving remote code execution.

Vulnerability Fix

Upgrade Nexus Repository Manager OSS/Pro to 3.15.0 or later.

Download Tool