CVE-2026-45083
Description
The Goobi viewer is a web application that allows digitised material to be displayed in a web browser. From 4.8.0 to before 26.04.1, 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. This vulnerability is fixed in 26.04.1.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No vendor mitigations ingested yet for this CVE. The mitigation-content worker queues fetches as references arrive — check back in a few minutes, or see the references list below.
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | io.goobi.viewer:viewer-core | >=4.8.0,<=26.04 | |
| MAVEN | io.goobi.viewer:viewer-core | >= 4.8.0, <= 26.04 | |
References
- https://github.com/intranda/goobi-viewer-core/security/advisories/GHSA-2rgp-f66f-4499
- https://github.com/intranda/goobi-viewer-core/commit/326980f24ce1e7cfabf658dd5f615934ca68ebbd
- https://github.com/intranda/goobi-viewer-core
- https://github.com/intranda/goobi-viewer-core/releases/tag/v26.04.1
- https://github.com/advisories/GHSA-2rgp-f66f-4499
- https://github.com/intranda/goobi-viewer-core/commit/6bfb1cbd4250b0b347e84a80f38e8bf46acac705
CWEs
CWE-306
Verify integrity in audit chain (admin only). AS-IS.