{% extends "page.html" %} {% block ng_directives %}x-ng-app-root="/solr"{% endblock %} {% block rss %}{% endblock %} {% block content_inner %}

Solr Security News

{{page.content}}

Recent CVE reports for Apache Solr

Below is a list of already announced CVE vulnerabilities. These are also available as an ATOM feed:

{% for article in (articles | selectattr("category.name", "eq", "solr/security")|list)[:15] %} {% endfor %}
CVE# Date Announcement
{% if article.cve %}{{ article.cve }}{% endif %} {{ article.date | strftime("%Y-%m-%d") }} {{ article.title | regex_replace('^CVE.*?: ', '') }}
{% for article in (articles | selectattr("category.name", "eq", "solr/security")|list)[:15] %}

{{ article.date | strftime("%Y-%m-%d") }}, {{ article.title }}

{{article.content}}
{% endfor %}

CVE reports for Apache Solr dependencies

Below is a list of CVE vulnerabilities in Apache Solr dependencies, and the state of their applicability to Solr.

We are currently experimenting with providing this information in a machine-readable VEX format and encourage you to participate.

{# CVE's that do affect Solr have their own advisory page above #} {% for v in (vex | selectattr("analysis.state", "ne", "exploitable")) %} {% endfor %}
id versions jars state detail
{% for id in v.ids %} {% if id.startswith('CVE') %}{{ id }}{% else %}{{ id }}{% endif %} {%- if not loop.last %}, {% endif %} {% endfor %} {{ v.versions }} {% for jar in v.jars %} {{ jar }}{% if not loop.last %}, {% endif %} {% endfor %} {{ v.analysis.state.replace('_', ' ') }} {{ sub("(https://.*?)([.;]\s)", "\\1\\2", v.analysis.detail) }}
{% endblock content_inner %}