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-27611

CVE-2026-27611: FileBrowser Quantum Auth Bypass Flaw

CVE-2026-27611 is an authentication bypass vulnerability in FileBrowser Quantum that allows attackers to download password-protected files without authentication. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27611 Overview

CVE-2026-27611 is an Authentication Bypass vulnerability affecting FileBrowser Quantum, a free, self-hosted, web-based file manager. Prior to versions 1.1.3-stable and 1.2.6-beta, when users share password-protected files, the recipient can completely bypass the password and still download the file. This occurs because the API returns a direct download link in the details of the share, which is accessible to anyone with just the share link, even without providing the password.

Critical Impact

Attackers can bypass password protection on shared files by directly accessing the download link returned by the API, leading to unauthorized access to sensitive data without any authentication.

Affected Products

  • FileBrowser Quantum versions prior to 1.1.3-stable
  • FileBrowser Quantum versions prior to 1.2.6-beta

Discovery Timeline

  • 2026-02-25 - CVE-2026-27611 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27611

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw exists in the public share handler implementation within the FileBrowser Quantum application. When a user creates a password-protected file share, the application's API endpoint returns metadata about the share that includes a direct download URL. This direct download URL is accessible without requiring password authentication, effectively rendering the password protection mechanism useless.

The vulnerability is network-exploitable and requires no special privileges to exploit. An attacker only needs access to the share link itself—they do not need to know or provide the password that was supposed to protect the shared content. This represents a fundamental flaw in the access control logic where the API response reveals protected resources before authentication is verified.

Root Cause

The root cause of this vulnerability lies in the improper handling of share details in the backend/http/public.go file. The public share handler was exposing the direct download link in the API response before validating whether the requesting user had provided the correct password. The authentication check for password-protected shares was occurring at the wrong point in the request flow, allowing unauthenticated access to the download URL metadata.

Attack Vector

The attack vector for CVE-2026-27611 is network-based and requires user interaction in the form of accessing a share link. An attacker who obtains a FileBrowser Quantum share link (through phishing, social engineering, or by simply being the intended recipient) can:

  1. Access the share link endpoint without providing the password
  2. Examine the API response which contains the direct download URL
  3. Use the direct download URL to retrieve the file contents
  4. Bypass the password protection entirely

The security patch introduced proper user validation by importing the users database module and ensuring that authentication checks occur before exposing any download links:

go
 	"github.com/gtsteffaniak/filebrowser/backend/common/settings"
 	"github.com/gtsteffaniak/filebrowser/backend/common/utils"
 	"github.com/gtsteffaniak/filebrowser/backend/database/share"
+	"github.com/gtsteffaniak/filebrowser/backend/database/users"
 	"github.com/gtsteffaniak/filebrowser/backend/preview"
 	"github.com/gtsteffaniak/go-logger/logger"

Source: GitHub Commit Update

Detection Methods for CVE-2026-27611

Indicators of Compromise

  • Unusual access patterns to share endpoints without corresponding password authentication events
  • API responses containing direct download URLs being accessed multiple times without valid authentication
  • Log entries showing file downloads from share links where password verification was never completed
  • Anomalous download activity for files that should be password-protected

Detection Strategies

  • Monitor FileBrowser Quantum access logs for requests to share detail endpoints followed immediately by direct download requests without password submission
  • Implement alerting for any successful file downloads from password-protected shares where authentication events are missing
  • Review API response logs for exposure of download URLs in unauthenticated contexts
  • Deploy web application firewall rules to detect sequential access patterns indicative of this bypass technique

Monitoring Recommendations

  • Enable verbose logging on the FileBrowser Quantum application to capture all share access attempts
  • Implement network monitoring to track data exfiltration from the file manager service
  • Set up alerts for downloads of sensitive files that bypass expected authentication workflows
  • Regularly audit share configurations and access logs to identify potential exploitation

How to Mitigate CVE-2026-27611

Immediate Actions Required

  • Upgrade FileBrowser Quantum to version 1.1.3-stable or later (for stable branch users)
  • Upgrade FileBrowser Quantum to version 1.2.6-beta or later (for beta branch users)
  • Audit existing password-protected shares to determine if unauthorized access may have occurred
  • Consider regenerating share links for sensitive files after patching

Patch Information

The vulnerability has been fixed in FileBrowser Quantum versions 1.1.3-stable and 1.2.6-beta. The patch modifies the public share handler to properly validate user authentication before exposing download links. The fix is documented in the GitHub Security Advisory GHSA-8vrh-3pm2-v4v6 and the corresponding commit c51b0ee9738fa4599b409f47c5bf820ef31b4fe1.

Workarounds

  • Disable password-protected file sharing functionality until the patch can be applied
  • Use alternative secure file transfer methods for sensitive data until FileBrowser Quantum is updated
  • Implement network-level access controls to restrict who can access FileBrowser Quantum share endpoints
  • Consider placing FileBrowser Quantum behind an additional authentication layer such as a reverse proxy with authentication
bash
# Configuration example
# Temporarily disable public shares in FileBrowser Quantum
# Set the following in your configuration file or environment:
FB_DISABLE_PUBLIC_LINKS=true

# If using Docker, add to your docker-compose.yml:
# environment:
#   - FB_DISABLE_PUBLIC_LINKS=true

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFilebrowser

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-8vrh-3pm2-v4v6
  • Related CVEs
  • CVE-2026-32761: Filebrowser Auth Bypass Vulnerability

  • CVE-2026-32760: Filebrowser Auth Bypass Vulnerability

  • CVE-2026-32758: Filebrowser Path Traversal 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