CVE-2026-45083
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Goobi viewer web application contains a critical unauthenticated injection vulnerability in the REST endpoint POST /api/v1/index/stream. From version 4.8.0 through 26.04.0, this endpoint accepts arbitrary Solr streaming expressions from unauthenticated network clients and forwards them directly to the backend Solr server without any authentication, sanitization, or access controls, enabling complete index read/write/delete operations.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Goobi viewer installation and versionLocate the Goobi viewer web application installation and check the version file or configuration. Common locations include the war file, config files, or the application's main page. Look for version strings such as '4.8.x' through '26.04.x'.Affected if The installed version falls within the range 4.8.0 to 26.04.0 inclusive.
-
Verify the REST API endpoint is exposedConfirm that the endpoint POST /api/v1/index/stream is accessible on the Goobi viewer server. This can be done by checking the application's exposed URLs or attempting a test request to the endpoint (ensure you have authorization).Affected if The endpoint /api/v1/index/stream is reachable from the network without authentication.
-
Check Solr backend accessibilityIdentify the Solr server configured for the Goobi viewer and verify whether it accepts connections from the Goobi viewer server or potentially from unauthenticated network clients. Review network configurations and firewall rules.Affected if The Solr backend is accessible without proper authentication or network restrictions.
-
Compare installed version against affected rangeUsing the version identified in step 1, compare it to the affected range: versions 4.8.0 through 26.04.0 are vulnerable. Versions below 4.8.0 or above 26.04.0 are not affected by this specific CVE.Affected if The installed version is 4.8.0, 26.04.0, or any version in between.
The environment is affected if the Goobi viewer version is between 4.8.0 and 26.04.0 inclusive AND the /api/v1/index/stream endpoint is exposed without additional authentication controls.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Goobi viewer version 26.04.1 or later to apply the security patch. As a defense-in-depth measure, implement network-level restrictions to limit which systems can directly access the Solr backend.
26.04.1
- Identify the current Goobi viewer version by checking the deployment or configuration files
- If the current version is between 4.8.0 and 26.04.0 (inclusive), plan an upgrade to version 26.04.1 or later
- Download the Goobi viewer version 26.04.1 from the official releases or GitHub repository
- Follow the standard Goobi viewer upgrade documentation for your deployment method (WAR file, Docker, etc.)
- After upgrade, verify that the /api/v1/index/stream endpoint now requires authentication
- Test that legitimate authenticated API calls to Solr streaming expressions still function correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,416.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45083 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-45083 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data