The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-30933

CVE-2026-30933: FileBrowser Quantum Info Disclosure Flaw

CVE-2026-30933 is an information disclosure vulnerability in FileBrowser Quantum that exposes tokenized download URLs in password-protected shares. This article covers the technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30933 Overview

CVE-2026-30933 is an Information Disclosure vulnerability in FileBrowser Quantum, a free, self-hosted, web-based file manager. This vulnerability represents an incomplete remediation of CVE-2026-27611, where password protected shares continue to disclose tokenized download URLs via the /public/api/share/info endpoint. The flaw allows unauthenticated attackers to obtain sensitive file access tokens, potentially bypassing the intended password protection mechanism for shared files.

Critical Impact

Password protected file shares can be accessed without authentication by obtaining exposed tokenized downloadURL values from the public API endpoint.

Affected Products

  • FileBrowser Quantum versions prior to 1.3.1-beta
  • FileBrowser Quantum versions prior to 1.2.2-stable

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-30933 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30933

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The issue stems from an incomplete fix for a previous vulnerability (CVE-2026-27611) that was intended to protect password-protected file shares from unauthorized access.

The core problem lies in the API endpoint /public/api/share/info, which continues to expose tokenized download URLs even when shares are configured with password protection. This means that while the application prompts users for a password to access shared content through the normal user interface, the underlying API leaks the necessary token information that can be used to construct direct download links.

An attacker with knowledge of a share's existence can query this public API endpoint without providing any credentials and retrieve the tokenized downloadURL. This token can then be used to directly access the shared files, completely circumventing the password protection mechanism that file owners believed was securing their content.

Root Cause

The vulnerability originates from improper access control in the share information API endpoint. When the original CVE-2026-27611 was remediated, the fix failed to properly sanitize or restrict the response data for password-protected shares. The API continues to include the downloadURL field with a valid access token in its response, regardless of whether the share requires password authentication.

This represents a classic case of incomplete security fix where the visible user interface behavior was corrected (showing password prompts) but the underlying API data exposure was not fully addressed.

Attack Vector

The attack leverages the network-accessible API endpoint that does not require any authentication. An attacker can exploit this vulnerability through the following approach:

  1. The attacker identifies or enumerates share identifiers for a target FileBrowser Quantum instance
  2. The attacker sends a request to the /public/api/share/info endpoint with the share identifier
  3. The API responds with share metadata including the tokenized downloadURL
  4. The attacker extracts the download token from the response
  5. Using the token, the attacker directly accesses the shared files without ever providing the share password

This attack requires no user interaction and can be performed entirely over the network against any exposed FileBrowser Quantum instance running a vulnerable version.

Detection Methods for CVE-2026-30933

Indicators of Compromise

  • Unusual volume of requests to /public/api/share/info from single IP addresses or user agents
  • Direct file downloads using tokenized URLs without corresponding password authentication events
  • API access patterns indicating enumeration attempts against share endpoints
  • Access logs showing successful file retrievals for password-protected shares without prior authentication

Detection Strategies

  • Monitor web server access logs for requests to /public/api/share/info endpoints, particularly from untrusted sources
  • Implement rate limiting detection on the share info API endpoint to identify potential enumeration attacks
  • Correlate file download events with authentication logs to identify downloads occurring without proper password verification
  • Deploy web application firewall (WAF) rules to detect and alert on suspicious access patterns to the share API

Monitoring Recommendations

  • Enable verbose logging for all API endpoints related to file sharing functionality
  • Set up alerts for high-frequency requests to share information endpoints from individual IP addresses
  • Monitor for access to shared files that bypasses the normal authentication flow
  • Review access logs periodically for evidence of token harvesting from the vulnerable endpoint

How to Mitigate CVE-2026-30933

Immediate Actions Required

  • Upgrade FileBrowser Quantum to version 1.2.2-stable or 1.3.1-beta immediately
  • Audit existing password-protected shares for potential unauthorized access
  • Regenerate share tokens for sensitive files that may have been exposed
  • Review access logs for any suspicious activity targeting the share info API endpoint
  • Consider temporarily disabling password-protected shares until the upgrade is complete if they contain highly sensitive data

Patch Information

The vulnerability has been addressed in FileBrowser Quantum versions 1.2.2-stable and 1.3.1-beta. Users should update to one of these versions based on their deployment preferences:

  • Stable branch users: Upgrade to v1.2.2-stable
  • Beta branch users: Upgrade to v1.3.1-beta

For complete security advisory details, refer to the GitHub Security Advisory GHSA-525j-95gf-766f.

Workarounds

  • Restrict network access to the FileBrowser Quantum instance using firewall rules until patching is possible
  • Implement reverse proxy authentication to add an additional layer of access control
  • Disable the public sharing feature entirely if password-protected shares are critical to your security posture
  • Use network segmentation to limit exposure of the vulnerable API endpoint to trusted networks only

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFilebrowser

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Release v1.2.2 Stable

  • GitHub Release v1.3.1 Beta

  • GitHub Security Advisory GHSA-525j-95gf-766f
  • Related CVEs
  • CVE-2026-32761: Filebrowser Auth Bypass Vulnerability

  • CVE-2026-32758: Filebrowser Path Traversal Vulnerability

  • CVE-2026-32760: Filebrowser Auth Bypass Vulnerability

  • CVE-2026-32759: Filebrowser Filebrowser 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