Lucene search

K
vulnrichmentApacheVULNRICHMENT:CVE-2023-50298
HistoryFeb 09, 2024 - 5:29 p.m.

CVE-2023-50298 Apache Solr: Solr can expose ZooKeeper credentials via Streaming Expressions

2024-02-0917:29:07
CWE-200
apache
github.com
2
apache solr
zookeeper
streaming expressions
sensitive information
unauthorized actor
vulnerability
acls
upgrade
security flaw

AI Score

6.5

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Solr.This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.4.1.

Solr Streaming Expressions allows users to extract data from other Solr Clouds, using a “zkHost” parameter.
When original SolrCloud is setup to use ZooKeeper credentials and ACLs, they will be sent to whatever “zkHost” the user provides.
An attacker could setup a server to mock ZooKeeper, that accepts ZooKeeper requests with credentials and ACLs and extracts the sensitive information,
then send a streaming expression using the mock server’s address in “zkHost”.
Streaming Expressions are exposed via the “/streaming” handler, with “read” permissions.

Users are recommended to upgrade to version 8.11.3 or 9.4.1, which fix the issue.
From these versions on, only zkHost values that have the same server address (regardless of chroot), will use the given ZooKeeper credentials and ACLs when connecting.

CNA Affected

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

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*"
    ],
    "vendor": "apache",
    "product": "solr",
    "versions": [
      {
        "status": "affected",
        "version": "6.0.0",
        "versionType": "semver",
        "lessThanOrEqual": "8.11.2"
      },
      {
        "status": "affected",
        "version": "9.0.0",
        "lessThan": "9.4.1",
        "versionType": "semver"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

6.5

Confidence

Low

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial