LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2019-0193: Apache Solr DataImportHandler Code Injection Vulnerability

RBRecent Breaches Vulnerability Intelligence·Dec 10, 2021
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Jun 10, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2019-0193 to its Known Exploited Vulnerabilities catalog on Dec 10, 2021, with a federal patch deadline of Jun 10, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

The optional Apache Solr module DataImportHandler contains a code injection vulnerability.

CVE-2019-0193 is a code injection vulnerability in the optional DataImportHandler module of Apache Solr. When that module is present and reachable, an attacker may be able to inject and run unauthorized code in the Solr process. That matters because Solr often sits close to search indexes and application data; successful abuse can lead to full compromise of the host or lateral movement into connected systems.

Public detail is limited to the fact that the flaw is code injection (CWE-94) in this optional module. Exact affected versions, attack prerequisites, and scoring must be confirmed against the vendor advisory. CISA lists the required action as applying updates per vendor instructions; ransomware use is not documented for this CVE.

How it works

CWE-94 covers improper control of code generation or evaluation—situations where untrusted input is treated as executable code. In this case the optional DataImportHandler component is the affected surface. DataImportHandler is designed to pull data from external sources into Solr; if it accepts attacker-controlled configuration or parameters without sufficient validation, that input can be interpreted as code rather than data.

An attacker who can reach the vulnerable handler (for example via an exposed Solr admin or request handler interface) would attempt to supply crafted input that the module then executes in the context of the Solr process. The precise injection point and required privileges are not detailed in the provided facts; defenders should treat any network-accessible DataImportHandler endpoint as potentially abusable until the vendor advisory is reviewed and the module is confirmed patched or disabled. No exploit mechanics or proof-of-concept details are supplied here and should not be assumed.

Am I affected? How to find it in your systems

Apache Solr is commonly deployed as a standalone search server, embedded in applications, or run inside containers and orchestration platforms. It frequently appears in content-management, e-commerce, analytics, and log-search stacks. Inventory every instance:

Telemetry signs of exploitation are not specified in the facts. In general for this class, look for unexpected requests to DataImportHandler endpoints, sudden configuration changes, unusual outbound connections from the Solr process, or new child processes spawned by the Java runtime. Correlate with authentication logs if the admin interface is exposed. Confirm any concrete indicators against the vendor advisory and your own baseline.

How to remediate

Patch first. Apply the updates published by the Apache Solr project exactly as described in the vendor advisory for CVE-2019-0193. CISA’s required action is to apply updates per vendor instructions; do not rely on version guesses—verify the fixed release on the official advisory.

After patching:

If you can't patch immediately

Until the vendor update can be applied, reduce exposure with compensating controls:

These steps lower risk but do not eliminate it; schedule the official patch as soon as practicable.

If your data may have been exposed

Actively exploited vulnerabilities can lead to unauthorized access, data theft, or further compromise of connected systems. If you have reason to believe an unpatched Solr instance was reachable and the DataImportHandler was enabled, treat the host as potentially compromised: isolate it, preserve logs and memory images for investigation, rotate credentials that the Solr process could access, and review downstream systems for lateral movement. Ransomware use is not documented for this CVE, but standard incident-response practice still applies. As a quick additional check, you can run a free exposure scan of your email addresses against known breach data sets to see whether associated credentials have appeared in prior public breaches.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedApache · Solr
WeaknessCWE-94
Added to CISA KEVDec 10, 2021
Federal patch deadlineJun 10, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities