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-2021-28544

CVE-2021-28544: Apache Subversion Info Disclosure Flaw

CVE-2021-28544 is an information disclosure vulnerability in Apache Subversion that exposes protected copyfrom paths through authz bypass. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-28544 Overview

Apache Subversion servers contain a path-based authorization (authz) bypass vulnerability that exposes protected 'copyfrom' paths to unauthorized users. When a node has been copied from a protected location, users with access to the copy can see the 'copyfrom' path of the original, effectively revealing the existence and location of protected resources. This vulnerability affects both httpd and svnserve servers, potentially compromising the confidentiality of repository structure and revealing internal organizational information that should remain hidden.

Critical Impact

Authenticated users can discover protected repository paths and their structure, potentially exposing sensitive project names, internal codenames, or confidential directory structures that were intended to remain hidden through authz rules.

Affected Products

  • Apache Subversion (all affected versions)
  • Debian Linux 10.0 and 11.0
  • Fedora 35 and 36
  • Apple macOS (bundled Subversion)

Discovery Timeline

  • 2022-04-12 - CVE CVE-2021-28544 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-28544

Vulnerability Analysis

This vulnerability represents an Information Disclosure flaw (CWE-200) in Apache Subversion's path-based authorization implementation. The root issue lies in how Subversion handles metadata exposure when repository nodes are copied from protected locations to accessible areas.

When an administrator configures authz rules to restrict access to certain paths within a Subversion repository, the expectation is that unauthorized users cannot obtain any information about those protected paths. However, due to this regression, when a node is copied from a protected path to an accessible location, the 'copyfrom' metadata—which indicates where the copy originated—is not properly filtered based on the viewer's authorization level.

This allows any authenticated user with read access to the destination path to discover the existence of protected source paths, effectively bypassing the intended confidentiality controls. While the actual contents of the protected paths remain inaccessible, the path names themselves can reveal sensitive information about internal projects, organizational structure, or security-sensitive components.

Root Cause

The vulnerability stems from improper access control validation during the retrieval of copy history metadata. When Subversion processes requests for repository information, it fails to apply authz rules to the 'copyfrom' path information associated with copied nodes. The authorization check properly restricts access to the content of protected paths but does not extend this protection to the metadata that reveals the path's existence.

This regression affects the server-side components responsible for filtering repository information based on configured authz rules, impacting both the Apache HTTP Server module (mod_dav_svn) and the standalone svnserve daemon.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with legitimate read access to at least some portion of the repository. The exploitation flow involves:

  1. An attacker authenticates to the Subversion server with valid credentials
  2. The attacker queries repository history or metadata for paths they have read access to
  3. When examining nodes that were copied from protected locations, the 'copyfrom' path is revealed
  4. The attacker extracts information about protected paths, learning their names and existence

This requires no special tools beyond standard Subversion client utilities. The attacker can use commands such as svn log --verbose or svn info to discover the copyfrom paths associated with copied nodes.

Detection Methods for CVE-2021-28544

Indicators of Compromise

  • Unusual volume of svn log or svn info requests targeting recently copied paths
  • Repeated queries from authenticated users examining copy history metadata across multiple repository areas
  • Access log entries showing systematic enumeration of repository structure by users with limited permissions

Detection Strategies

  • Monitor Subversion access logs for patterns of metadata queries targeting copied nodes
  • Implement audit logging to track when copyfrom information is requested and by whom
  • Review authentication logs for accounts querying paths outside their normal working directories
  • Analyze query patterns to identify reconnaissance behavior targeting repository structure

Monitoring Recommendations

  • Enable verbose logging on both mod_dav_svn and svnserve to capture detailed request information
  • Implement alerting for high-frequency metadata queries from single user accounts
  • Regularly audit repository access patterns against expected user behavior
  • Consider deploying network-level monitoring to detect unusual Subversion protocol activity

How to Mitigate CVE-2021-28544

Immediate Actions Required

  • Update Apache Subversion to the latest patched version immediately
  • Review repository structure to identify any copies made from protected paths to public areas
  • Audit current authz configurations to understand what paths may have been exposed
  • Consider temporarily restricting repository access while patches are applied

Patch Information

Apache has released security updates to address this vulnerability. Administrators should upgrade to the patched versions as outlined in the Apache Subversion CVE Advisory. Additional security updates are available from distribution maintainers:

  • Debian users should apply the fixes from DSA-5119
  • Fedora users should install the updated packages per the Fedora Package Announcement
  • Apple macOS users should review Apple Security Knowledge Base HT213345

Workarounds

  • Review and minimize the use of copy operations from protected paths to publicly accessible areas
  • Consider restructuring repositories to avoid scenarios where copies originate from protected locations
  • Implement additional network-level access controls to limit which users can connect to Subversion servers
  • Evaluate whether path-based authorization alone provides sufficient protection for highly sensitive content, and consider repository separation for truly confidential data
bash
# Verify current Subversion version
svn --version

# Check svnserve version on server
svnserve --version

# Review Apache Subversion module version
apachectl -M | grep svn

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Subversion

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Full Disclosure Mailing List Post

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Apple Security Knowledge Base

  • Debian Security Advisory DSA-5119
  • Vendor Resources
  • Apache Subversion CVE Advisory
  • Related CVEs
  • CVE-2024-46901: Apache Subversion DOS Vulnerability

  • CVE-2022-24070: Apache Subversion Use-After-Free Flaw
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