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

CVE-2026-35607: File Browser Privilege Escalation Flaw

CVE-2026-35607 is a privilege escalation vulnerability in File Browser where proxy-auth users gain unintended execution rights. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35607 Overview

CVE-2026-35607 is a privilege escalation vulnerability in File Browser, a web-based file management interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.63.1, an inconsistency in permission handling between the signup handler and proxy authentication handler allows automatically provisioned users to inherit unintended execution capabilities from global defaults.

Critical Impact

Users auto-created through proxy authentication inherit Execute permissions and Commands capabilities from global defaults, bypassing security controls explicitly implemented for self-registered users. This could allow unauthorized command execution on the underlying system.

Affected Products

  • File Browser versions prior to 2.63.1
  • File Browser installations using proxy authentication for user provisioning
  • Environments with global defaults that include Execute or Commands permissions

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-35607 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35607

Vulnerability Analysis

This vulnerability stems from an incomplete security fix (CWE-269: Improper Privilege Management) where permission restrictions were applied inconsistently across different user provisioning pathways. The original fix implemented in commit b6a4fb1 was designed to strip Execute permission and Commands from users created via the signup handler, preventing self-registered users from inheriting dangerous execution capabilities from global defaults.

However, the proxy authentication handler was not updated with the same security controls. When a user is automatically created upon their first successful proxy-auth login, they are granted execution capabilities from global defaults without the permission stripping that occurs in the signup pathway. This creates a privilege escalation vector where users provisioned through proxy authentication receive more permissions than intended.

The attack can be executed remotely over the network, though it requires high complexity as the attacker must leverage a proxy authentication mechanism that automatically provisions users. Once a user is created through this pathway with inherited execution permissions, they can execute arbitrary commands within the File Browser context.

Root Cause

The root cause is an incomplete application of a security fix across multiple code paths. While the signup handler was patched to strip Execute and Commands permissions from automatically created users, the proxy authentication handler continued to grant these permissions based on global defaults. This represents a failure to identify and update all relevant code paths when implementing security controls, leading to an inconsistent permission model between different user creation mechanisms.

Attack Vector

The attack requires network access to a File Browser instance configured with proxy authentication. An attacker who can authenticate through the proxy (either legitimately or through compromised credentials) will have a user account automatically provisioned with elevated Execute and Commands permissions. The vulnerability does not require prior authentication to File Browser itself, as the user creation occurs automatically during the first proxy-auth login.

The vulnerability mechanism involves the proxy authentication flow creating user accounts that inherit execution capabilities from global configuration settings. For technical implementation details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35607

Indicators of Compromise

  • Newly created user accounts with Execute or Commands permissions that were provisioned through proxy authentication
  • Unexpected command execution logs from user accounts created after proxy-auth login
  • User accounts in File Browser with elevated privileges that do not match organizational provisioning policies
  • Audit logs showing user creation events via proxy authentication followed by command execution activity

Detection Strategies

  • Review File Browser user database for accounts with Execute permissions that were created via proxy authentication
  • Monitor command execution logs for activity from automatically provisioned user accounts
  • Compare permission levels between users created via signup versus proxy authentication to identify discrepancies
  • Implement alerting for any command execution events from newly created user accounts

Monitoring Recommendations

  • Enable and centralize File Browser audit logging to capture user creation events and permission assignments
  • Monitor for command execution events, particularly from accounts created within a recent timeframe
  • Implement periodic permission audits to identify users with elevated privileges created through proxy authentication
  • Configure alerts for any Execute or Commands usage by accounts not explicitly granted these permissions

How to Mitigate CVE-2026-35607

Immediate Actions Required

  • Upgrade File Browser to version 2.63.1 or later immediately
  • Audit existing user accounts for unintended Execute or Commands permissions
  • Review and restrict global default permissions to remove Execute and Commands capabilities
  • Temporarily disable proxy authentication if immediate patching is not possible

Patch Information

The vulnerability is fixed in File Browser version 2.63.1. The patch ensures that users auto-created through proxy authentication have Execute permission and Commands stripped, consistent with the security controls already in place for the signup handler. Organizations should upgrade to version 2.63.1 or later to remediate this vulnerability.

For additional details, review the GitHub Pull Request #5890 that addresses this issue.

Workarounds

  • Remove Execute and Commands permissions from global defaults to prevent automatic inheritance by any provisioned users
  • Manually audit and revoke Execute/Commands permissions from users created via proxy authentication prior to the patch
  • Consider switching to manual user provisioning or the signup handler (which has proper permission stripping) until the patch is applied
  • Implement network-level access controls to restrict File Browser access to trusted networks
bash
# Review and update File Browser global settings
# Remove Execute and Commands from default permissions
# This prevents any automatically provisioned users from inheriting execution capabilities

# Example: Backup current configuration before making changes
cp /path/to/filebrowser/database.db /path/to/filebrowser/database.db.backup

# Upgrade File Browser to patched version
# Using the official installation method
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash -s -- -v 2.63.1

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFile Browser

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35606: File Browser Auth Bypass Vulnerability

  • CVE-2026-35605: File Browser Path Traversal Vulnerability

  • CVE-2026-35585: File Browser OS Command Injection RCE Flaw

  • CVE-2026-35604: File Browser Auth Bypass 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