criticalCVSS 9.8Vulnerability

CVE-2026-45083

### Summary The Goobi viewer REST endpoint `POST /api/v1/index/stream` accepted an arbitrary Solr streaming expression from unauthenticated network clients and forwarded it to the backend Solr server without restriction. An attacker could read the complete Solr index and, in default Solr deployments, also modify or delete indexed records. The API endpoint has now been removed. ### Impact - **Complete Solr index read without authentication.** All documents indexed by the viewer including those protected by access conditions such as moving walls, licence requirements or IP restrictions - can be read in full. - **Index data modification.** `update()` streaming expressions overwrite indexed field values. An attacker can alter metadata, change `ACCESSCONDITION` values, or corrupt document structure. - **Index data deletion.** `delete()` streaming expressions permanently remove documents. A single expression can delete the entire collection, requiring a full re-index to recover. ### Patches The endpoint was removed in 326980f24c ### Workarounds Until an update can be deployed, the endpoint should be blocked by a reverse proxy or in the tomcat configuration. For Apache httpd the following block can be used in the vhost configuration: ``` <LocationMatch ^.*api/v[12]/index/stream.*$> Require all denied </LocationMatch> ``` Alternatively the following security constraint can be added in tomcat via the relevant web.xml: ``` <security-constraint> <web-resource-collection> <web-resource-name>blocked endpoint</web-resource-name> <url-pattern>/api/v1/index/stream</url-pattern> <url-pattern>/api/v1/index/stream/*</url-pattern> </web-resource-collection> <auth-constraint/> </security-constraint> ``` ### References - Fix commit: 326980f24c - Introducing commit: 6bfb1cbd42 - [Solr Streaming Expressions reference](https://solr.apache.org/guide/solr/latest/query-guide/streaming-expressions.html) ### Contact If you ha

Properties

severity
critical
summary
Goobi viewer - Core: Unauthenticated Solr Streaming Expression Proxy
epss_score
0.0041
cvss_score
9.8
ghsa_published
2026-05-13T15:33:24Z
source_url
https://github.com/advisories/GHSA-2rgp-f66f-4499
ghsa_updated
2026-05-13T15:33:25Z
ghsa_id
GHSA-2rgp-f66f-4499
cve_id
CVE-2026-45083
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
is_ghsa_only
false
epss_percentile
0.33825

Related Entities (5)

ENRICHED_BY (1)

[Source]FIRST EPSS

VULNERABLE_TO (1)

[Software]maven/io.goobi.viewer:viewer-core

AFFECTS (1)

[Software]maven/io.goobi.viewer:viewer-core

HAS_WEAKNESS (1)

[Weakness]Missing Authentication for Critical Function

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-45083 (CVSS 9.8) — Ninja Signal Threat Intelligence | Ninja Signal