Skip to content

CVE-2019-17558

is CVE-2019-17558real, exploitable, or a false positive? Here's the community ground truth.

High · CVSS 7.5EPSS 98.6%CISA KEVCWE-74

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

Apache Solr 5.0.0 to Apache Solr 8.3.1 are vulnerable to a Remote Code Execution through the VelocityResponseWriter. A Velocity template can be provided through Velocity templates in a configset `velocity/` directory or as a parameter. A user defined configset could contain renderable, potentially malicious, templates. Parameter provided templates are disabled by default, but can be enabled by setting `params.resource.loader.enabled` by defining a response writer with that setting set to `true`. Defining a response writer requires configuration API access. Solr 8.4 removed the params resource loader entirely, and only enables the configset-provided template rendering when the configset is `trusted` (has been uploaded by an authenticated user).

Published

Embed this verdict
TruePositive verdict for CVE-2019-17558
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2019-17558/badge.svg)](https://www.truepositive.app/cve/CVE-2019-17558)
HTML
<a href="https://www.truepositive.app/cve/CVE-2019-17558"><img src="https://www.truepositive.app/cve/CVE-2019-17558/badge.svg" alt="TruePositive verdict for CVE-2019-17558"></a>

Live badge — updates automatically as the community verdict changes.

Community ground truth

Community verdict

3 verdicts
Not a real issue

Includes TruePositive's curated baseline from public sources — community verdicts accrue on top.

to add your verdict.

Community real-world severity: High (High 3) — CVSS base score 7.5

In line with its CVSS base score.

Field notes & remediation

Verdicts are the quick signal — notes are the evidence and fixes behind them.

  • 0
    Field note · Priya NairCurated

    Confirmed exploited in the wild — listed in the CISA KEV catalog (added 2021-11-03). Treat as real and prioritize patching over triage.

Same weaknessCWE-74.