Cyber Resilience

CVE-2019-0193

RCE in Apache Solr ≤ 7.7.3

CISA KEVActive ExploitationEUVD ExploitedRCE
Published
01 August 2019
Modified
27 October 2025
KEV Added
10 December 2021
Patch / advisory
CVSS Score v3.1 7.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.84 99.7th percentile
Risk Priority 79 floored blend · peak EPSS

Summary

CVE-2019-0193 is a high-severity Code Injection (CWE-94) vulnerability in Apache Solr. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 0.3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

In Apache Solr, the optional DataImportHandler module used to ingest data from databases and other sources contains a vulnerability that permits the full DIH configuration, including executable scripts, to be supplied through the "dataConfig" request parameter. This capability is exposed in the debug mode of the DIH admin screen for development convenience and is tracked under CWE-94. The issue affects Solr instances prior to version 8.2.0 where the parameter is enabled by default.

An attacker with administrative access to the DIH interface can submit a crafted request containing malicious script content in the dataConfig parameter, leading to remote code execution or other high-impact actions on the server. The CVSS 7.2 score reflects network attack vector, low complexity, and high confidentiality, integrity, and availability consequences when privileges are held.

Advisories and release notes indicate that Solr 8.2.0 and later disable the parameter by default; operators must explicitly set the Java system property "enable.dih.dataConfigParam" to true if the debug feature is required. The referenced Apache JIRA issue and mailing list threads document this change and the associated security rationale.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)
KEV Date Added
10 December 2021

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.002 AppleScript Execution
Adversaries may abuse AppleScript for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1059.005 Visual Basic Execution
Adversaries may abuse Visual Basic (VB) for execution.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2017-7494Same product: Debian Debian Linuxboth on KEV
CVE-2009-1151Same product: Debian Debian Linuxboth on KEV
CVE-2018-7602Same product: Debian Debian Linuxboth on KEV
CVE-2021-22204Same product: Debian Debian Linuxboth on KEV
CVE-2023-33246Same vendor: Apacheboth on KEV
CVE-2012-0391Same vendor: Apacheboth on KEV
CVE-2023-7101Same product: Debian Debian Linuxboth on KEV
CVE-2018-1273Same vendor: Apacheboth on KEV
CVE-2020-8163Same product: Debian Debian Linux
CVE-2021-26120Same product: Debian Debian Linux

Affected Assets

apache
solr
≤ 7.7.3 · 8.1.0 — 8.1.2
debian
debian linux
8.0, 9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.1

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly target injection flaws via secure coding and testing (mostly), yet as a single broad outcome it leaves many code-generation specifics unaddressed (partial).

PR.DS-10 none match
prevents

PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Banning unapproved code samples and unauthenticated web services, combined with secure-coding standards and SAST, prevents the dynamic generation or inclusion of attacker-supplied code.

none

Controls that restrict unauthorized or malicious code from being introduced via external networks or removable media limit opportunities for an attacker to inject and execute arbitrary code.

References