A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-45083

CVE-2026-45083: Goobi Viewer Information Disclosure Flaw

CVE-2026-45083 is an information disclosure vulnerability in Goobi viewer that allows unauthenticated attackers to read, modify, or delete Solr index data. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-45083 Overview

CVE-2026-45083 is an authentication bypass vulnerability in the Goobi viewer, a web application used to display digitised material in a web browser. The flaw exists in the REST endpoint POST /api/v1/index/stream, which accepts arbitrary Solr streaming expressions from unauthenticated network clients and forwards them to the backend Solr server without restriction. Attackers can read the complete Solr index. In default Solr deployments, attackers can also modify or delete indexed records. The vulnerability affects Goobi viewer versions from 4.8.0 to before 26.04.1 and is tracked under [CWE-306] (Missing Authentication for Critical Function).

Critical Impact

Unauthenticated remote attackers can read, modify, or delete the entire Solr index backing the Goobi viewer instance.

Affected Products

  • Goobi viewer (intranda/goobi-viewer-core) versions 4.8.0 through versions prior to 26.04.1
  • Goobi viewer deployments using default Solr backend configurations
  • Digital library and digitisation platforms built on the affected Goobi viewer releases

Discovery Timeline

  • 2026-05-27 - CVE-2026-45083 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-45083

Vulnerability Analysis

The Goobi viewer exposes a REST endpoint at POST /api/v1/index/stream intended to handle Solr streaming expressions. The endpoint does not enforce authentication and does not validate or restrict the content of the streaming expression before forwarding it to the backend Apache Solr server. As a result, any network client can submit arbitrary Solr streaming expressions that the backend will execute.

Solr streaming expressions are a powerful query and data manipulation language. Read expressions such as search, select, and export allow extraction of the entire index. In Solr deployments configured with default access controls, write-capable expressions such as update and delete are also reachable, enabling record modification or destruction.

Root Cause

The root cause is missing authentication on a critical backend function [CWE-306]. The /api/v1/index/stream endpoint acts as an unauthenticated proxy to Solr without expression filtering, allow-listing, or caller identity checks.

Attack Vector

An unauthenticated attacker with network access to a vulnerable Goobi viewer instance sends an HTTP POST request to /api/v1/index/stream containing a crafted Solr streaming expression. The viewer relays the expression to the Solr backend and returns the response. Confidentiality is impacted through complete index disclosure. Integrity and availability are impacted when the Solr backend permits write operations, allowing deletion or tampering of indexed catalog records.

No verified public exploit code is available. Refer to the GitHub Security Advisory GHSA-2rgp-f66f-4499 for additional technical context.

Detection Methods for CVE-2026-45083

Indicators of Compromise

  • HTTP POST requests to /api/v1/index/stream originating from unauthenticated or unexpected source addresses.
  • Solr access logs containing streaming expressions such as search(, update(, or delete( initiated by the Goobi viewer service account outside normal application workflows.
  • Unexpected reductions in document counts or modification timestamps across Solr collections backing the Goobi viewer.

Detection Strategies

  • Monitor web server and reverse-proxy logs for requests to the /api/v1/index/stream path and alert on volume spikes or unauthenticated callers.
  • Inspect Solr server logs for streaming expression invocations that do not correlate with legitimate Goobi viewer user activity.
  • Compare Solr index document counts and checksums against known baselines to identify unauthorized modification or deletion.

Monitoring Recommendations

  • Forward Goobi viewer access logs and Solr query logs to a centralized logging or SIEM platform for correlation and retention.
  • Alert on any HTTP request to /api/v1/index/stream from source IPs outside trusted internal networks.
  • Track Solr write operations (update, delete, commit) and review whether they map to expected administrative jobs.

How to Mitigate CVE-2026-45083

Immediate Actions Required

  • Upgrade Goobi viewer to version 26.04.1 or later, which fixes the unauthenticated streaming endpoint.
  • Restrict network access to the Goobi viewer REST API to trusted networks until patching is complete.
  • Audit Solr index contents and recent write operations to confirm no unauthorized modification has occurred.

Patch Information

The vulnerability is fixed in Goobi viewer version 26.04.1. The fix is implemented in upstream commits 326980f24ce1e7cfabf658dd5f615934ca68ebbd and 6bfb1cbd4250b0b347e84a80f38e8bf46acac705. Administrators should review the GitHub Security Advisory GHSA-2rgp-f66f-4499 before upgrading.

Workarounds

  • Block external access to /api/v1/index/stream at the reverse proxy or web application firewall until the upgrade is applied.
  • Bind the backend Solr server to localhost or a private network segment so it is not reachable from untrusted clients.
  • Configure Solr authentication and authorization plugins to disallow write operations from the Goobi viewer service account where streaming write expressions are not required.
bash
# Example nginx rule to block the vulnerable endpoint until patched
location = /api/v1/index/stream {
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoobi Viewer

  • SeverityCRITICAL

  • CVSS Score9.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English