CVE-2019-17558

HIGH(7.5)KEVLikely Exploited

Apache Solr VelocityResponseWriter Plug-In Remote Code Execution Vulnerability

Description

CVE-2019-17558 is a HIGH vulnerability affecting Apache Solr, carrying a CVSS 3.1 score of 7.5. The Apache Solr VelocityResponseWriter plug-in contains an unspecified vulnerability which can allow for remote code execution. Affected products include Apache Solr (>= 5.0.0, < 7.7.3; >= 8.0.0, < 8.4.0), Oracle Primavera Unifier (>= 17.7, <= 17.12; 16.1; 16.2; 18.8; 19.12). This CVE is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog with a remediation deadline of 2022-05-03. With an EPSS score of 0.94474 (100.00th percentile), this vulnerability demonstrates significant real-world exploitation activity and should be prioritized for immediate remediation.

KEV Information

Vendor
Apache
Product
Solr
Date Added
November 3, 2021
Due Date
May 3, 2022
Required Action
Apply updates per vendor instructions.

CVSS Score

Vector String
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:HOpen in Calculator
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.6
Impact Score
5.9

CWEs

Affected Products

VendorProductVersion
apachesolr>= 5.0.0, < 7.7.3; >= 8.0.0, < 8.4.0
oracleprimavera unifier>= 17.7, <= 17.12; 16.1; 16.2; 18.8; 19.12

Multiple CVSS Assessments

Source: [email protected](Primary)
7.5
HIGH

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0(Secondary)
7.5
HIGH

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

References

Weakness Type

CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component (Injection)

CVE-2019-17558 is classified under CWE-74 — Improper Neutralization of Special Elements in Output Used by a Downstream Component (Injection). Injection flaws occur when an application sends untrusted data to an interpreter as part of a command or query. By manipulating the input, an attacker can inject malicious content that the downstream component interprets as legitimate commands or data. This broad weakness category encompasses many specific injection types including SQL injection, command injection, LDAP injection, and template injection. The fundamental issue is insufficient separation between code and data, allowing attackers to alter the intended execution flow.

In the context of Apache Solr, this weakness is particularly dangerous because the VelocityResponseWriter processes user-controllable templates that can execute arbitrary code on the server. Template injection attacks exploit the trust relationship between the application and its template engine, bypassing traditional input validation. Organizations should recognize that template engines with code execution capabilities represent a significant attack surface when exposed to user input.

Learn more: CWE-74 — Improper Neutralization of Special Elements in Output Used by a Downstream Component (Injection)

Impact Analysis

CVE-2019-17558 carries a CVSS 3.1 score of 7.5 (HIGH) with Unchanged Scope.

Confidentiality (HIGH): Successful exploitation grants the attacker extensive access to sensitive data processed by Apache Solr, including configuration files, credentials, and potentially data from connected systems.

Integrity (HIGH): Attackers can modify critical system files, install backdoors, alter configurations, or deploy malware on affected systems running Apache Solr.

Availability (HIGH): Complete disruption of the affected service or system is possible, including denial of service, system crashes, or rendering the product inoperable.

Scope Unchanged: The vulnerability's scope is Unchanged (U), meaning exploitation is contained within the vulnerable component. The impact, while significant, is limited to the Apache Solr environment itself.

With an EPSS score of 0.94474 (100.00th percentile), this vulnerability ranks among the most likely to be exploited in real-world attacks, underscoring the urgency of remediation.

Exploit Maturity

CVE-2019-17558 has confirmed active exploitation in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog.

Exploit status: This vulnerability has been actively exploited, as confirmed by its inclusion in the KEV catalog. The EPSS score of 0.94474 (100.00th percentile) places it among the most exploited vulnerabilities tracked.

Ransomware association: As of the latest KEV data, no direct ransomware association has been confirmed for CVE-2019-17558. However, the confirmed exploitation in the wild means threat actors are actively using this vulnerability in attacks.

Attack surface: The vulnerability's high EPSS score and KEV listing confirm that threat actors have developed and used working exploits. Public proof-of-concept code and exploitation tools are available, making this vulnerability accessible to a wide range of attackers. Organizations should assume that automated scanning and exploitation tools targeting this vulnerability are in active use.

