Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-23623

CVE-2026-23623: Collabora Online Auth Bypass Vulnerability

CVE-2026-23623 is an authorization bypass vulnerability in Collabora Online that lets view-only users download restricted files using keyboard shortcuts. This article covers the technical details, affected versions, and patches.

Published: February 13, 2026

CVE-2026-23623 Overview

CVE-2026-23623 is an authorization bypass vulnerability in Collabora Online, a collaborative online office suite based on LibreOffice technology. The vulnerability allows users with view-only rights and no download privileges to obtain unauthorized local copies of shared files by using the keyboard shortcut Ctrl+Shift+S to initiate a file download process, even though corresponding buttons are not available in the user interface.

Critical Impact

Users can bypass access restrictions and retrieve unauthorized copies of sensitive documents shared in view-only mode, leading to potential data exfiltration and confidentiality breaches.

Affected Products

  • Collabora Online Development Edition versions prior to 25.04.08.2
  • Collabora Online versions prior to 23.05.20.1
  • Collabora Online versions prior to 24.04.17.3
  • Collabora Online versions prior to 25.04.7.5

Discovery Timeline

  • 2026-02-06 - CVE-2026-23623 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2026-23623

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization), indicating a failure to properly enforce access control policies. The core issue lies in the disconnect between the user interface restrictions and the underlying application logic. While the Collabora Online interface correctly removes download buttons for users with view-only permissions, the application fails to enforce these restrictions at the backend when file download requests are initiated through alternative means.

The vulnerability enables a complete bypass of document access controls designed to protect sensitive shared content. Organizations relying on view-only sharing to protect confidential documents face significant risk of unauthorized data retrieval.

Root Cause

The root cause is an improper authorization check (CWE-285) in the file download functionality of Collabora Online. The access control mechanism properly restricts the UI elements but fails to validate user permissions when processing download requests initiated via keyboard shortcuts. This creates a security gap where the authorization logic is only enforced at the presentation layer rather than being consistently applied at the application logic layer.

Attack Vector

The attack is network-accessible and requires no prior authentication beyond having view-only access to a shared document. An attacker can exploit this vulnerability through the following mechanism:

  1. The attacker receives or gains view-only access to a shared document in Collabora Online
  2. Although no download buttons are visible in the interface, the attacker uses the keyboard shortcut Ctrl+Shift+S
  3. This shortcut triggers the "Save As" or download functionality directly
  4. The backend fails to verify that the requesting user has download permissions
  5. The file download process initiates, allowing the attacker to save a local copy of the document

This bypass requires minimal technical knowledge and can be exploited by any user with view-only access to sensitive documents.

Detection Methods for CVE-2026-23623

Indicators of Compromise

  • Unexpected file download requests from users who only have view-only permissions
  • Server logs showing download API calls from sessions with restricted access levels
  • Audit trails indicating document retrieval by users without download privileges
  • Unusual patterns of Ctrl+Shift+S keyboard events followed by download requests

Detection Strategies

  • Implement logging of all file download requests with associated user permission levels
  • Monitor for download API endpoint access from sessions where download permissions are not granted
  • Review access logs for patterns of document access followed by unexpected download events
  • Deploy application-layer monitoring to detect keyboard shortcut bypass attempts

Monitoring Recommendations

  • Enable verbose logging for document sharing and access control events
  • Configure alerts for download attempts by users with view-only permissions
  • Regularly audit shared document access patterns and download activity
  • Implement session monitoring to correlate user permissions with actual file operations

How to Mitigate CVE-2026-23623

Immediate Actions Required

  • Upgrade Collabora Online Development Edition to version 25.04.08.2 or later
  • Upgrade Collabora Online to version 23.05.20.1, 24.04.17.3, or 25.04.7.5 depending on your release branch
  • Review audit logs for any unauthorized document downloads prior to patching
  • Assess which sensitive documents were shared with view-only restrictions and may have been compromised

Patch Information

Collabora has released patched versions that address this authorization bypass vulnerability. The fix ensures that permission checks are properly enforced at the application logic layer, preventing keyboard shortcuts from bypassing download restrictions. Detailed patch information is available in the GitHub Security Advisory.

Affected BranchPatched Version
Development Edition25.04.08.2
23.05.x23.05.20.1
24.04.x24.04.17.3
25.04.x25.04.7.5

Workarounds

  • Restrict access to sensitive documents entirely rather than relying on view-only mode until patches can be applied
  • Implement network-level controls to limit access to Collabora Online instances containing sensitive data
  • Consider temporarily disabling document sharing features for highly confidential content
  • Monitor and audit all document access activities to detect potential exploitation attempts

The recommended approach is to apply the official patches as soon as possible. Workarounds should only be considered as temporary measures while planning the upgrade process.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCollabora Online

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-66208: Collabora Online RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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