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-10199_CVE-2020-10204 — CVE-2020-10199、CVE-2020-10204漏洞一键检测工具,图形化界面。CVE-2020-10199 and CVE-2020-10204 Vul Tool with GUI. | Kitploit
Tools/GitHubGitHub/magicming200/cve-2020-10199_cve-2020-10204
Vulnerability ScannersVulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubmagicming200/cve-2020-10199_cve-2020-10204

CVE-2020-10199_CVE-2020-10204

CVE-2020-10199、CVE-2020-10204漏洞一键检测工具,图形化界面。CVE-2020-10199 and CVE-2020-10204 Vul Tool with GUI.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2596 years agoReviewed by Kitploit

MaiMeng CVE-2020-10199、CVE-2020-10204 Vulnerability Detection Tool

Tool Introduction

I wrote this small tool in Java in my spare time. It supports one-click detection of CVE-2020-10199 and CVE-2020-10204 vulnerabilities with a graphical interface. To ensure detection stability, random numbers are used in the payload. This tool is only for security professionals to use within the scope allowed by laws and regulations. Users are solely responsible for any consequences of misuse.

Screenshots

Usage

  1. Log in to the backend;
  2. Obtain the cookie and scrf attributes after login;
  3. Open the tool, fill in the relevant information, and click Detect.

Runtime Environment

Cross-platform, JRE >= 1.6.

Vulnerability Background

Sonatype Nexus is a Maven repository management system that provides powerful repository management, artifact search, and other functions. It can be used to build a private Maven repository server, proxying remote repositories while maintaining a local repository to save bandwidth and time. In Nexus Repository Manager OSS/Pro 3.21.1 and earlier versions, an authenticated attacker can cause remote code execution and obtain system privileges via JavaEL expression injection.

CVE-2020-10199 Official Description: https://support.sonatype.com/hc/en-us/articles/360044882533-CVE-2020-10199-Nexus-Repository-Manager-3-Remote-Code-Execution-2020-03-31

CVE-2020-10204 Official Description: https://support.sonatype.com/hc/en-us/articles/360044356194-CVE-2020-10204-Nexus-Repository-Manager-3-Remote-Code-Execution-2020-03-31

Affected Versions

CVE-2020-10199: Nexus Repository Manager OSS/Pro <= 3.21.1, requires a low-privilege account.

CVE-2020-10204: Nexus Repository Manager OSS/Pro <= 3.21.1, requires an administrator account.

Fix

Upgrade Nexus Repository Manager OSS/Pro to the latest version. Download: https://help.sonatype.com/repomanager3/download?_ga=2.58824877.1855790103.1586413660-404515824.1586413660

Download Tool