KEV deadline: CISA required federal agencies to remediate this vulnerability by 2022-05-03. All organizations should treat this deadline as a strong recommendation for their own remediation timelines.

Remediation

  1. Apply vendor patches immediately. Apply updates per vendor instructions. Upgrade Apache Solr to the latest patched version that addresses this vulnerability. Consult the official vendor advisory for specific patch guidance and release notes.
  2. Verify affected product versions in your environment. Identify all instances of Apache Solr in your infrastructure (affected versions: Apache Solr (>= 5.0.0, < 7.7.3; >= 8.0.0, < 8.4.0), Oracle Primavera Unifier (>= 17.7, <= 17.12; 16.1; 16.2; 18.8; 19.12)). Use asset inventory and vulnerability scanning tools to ensure no instances are missed.
  3. Implement interim mitigations if patching is delayed. If immediate patching is not feasible, apply network-level controls such as restricting access to the affected component, enabling enhanced logging, and monitoring for indicators of compromise.
  4. Scan for signs of prior exploitation. Given the confirmed active exploitation of this vulnerability, review system logs and security monitoring data for evidence of compromise. Conduct a thorough investigation if any suspicious activity is detected.
  5. Update detection signatures and monitoring rules. Ensure intrusion detection and prevention systems, endpoint detection tools, and SIEM rules are updated to detect exploitation attempts targeting CVE-2019-17558.
  6. Conduct a post-remediation review. After patching, verify the fix is effective and document the remediation actions taken. Update your vulnerability management records and assess whether any additional hardening measures are warranted.

Technical Details

CVE-2019-17558 is a HIGH-severity vulnerability in Apache Solr that can be exploited remotely over the network without physical access. The attack complexity is high, meaning specific conditions beyond the attacker's control must exist for exploitation to succeed. Low-level privileges are required, meaning the attacker needs some form of authenticated access. No user interaction is required, allowing fully automated exploitation.

Technical mechanism: Apache Solr 5.0.0 to 8.3.1 are vulnerable to Remote Code Execution through the VelocityResponseWriter. The underlying flaw relates to improper neutralization of special elements in output used by a downstream component (injection), which allows attackers to manipulate the application's processing logic in unintended ways. Successful exploitation enables arbitrary code execution on the target system, potentially leading to full system compromise.

CVSS 3.1 vector analysis: The vector reflects an Attack Vector of NETWORK, Attack Complexity of HIGH, Privileges Required of LOW, User Interaction of NONE, Scope UNCHANGED, and impact ratings of HIGH/HIGH/HIGH for Confidentiality/Integrity/Availability respectively. The Unchanged scope means impact is contained within the vulnerable component itself.

Frequently Asked Questions

Is CVE-2019-17558 being actively exploited?

Yes. CVE-2019-17558 is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. With an EPSS score of 0.94474 (100.00th percentile), it ranks among the most exploited vulnerabilities tracked globally. Organizations should treat this as an immediate remediation priority.

What products are affected by CVE-2019-17558?

The affected products include Apache Solr (>= 5.0.0, < 7.7.3; >= 8.0.0, < 8.4.0), Oracle Primavera Unifier (>= 17.7, <= 17.12; 16.1; 16.2; 18.8; 19.12). Organizations running any of these versions should verify their exposure and prioritize remediation. Check vendor advisories for the complete and most current list of affected versions.

How do I fix CVE-2019-17558?

Apply updates per vendor instructions. Ensure all affected instances of Apache Solr are identified using vulnerability scanning and asset management tools. If immediate patching is not possible, implement network-level mitigations and enhanced monitoring. After patching, verify the fix and scan for indicators of prior compromise.

How severe is CVE-2019-17558?

CVE-2019-17558 is rated HIGH with a CVSS 3.1 score of 7.5. Its EPSS score of 0.94474 places it in the 100.00th percentile for exploitation likelihood. The vulnerability has confirmed active exploitation in the wild and was required to be remediated by federal agencies by 2022-05-03 per CISA's KEV directive.

CVSS Score

7.5
HIGH(7.5)

EPSS Score

EPSS Score98.57%
EPSS Percentile99.9%

Dates

PublishedDecember 30, 2019
Last ModifiedJune 17, 2026
StatusAnalyzed
CVSS Versionv3.1

Need Help With Vulnerability Management?

Our security experts can help you prioritize and remediate vulnerabilities effectively.