Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45083 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
Intranda Goobi viewer
>= 4.8.0, < 26.04.1 (semver)

CPE

  • cpe:2.3:a:intranda:goobi_viewer_core:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 26.04.1moderate effort
  • Mitigation:low effort

    Block the endpoint '/api/v1/index/stream' using 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>

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45083
NVD Published Date:
May 27, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-45083 Details - Not Deferred