Lucene search

K
cvelistApacheCVELIST:CVE-2023-50290
HistoryJan 15, 2024 - 9:32 a.m.

CVE-2023-50290 Apache Solr: Host environment variables are published via the Metrics API

2024-01-1509:32:44
CWE-200
apache
www.cve.org
2
apache solr
vulnerability
metrics api
environment variables
unauthorized actor
authorization
solr clouds
upgrade

0.063 Low

EPSS

Percentile

93.7%

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Solr.
The Solr Metrics API publishes all unprotected environment variables available to each Apache Solr instance. Users are able to specify which environment variables to hide, however, the default list is designed to work for known secret Java system properties. Environment variables cannot be strictly defined in Solr, like Java system properties can be, and may be set for the entire host,Β unlike Java system properties which are set per-Java-proccess.

The Solr Metrics API is protected by the β€œmetrics-read” permission.
Therefore, Solr Clouds with Authorization setup will only be vulnerable via users with the β€œmetrics-read” permission.
This issue affects Apache Solr: from 9.0.0 before 9.3.0.

Users are recommended to upgrade to version 9.3.0 or later, in which environment variables are not published via the Metrics API.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "Apache Solr",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThan": "9.3.0",
        "status": "affected",
        "version": "9.0.0",
        "versionType": "semver"
      }
    ]
  }
]

0.063 Low

EPSS

Percentile

93.7%