apache solr CVE-2019-0193 is a vulnerability in Apache Solr
Published on August 1, 2019

In Apache Solr, the DataImportHandler, an optional but popular module to pull in data from databases and other sources, has a feature in which the whole DIH configuration can come from a request's "dataConfig" parameter. The debug mode of the DIH admin screen uses this to allow convenient debugging / development of a DIH config. Since a DIH config can contain scripts, this parameter is a security risk. Starting with version 8.2.0 of Solr, use of this parameter requires setting the Java System property "enable.dih.dataConfigParam" to true.

Vendor Advisory NVD

Known Exploited Vulnerability

This Apache Solr DataImportHandler Code Injection Vulnerability is part of CISA's list of Known Exploited Vulnerabilities. The optional Apache Solr module DataImportHandler contains a code injection vulnerability.

The following remediation steps are recommended / required by June 10, 2022: Apply updates per vendor instructions.

Vulnerability Analysis

CVE-2019-0193 can be exploited with network access, and requires user privileges. This vulnerability is considered to have a low attack complexity. It has an exploitability score of 1.2 out of four. The potential impact of an exploit of this vulnerability is considered to be very high.

What is a Code Injection Vulnerability?

The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

CVE-2019-0193 has been classified to as a Code Injection vulnerability or weakness.


Products Associated with CVE-2019-0193

You can be notified by stack.watch whenever vulnerabilities like CVE-2019-0193 are published in these products:

 

What versions of Solr are vulnerable to CVE-2019-0193?