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-12409 — CVE-2019-12409: RCE Vulnerability Due to Bad Defalut Config in Apache Solr | Kitploit
Tools/GitHubGitHub/mbadanoiu/cve-2019-12409
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingMisconfigurationRemote Access Tool
GitHubmbadanoiu/cve-2019-12409

CVE-2019-12409

CVE-2019-12409: RCE Vulnerability Due to Bad Defalut Config in Apache Solr

View Repository
21 year 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-2019-12409: RCE Vulnerability Due to Bad Defalut Config in Apache Solr

The 8.1.1 and 8.2.0 releases of Apache Solr contains insecure setting in the default solr.in.sh configuration file shipping with Solr. The setting that result in this vulnerability are:

In "solr.in.sh":

  • ENABLE_REMOTE_JMX_OPTS="true" (Enables the JMX Service)

In "solr.cmd":

  • -Dcom.sun.management.jmxremote.local.only=false (Allows Remote Access to JMX)
  • -Dcom.sun.management.jmxremote.authenticate=false (Does not Require Valid Credentials)

Note: Windows users are not affected.

Vendor Disclosure:

The vendor's disclosure and fix for this vulnerability can be found here.

Proof Of Concept:

More details and the exploitation process can be found in this PDF.

Additional Information:

PoC for exploiting CVE-2019-12409 using mjet

Another alternative tool for exploiting CVE-2019-12409 is beanshooter.

Download Tool