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-2020-13938

CVE-2020-13938: Apache HTTP Server Privilege Escalation

CVE-2020-13938 is a privilege escalation vulnerability in Apache HTTP Server that allows unprivileged local users to stop httpd on Windows. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2020-13938 Overview

CVE-2020-13938 is a Missing Authorization vulnerability (CWE-862) affecting Apache HTTP Server versions 2.4.0 through 2.4.46 running on Microsoft Windows. This flaw allows unprivileged local users to stop the httpd service, resulting in a denial of service condition. The vulnerability stems from insufficient access control checks on service management operations, enabling any local user—regardless of privilege level—to terminate the web server process.

Critical Impact

Unprivileged local users can cause a denial of service by stopping the Apache HTTP Server on Windows systems, potentially disrupting web services and dependent applications.

Affected Products

  • Apache HTTP Server versions 2.4.0 to 2.4.46 (on Windows)
  • McAfee ePolicy Orchestrator (multiple versions including 5.10.0 and updates 1-12)
  • NetApp Cloud Backup
  • Microsoft Windows (as the affected operating system platform)

Discovery Timeline

  • 2021-06-10 - CVE-2020-13938 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13938

Vulnerability Analysis

This vulnerability represents a Missing Authorization flaw in Apache HTTP Server's Windows service management functionality. The root cause lies in the insufficient privilege validation when processing service control requests on Windows platforms. When Apache httpd is installed as a Windows service, the service control mechanisms fail to properly verify that the requesting user has appropriate administrative privileges before allowing service stop operations.

The attack requires local access to the affected Windows system, meaning an attacker must have the ability to execute commands on the target machine. However, no elevated privileges are required—any standard user account can exploit this vulnerability. The impact is limited to availability, as the vulnerability does not enable unauthorized data access or system modification beyond service disruption.

Root Cause

The vulnerability exists due to improper access control implementation in the Apache HTTP Server's Windows service handling code. The service management interface does not adequately enforce authorization checks, allowing users without administrative privileges to issue stop commands to the httpd service. This represents a violation of the principle of least privilege, where service control operations should be restricted to administrators or specifically authorized accounts.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target Windows system. An unprivileged local user can exploit this vulnerability by issuing service control commands to stop the Apache HTTP Server. This could be accomplished through standard Windows service management interfaces or command-line utilities.

The attack does not require user interaction and has low complexity, making it trivial to execute once local access is obtained. While the vulnerability does not allow code execution or privilege escalation, the ability to disrupt web services can have significant operational impact, particularly in environments where Apache httpd serves critical applications or acts as a reverse proxy for backend services.

Detection Methods for CVE-2020-13938

Indicators of Compromise

  • Unexpected Apache HTTP Server service stops on Windows systems, particularly when no maintenance is scheduled
  • Service control events in Windows Event Log initiated by non-administrative user accounts
  • Multiple service stop/start cycles indicating potential abuse or testing of the vulnerability
  • User accounts with no legitimate reason accessing service control functions for Apache

Detection Strategies

  • Monitor Windows Event Log for Service Control Manager events (Event ID 7036) related to Apache HTTP Server
  • Implement alerts for service stops initiated by non-administrative user accounts using Windows Security Auditing
  • Deploy endpoint detection solutions that monitor for unauthorized service management activities
  • Correlate service disruption events with user login sessions to identify suspicious patterns

Monitoring Recommendations

  • Enable Windows Security Auditing for service control events and forward logs to a centralized SIEM
  • Configure alerts for Apache httpd service state changes outside of scheduled maintenance windows
  • Monitor for repeated service stop attempts that could indicate exploitation or reconnaissance
  • Track service availability metrics to quickly identify denial of service conditions

How to Mitigate CVE-2020-13938

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.47 or later, which contains the fix for this vulnerability
  • Review and restrict local user access on systems running Apache HTTP Server on Windows
  • Implement service control restrictions using Windows Group Policy to limit who can manage the Apache service
  • Audit all user accounts with local access to affected systems and remove unnecessary accounts

Patch Information

Apache has released security patches addressing this vulnerability in Apache HTTP Server version 2.4.47 and later. Administrators should consult the Apache HTTP Server Security Vulnerabilities page for detailed patch information and upgrade instructions. Organizations using McAfee ePolicy Orchestrator should review the McAfee Security Bulletin SB10379 for specific guidance. NetApp customers should refer to the NetApp Advisory NTAP-20210702-0001 for affected product versions and remediation steps.

Workarounds

  • Restrict local access to Windows servers running Apache HTTP Server to only essential administrative personnel
  • Use Windows Local Security Policy or Group Policy to restrict service control permissions for the Apache service
  • Implement application-level monitoring to automatically restart the Apache service if unexpectedly stopped
  • Consider running Apache httpd under a dedicated service account with restricted permissions
bash
# Windows command to restrict service permissions (run as Administrator)
# This restricts the Apache service control to Administrators only
sc sdset Apache2.4 "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApache

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • OpenWall OSS-Security Discussion

  • McAfee Security Bulletin SB10379

  • Apache Announcement Thread

  • Apache Dev Discussion Thread

  • NetApp Advisory NTAP-20210702-0001
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities

  • Apache CVS Update Thread
  • Related CVEs
  • CVE-2026-3234: mod_proxy_cluster Auth Bypass Vulnerability

  • CVE-2025-40931: Apache::Session::Generate::MD5 Auth Bypass

  • CVE-2025-40932: Apache::SessionX Auth Bypass Vulnerability

  • CVE-2021-41773: Apache HTTP Server Path Traversal Flaw
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