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-2024-46901

CVE-2024-46901: Apache Subversion DOS Vulnerability

CVE-2024-46901 is a denial of service flaw in Apache Subversion mod_dav_svn that allows authenticated users to corrupt repositories. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-46901 Overview

CVE-2024-46901 is an input validation vulnerability affecting Apache Subversion repositories served via mod_dav_svn. The vulnerability stems from insufficient validation of filenames against control characters, which allows authenticated users with commit access to introduce corrupted revisions into a repository. This can lead to disruption for all users accessing the affected repository.

The vulnerability specifically impacts the WebDAV-based access method (mod_dav_svn) and does not affect repositories served through other access protocols such as svnserve or local file access.

Critical Impact

Authenticated attackers with commit privileges can corrupt Subversion repositories served via mod_dav_svn, potentially disrupting version control operations for all repository users.

Affected Products

  • Apache Subversion versions up to and including 1.14.4
  • Debian Linux 11.0 (with vulnerable Subversion packages)
  • Any system running mod_dav_svn with Apache HTTP Server

Discovery Timeline

  • 2024-12-09 - CVE-2024-46901 published to NVD
  • 2025-07-15 - Last updated in NVD database

Technical Details for CVE-2024-46901

Vulnerability Analysis

This vulnerability is classified as CWE-20 (Improper Input Validation). The core issue lies in how mod_dav_svn processes filename inputs during commit operations. When a user with commit access submits files containing control characters in their filenames, the module fails to properly validate and reject these malformed inputs before they are written to the repository.

The attack requires network access and authenticated privileges (commit access) to the repository. While the impact is limited to availability disruption rather than data confidentiality or integrity breaches, it can significantly impact development workflows by corrupting the repository state.

Root Cause

The root cause is insufficient input sanitization in the mod_dav_svn Apache module. The module does not adequately filter control characters (such as null bytes, carriage returns, line feeds, and other non-printable ASCII characters) from filenames before processing commits. This oversight allows specially crafted filenames to be accepted and stored, resulting in repository corruption.

Proper filename validation should reject any filename containing characters that could interfere with repository operations or violate filesystem naming conventions.

Attack Vector

The attack vector is network-based and requires authenticated access with commit privileges to the target Subversion repository. An attacker would need to:

  1. Authenticate to an Apache Subversion repository served via mod_dav_svn
  2. Have commit access to at least one path within the repository
  3. Craft a commit containing a file with control characters embedded in the filename
  4. Submit the malicious commit through the WebDAV interface

The vulnerability mechanism involves the WebDAV commit handler accepting filenames without proper sanitization. When control characters are present in filenames, subsequent operations on the repository may fail or produce unexpected behavior, effectively corrupting the revision and disrupting repository access for other users.

For detailed technical information about the vulnerability, refer to the Apache CVE-2024-46901 Advisory.

Detection Methods for CVE-2024-46901

Indicators of Compromise

  • Unusual commit activity containing non-printable characters in file paths
  • Repository access errors or corruption messages after recent commits
  • Log entries showing malformed filenames in Apache or Subversion logs
  • Users reporting inability to checkout, update, or browse specific revisions

Detection Strategies

  • Monitor Apache access logs for commit operations with unusual URL-encoded characters
  • Implement pre-commit hooks to validate filenames against control character patterns
  • Review Subversion transaction logs for commits containing suspicious filenames
  • Deploy file integrity monitoring on repository storage to detect corruption

Monitoring Recommendations

  • Enable verbose logging for mod_dav_svn to capture detailed commit information
  • Configure alerting for repository error conditions and access failures
  • Implement automated repository health checks to detect corruption early
  • Monitor user commit patterns for anomalous activity from accounts with commit access

How to Mitigate CVE-2024-46901

Immediate Actions Required

  • Upgrade Apache Subversion to version 1.14.5 or later immediately
  • Audit recent commits for any signs of filename manipulation or repository corruption
  • Review and restrict commit access privileges to trusted users only
  • Consider temporarily switching to alternative access methods (svnserve) if immediate patching is not possible

Patch Information

Apache has released version 1.14.5 of Subversion which addresses this vulnerability. Users should upgrade to this version or later to remediate the issue. Detailed patch information is available in the Apache CVE-2024-46901 Advisory.

For Debian Linux users, security updates are available through the standard package management system. Refer to the Debian LTS Announcement for distribution-specific guidance.

Workarounds

  • Migrate repositories to use svnserve or SSH-based access instead of mod_dav_svn
  • Implement server-side pre-commit hooks to reject filenames containing control characters
  • Restrict network access to the WebDAV endpoint using firewall rules or Apache access controls
  • Limit commit access to only essential personnel until patching is complete
bash
# Example pre-commit hook to reject control characters in filenames
# Place in repository/hooks/pre-commit and make executable
#!/bin/bash
REPOS="$1"
TXN="$2"

# Check for control characters in changed paths
svnlook changed -t "$TXN" "$REPOS" | while read line; do
    if echo "$line" | grep -qP '[\\x00-\\x1F\\x7F]'; then
        echo "Error: Filename contains control characters" >&2
        exit 1
    fi
done

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache Subversion

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability7.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Apache CVE-2024-46901 Advisory
  • Related CVEs
  • CVE-2022-24070: Apache Subversion Use-After-Free Flaw

  • CVE-2021-28544: Apache Subversion Info Disclosure 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