CVE-2021-44548
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceImproper input validation in Apache Solr's DataImportHandler allows attackers to supply Windows UNC paths, triggering outbound SMB connections from the Solr server. This enables NTLM/LM hash exfiltration and potentially SMB Relay attacks leading to user impersonation or RCE. The vulnerability is Windows-specific and affects all Solr versions prior to 8.11.1.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 8.11.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Solr runs on WindowsCheck the operating system where Solr is installed (e.g., run 'systeminfo' on Windows or check process environment). This vulnerability only affects Windows deployments.Affected if The Solr server is running on a Windows host.
-
Confirm Solr versionCheck the installed Solr version. On Windows, this is often visible in the Solr service name, or check the solr -version command output, or inspect the VERSION.txt file in the Solr installation directory.Affected if The installed version is any version of Apache Solr prior to 8.11.1 (e.g., 8.11.0, 8.10.x, 8.x, 7.x, 6.x, etc.).
-
Verify DataImportHandler is enabledCheck if the DataImportHandler (dataimport) module is loaded. Look for 'dataimport' in the Solr configuration (solrconfig.xml) or check for /solr/admin/dataimport endpoints being accessible. Also check if lib tags in solrconfig.xml include dataimporthandler jars.Affected if DataImportHandler is enabled and accessible, meaning the dataimport request handler is configured in solrconfig.xml.
-
Confirm dataimport endpoint is exposedAttempt to access the dataimport handler endpoint (e.g., curl http://localhost:8983/solr/<core>/dataimport or check Solr Admin UI for DataImport tab). Verify the handler responds without authentication if unsecured.Affected if The dataimport endpoint is reachable over network without proper restrictions.
A user is affected if they are running Apache Solr on Windows with DataImportHandler enabled and the installed version is prior to 8.11.1, allowing an attacker to supply Windows UNC paths to trigger outbound SMB connections.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped8.11.1
Upgrade Apache Solr to version 8.11.1 or later. Until patched, consider disabling or restricting DataImportHandler and blocking outbound SMB traffic at the network perimeter.
Apache Solr 8.11.1 or later
- 1. Backup your current Solr configuration and data directories
- 2. Download Apache Solr 8.11.1 or later from the official Apache Solr website (solr.apache.org)
- 3. Stop the currently running Solr service
- 4. Install the new Solr version (8.11.1 or later) using the standard installation process for your environment
- 5. Restore your Solr configuration to the new installation
- 6. Start the Solr service
- 7. Verify that Solr is running correctly and DataImportHandler is functional
- 8. Confirm the Solr version is 8.11.1 or later by checking the admin UI or running: bin/solr version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,416.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-44548 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2021-44548 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data