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-13941 — CVE-2020-13941: Abusing UNC Paths in Windows Environments in Apache Solr | Kitploit
Tools/GitHubGitHub/mbadanoiu/cve-2020-13941
Password CrackingVulnerability AnalysisExploitationLateral MovementWeb Application ExploitationAuthentication
GitHubmbadanoiu/cve-2020-13941

CVE-2020-13941

CVE-2020-13941: Abusing UNC Paths in Windows Environments in Apache Solr

View Repository
1 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-2020-13941: Abusing UNC Paths in Windows Environments in Apache Solr

Multiple Solr endpoints have been found to accept absolute paths. In Windows systems these absolute path can be forced to make the OS connect to an attacker-controlled SMB server.

This behaviour may result in attacks such as:

  • Capturing the NTLM hash and cracking it locally
  • SMB Relay attack that can be used to authenticate to other SMB servers

Note: Although not in the scope of the CVE, post-authenticated this behavior can result in Remote Code Execution via Malicious Solr Config files:

  • In Windows environments by serving the config remotely via SMB
  • In Windows and Linux systems by writing the Solr Config in a location that is writable by anyone (e.g. C:\Users\Pubic, /tmp/, etc.) and pointing the location of that core there via an absolute path

Public Disclosures:

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

The MITRE disclosure for this vulnerability can be found here.

Proof Of Concept:

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

Download Tool