Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announce new cve #60

Merged
merged 2 commits into from
Dec 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions content/solr/security/2021-12-18-cve-2021-44548.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Title: CVE-2021-44548: Apache Solr information disclosure vulnerability through DataImportHandler
category: solr/security
cve: CVE-2021-44548

**Severity:**
Moderate

**Versions Affected:**
All versions prior to 8.11.1. Affected platforms: Windows.

**Description:**
An Improper Input Validation vulnerability in DataImportHandler of Apache Solr allows an attacker to provide a Windows UNC path resulting in an SMB network call being made from the Solr host to another host on the network. If the attacker has wider access to the network, this may lead to SMB attacks, which may result in:

* The exfiltration of sensitive data such as OS user hashes (NTLM/LM hashes),
* In case of misconfigured systems, SMB Relay Attacks which can lead to user impersonation on SMB Shares or, in a worse-case scenario, Remote Code Execution

This issue affects all Apache Solr versions prior to 8.11.1. This issue only affects Windows.

**Mitigation:**
Upgrade to Solr 8.11.1, and/or ensure only trusted clients can make requests to Solr's DataImport handler.

**Credit:**
Apache Solr would like to thank LaiHan of Nsfocus security team for reporting the issue

**References:**
Jira issue [SOLR-15826](https://issues.apache.org/jira/browse/SOLR-15826)