A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-45283

CVE-2026-45283: Nextcloud Server Auth Bypass Vulnerability

CVE-2026-45283 is an authentication bypass flaw in Nextcloud Server that allows authenticated users to lock or unlock files belonging to other users. This post covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-45283 Overview

CVE-2026-45283 affects Nextcloud Server, an open source content collaboration platform. The files_lock app fails to validate file ownership when processing WebDAV-based Distributed Authoring and Versioning (DAV) lock and unlock requests. An authenticated user can lock or unlock files owned by other users by referencing absolute WebDAV paths. The vulnerability also causes lock tokens to be disclosed in error responses, enabling attackers to remove token-based locks placed by other users' client applications. The flaw is categorized under [CWE-287] Improper Authentication.

Critical Impact

Authenticated attackers can manipulate file locks on resources they do not own, disrupting collaborative workflows and exposing lock tokens to unauthorized parties.

Affected Products

  • Nextcloud Server versions 32.0.0 to before 32.0.2
  • Nextcloud Server versions 33.0.0 to before 33.0.1
  • Nextcloud Enterprise Server versions prior to 31.0.14.4, 32.0.2, or 33.0.1

Discovery Timeline

  • 2026-06-01 - CVE-2026-45283 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-45283

Vulnerability Analysis

The vulnerability resides in the files_lock app, which provides file locking functionality over WebDAV. When processing LOCK and UNLOCK DAV requests, the application does not verify whether the authenticated caller owns or has permission to operate on the target resource. An attacker who holds any valid user account can target the absolute WebDAV path of another user's files and manipulate their lock state.

A secondary issue compounds the impact: lock tokens, which should remain confidential to the locking client, are leaked back in error responses sent to unauthorized callers. With a leaked token, an attacker can remove token-based locks placed by legitimate client applications, including desktop sync clients that depend on locks for conflict prevention.

Root Cause

The root cause is missing ownership and authorization validation in the request handler for DAV LOCK and UNLOCK operations. The handler accepted absolute WebDAV paths without confirming the requesting user had rights to the resource. Error response handling additionally included sensitive lock token data instead of returning a generic error.

Attack Vector

Exploitation requires an authenticated, low-privilege account on the Nextcloud instance. The attacker issues a crafted WebDAV LOCK or UNLOCK request against the absolute path of a victim's file. The server processes the operation without ownership checks, applying or removing the lock. To recover existing tokens, the attacker triggers error conditions that cause the server to return the token in the response body, then replays the token in subsequent UNLOCK requests. The fix is described in the Nextcloud files_lock Pull Request #1007 and the Nextcloud Security Advisory GHSA-4chh-6mhf-p4jj.

Detection Methods for CVE-2026-45283

Indicators of Compromise

  • WebDAV LOCK or UNLOCK requests where the authenticated user differs from the owner of the target path
  • HTTP error responses from the files_lock endpoint containing lock token values
  • Unexpected lock state changes on files reported by desktop sync clients or end users

Detection Strategies

  • Parse Nextcloud access logs for LOCK and UNLOCK methods against /remote.php/dav/files/<user>/ paths where the path user does not match the session user
  • Alert on repeated DAV error responses returned to a single authenticated user account within a short window
  • Correlate user complaints about inaccessible or unexpectedly locked files with WebDAV activity in audit logs

Monitoring Recommendations

  • Enable Nextcloud audit logging for file operations and DAV requests
  • Forward WebDAV access logs to a centralized log analytics platform for cross-user correlation
  • Track the volume of 423 Locked and related DAV error responses per user account as a baseline anomaly indicator

How to Mitigate CVE-2026-45283

Immediate Actions Required

  • Upgrade Nextcloud Server to version 32.0.2 or 33.0.1 as recommended by the vendor
  • Upgrade Nextcloud Enterprise Server to 31.0.14.4, 32.0.2, or 33.0.1
  • Review recent WebDAV LOCK and UNLOCK activity for cross-user abuse before patching
  • Notify users to report any files that appear locked or modified unexpectedly

Patch Information

The upstream fix is implemented in Nextcloud files_lock Pull Request #1007. The patch adds ownership validation to DAV lock and unlock handlers and removes lock token disclosure from error responses. Full details are documented in the Nextcloud Security Advisory GHSA-4chh-6mhf-p4jj and the HackerOne Report #3301553.

Workarounds

  • No official workaround is published by the vendor; upgrading is the supported remediation
  • Restrict account creation and review existing low-privilege accounts to limit the population of potential attackers until patches are applied
  • Temporarily disable the files_lock app if business workflows allow, accepting the loss of file locking functionality
bash
# Upgrade Nextcloud Server using the built-in updater (example)
sudo -u www-data php /var/www/nextcloud/updater/updater.phar

# Verify installed version after upgrade
sudo -u www-data php /var/www/nextcloud/occ status

# Optional: disable files_lock app as a temporary measure
sudo -u www-data php /var/www/nextcloud/occ app:disable files_lock

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNextcloud

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • HackerOne Report #3301553
  • Vendor Resources
  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45285: Nextcloud Server Auth Bypass Vulnerability

  • CVE-2026-45284: Nextcloud User OIDC Auth Bypass Flaw

  • CVE-2026-45281: Nextcloud Server Auth Bypass Vulnerability

  • CVE-2026-45282: Nextcloud Server Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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