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-2022-24070

CVE-2022-24070: Apache Subversion Use-After-Free Flaw

CVE-2022-24070 is a use-after-free memory corruption vulnerability in Apache Subversion's mod_dav_svn component. This flaw affects versions 1.10.0 through 1.14.1. This article covers technical details, impact, and mitigation.

Published: February 18, 2026

CVE-2022-24070 Overview

Subversion's mod_dav_svn is vulnerable to memory corruption due to a use-after-free condition. While looking up path-based authorization rules, mod_dav_svn servers may attempt to use memory which has already been freed. This vulnerability affects Subversion mod_dav_svn servers versions 1.10.0 through 1.14.1 (inclusive). Servers that do not use mod_dav_svn are not affected by this vulnerability.

Critical Impact

This use-after-free vulnerability in Apache Subversion's mod_dav_svn module can be exploited remotely over the network without authentication, potentially causing denial of service conditions on affected Subversion servers.

Affected Products

  • Apache Subversion 1.10.0 through 1.14.1
  • Debian Linux 10.0 and 11.0
  • Fedora 35 and 36
  • Apple macOS (bundled Subversion)

Discovery Timeline

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

Technical Details for CVE-2022-24070

Vulnerability Analysis

The vulnerability exists within the mod_dav_svn module, which provides WebDAV/DeltaV protocol support for Apache Subversion repositories served over HTTP/HTTPS. The core issue is a use-after-free (CWE-416) memory corruption vulnerability that occurs during the path-based authorization (authz) rule lookup process.

When mod_dav_svn processes requests requiring path-based access control evaluation, it allocates memory structures to handle authorization decisions. Under certain conditions, the module incorrectly references memory that has already been deallocated, leading to undefined behavior. This can result in server crashes or unpredictable behavior, effectively denying service to legitimate users attempting to access Subversion repositories.

The vulnerability is particularly concerning because it can be triggered remotely over the network without requiring authentication, making it accessible to unauthenticated attackers who can reach the affected Subversion server.

Root Cause

The root cause is a use-after-free memory management error in the mod_dav_svn module's path-based authorization code. During authz rule processing, memory containing authorization context or rule data is freed prematurely while still being referenced by other parts of the code. When subsequent operations attempt to access this freed memory, the server encounters corrupted or invalid data, leading to crashes or unpredictable behavior.

Attack Vector

The attack vector is network-based, allowing remote exploitation without user interaction or authentication. An attacker can send specially crafted HTTP/HTTPS requests to a vulnerable mod_dav_svn server that trigger the path-based authorization lookup code path. By manipulating request parameters or repository paths, the attacker can cause the server to enter a state where the use-after-free condition is triggered.

The vulnerability specifically requires:

  • Target server running Apache HTTP Server with mod_dav_svn module enabled
  • Subversion versions 1.10.0 through 1.14.1
  • Path-based authorization (authz) configured for the repository

Servers not using mod_dav_svn (such as those using svnserve directly) are not affected.

Detection Methods for CVE-2022-24070

Indicators of Compromise

  • Unexpected Apache HTTP Server crashes or segmentation faults in mod_dav_svn module
  • Error log entries indicating memory access violations during Subversion repository operations
  • Repeated service restarts of Apache processes handling Subversion requests
  • Core dump files generated by httpd processes with mod_dav_svn in the stack trace

Detection Strategies

  • Monitor Apache error logs for segmentation fault messages related to mod_dav_svn processing
  • Implement application-level monitoring to detect abnormal crash frequencies on Subversion servers
  • Deploy intrusion detection rules to identify unusual patterns of HTTP requests targeting SVN repositories
  • Use memory debugging tools (such as Valgrind or AddressSanitizer) in development environments to detect use-after-free conditions

Monitoring Recommendations

  • Configure automated alerting for Apache child process crashes on servers running mod_dav_svn
  • Implement log aggregation to correlate crash events with incoming request patterns
  • Monitor server availability metrics for Subversion repositories to detect denial of service conditions
  • Enable core dump collection and analysis for post-incident forensic investigation

How to Mitigate CVE-2022-24070

Immediate Actions Required

  • Upgrade Apache Subversion to version 1.14.2 or later to address this vulnerability
  • If immediate patching is not possible, consider temporarily disabling mod_dav_svn and using alternative access methods
  • Review server logs for signs of exploitation attempts targeting Subversion repositories
  • Implement network-level access controls to limit exposure of Subversion servers to trusted networks

Patch Information

Apache has released patched versions of Subversion that address this vulnerability. Users should upgrade to Subversion 1.14.2 or later. Multiple Linux distributions have also released security updates:

  • Debian Security Advisory DSA-5119 provides patched packages for Debian 10 and 11
  • Fedora Package Announcements include updates for Fedora 35 and 36
  • Apple Support Security Update HT213345 addresses the vulnerability in macOS

Additional technical details are available in the Apache Bugzilla Report and Apache JIRA Issue SVN-4880.

Workarounds

  • Restrict network access to Subversion servers using firewall rules or VPN requirements
  • Disable mod_dav_svn and use svnserve with SSH tunneling as an alternative access method
  • Implement rate limiting on the web server to reduce the impact of potential exploitation attempts
  • Configure Apache to run in a sandboxed environment to limit the impact of crashes
bash
# Configuration example: Disable mod_dav_svn temporarily
# In Apache configuration (httpd.conf or apache2.conf)
# Comment out or remove the LoadModule directive:
# LoadModule dav_svn_module modules/mod_dav_svn.so

# Alternative: Restrict access to trusted networks only
<Location /svn>
    Require ip 10.0.0.0/8 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechApache Subversion

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.88%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Full Disclosure July 2022

  • Fedora Package Announcement July 2022

  • Fedora Package Announcement August 2022

  • Apple Support Security Update

  • Debian Security Advisory DSA-5119
  • Vendor Resources
  • Apache Bugzilla Report

  • Apache HTTPD Module Documentation

  • Apache JIRA Issue SVN-4880
  • Related CVEs
  • CVE-2024-46901: Apache Subversion DOS Vulnerability

  • 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