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
    • 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-33072

CVE-2026-33072: Filerise Auth Bypass Vulnerability

CVE-2026-33072 is an authentication bypass flaw in Filerise caused by a hardcoded encryption key that allows attackers to forge tokens and decrypt secrets. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33072 Overview

CVE-2026-33072 is a hardcoded credentials vulnerability affecting FileRise, a self-hosted web file manager and WebDAV server. In versions prior to 3.9.0, a hardcoded default encryption key (default_please_change_this_key) is used for all cryptographic operations including HMAC token generation, AES config encryption, and session tokens. This critical security flaw allows unauthenticated attackers to forge upload tokens for arbitrary file upload to shared folders and decrypt admin configuration secrets including OIDC client secrets and SMTP passwords.

Critical Impact

Unauthenticated attackers can forge upload tokens for arbitrary file uploads and decrypt sensitive administrative configuration secrets including OIDC client secrets and SMTP passwords.

Affected Products

  • FileRise versions prior to 3.9.0
  • FileRise self-hosted web file manager deployments using default configuration
  • FileRise WebDAV server instances without custom PERSISTENT_TOKENS_KEY environment variable

Discovery Timeline

  • 2026-03-20 - CVE-2026-33072 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33072

Vulnerability Analysis

This vulnerability stems from the use of a hardcoded cryptographic key for all security-critical operations within FileRise. The application uses a single key (PERSISTENT_TOKENS_KEY) for multiple cryptographic functions including HMAC token generation, AES configuration encryption, and session token creation. The default value default_please_change_this_key is hardcoded in two separate locations within the codebase and remains active unless the deployer explicitly overrides it via an environment variable.

The vulnerability is exploitable over the network without any authentication or user interaction, making it particularly dangerous for internet-facing deployments. An attacker with knowledge of the default key can forge valid upload tokens, enabling arbitrary file uploads to shared folders. Additionally, the same key is used to encrypt sensitive configuration data, meaning attackers can decrypt administrative secrets such as OIDC client secrets and SMTP passwords.

Root Cause

The root cause is CWE-798: Use of Hard-coded Credentials. FileRise embeds the default encryption key default_please_change_this_key directly in the source code in two locations. The application relies on administrators to manually override this value through environment variables, but many deployments use the insecure default configuration. This design violates cryptographic best practices that mandate unique, randomly generated keys for each deployment.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Using the publicly known default key default_please_change_this_key to generate valid HMAC tokens
  2. Crafting upload tokens that appear legitimate to the FileRise server
  3. Uploading arbitrary files to shared folders, potentially including malicious payloads
  4. Decrypting configuration files to extract OIDC client secrets, SMTP passwords, and other sensitive data

The vulnerability manifests in the token generation and configuration encryption mechanisms. Since the default key is publicly known and documented, any attacker can leverage it against unpatched or misconfigured FileRise instances. For detailed technical analysis, see the GitHub Security Advisory GHSA-f4xx-57cv-mg3x.

Detection Methods for CVE-2026-33072

Indicators of Compromise

  • Unexpected files appearing in shared folders that were not uploaded by authorized users
  • Authentication or session tokens that validate successfully despite not originating from legitimate user sessions
  • Unauthorized access to administrative configuration data or settings
  • SMTP or OIDC authentication failures following potential credential compromise

Detection Strategies

  • Monitor FileRise logs for upload activities from unrecognized sources or IP addresses
  • Implement file integrity monitoring on shared folder directories to detect unauthorized uploads
  • Review configuration files for signs of unauthorized access or credential extraction attempts
  • Audit environment variable configurations to verify PERSISTENT_TOKENS_KEY is not using the default value

Monitoring Recommendations

  • Enable verbose logging for all file upload operations and token validation events
  • Set up alerts for configuration file access attempts outside normal administrative operations
  • Monitor network traffic for patterns consistent with token forgery or brute-force attacks
  • Implement real-time file system monitoring on shared folders to detect malicious file uploads

How to Mitigate CVE-2026-33072

Immediate Actions Required

  • Upgrade FileRise to version 3.9.0 or later immediately
  • Set a unique, cryptographically strong value for the PERSISTENT_TOKENS_KEY environment variable
  • Rotate all OIDC client secrets and SMTP passwords that may have been exposed
  • Audit shared folders for any unauthorized file uploads and remove suspicious files

Patch Information

FileRise version 3.9.0 addresses this vulnerability by implementing proper key management. Organizations should upgrade immediately by downloading the patched version from the FileRise v3.9.0 Release. After upgrading, verify that the PERSISTENT_TOKENS_KEY environment variable is set to a unique, strong cryptographic key.

Workarounds

  • Set the PERSISTENT_TOKENS_KEY environment variable to a unique, randomly generated 32+ character string before upgrading
  • Restrict network access to FileRise instances using firewall rules until patching is complete
  • Disable public sharing features temporarily if immediate patching is not possible
  • Place FileRise behind a VPN or reverse proxy with authentication to limit exposure
bash
# Configuration example
# Generate a secure random key and set the environment variable
export PERSISTENT_TOKENS_KEY=$(openssl rand -base64 32)

# Or add to your docker-compose.yml or .env file:
# PERSISTENT_TOKENS_KEY=your-unique-cryptographically-strong-key-here

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFilerise

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-798
  • Technical References
  • GitHub FileRise Release v3.9.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-f4xx-57cv-mg3x
  • Related CVEs
  • CVE-2026-33477: FileRise Auth Bypass Vulnerability

  • CVE-2026-33330: Filerise Auth Bypass Vulnerability

  • CVE-2026-33070: Filerise Auth Bypass Vulnerability

  • CVE-2026-33329: Filerise Path Traversal 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