A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-31843

CVE-2021-31843: McAfee Endpoint Security Privilege Escalation

CVE-2021-31843 is a privilege escalation vulnerability in McAfee Endpoint Security (ENS) that enables local users to access restricted files via junction link manipulation. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: February 25, 2026

CVE-2021-31843 Overview

An improper privileges management vulnerability exists in McAfee Endpoint Security (ENS) for Windows prior to version 10.7.0 September 2021 Update. This security flaw allows local users to access files which they would otherwise not have access to by manipulating junction links to redirect McAfee folder operations to an unintended location. The vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), also known as a symlink attack or link following vulnerability.

Critical Impact

Local attackers can leverage this vulnerability to achieve unauthorized file access and potentially escalate privileges on affected Windows systems running vulnerable versions of McAfee Endpoint Security.

Affected Products

  • McAfee Endpoint Security for Windows versions prior to 10.7.0 September 2021 Update
  • McAfee Endpoint Security 10.7.0 with updates from February 2020 through June 2021
  • McAfee Endpoint Security 10.7.0 including April 2020, July 2020, September 2020, and November 2020 releases

Discovery Timeline

  • 2021-09-17 - CVE-2021-31843 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2021-31843

Vulnerability Analysis

This vulnerability stems from improper handling of filesystem operations within McAfee Endpoint Security's privileged processes. When the security software performs file operations on specific directories, it fails to properly validate whether the target path has been manipulated through junction links (Windows symbolic links for directories).

An attacker with local access can exploit this by creating a junction point that redirects McAfee's folder operations from their intended target to arbitrary locations on the filesystem. Because McAfee ENS operates with elevated privileges (SYSTEM-level permissions), any file operations redirected through these junction links execute with the same elevated privileges, allowing unauthorized access to protected files and directories.

Root Cause

The root cause is CWE-59: Improper Link Resolution Before File Access. The McAfee ENS software does not adequately verify that file paths are genuine before performing privileged operations. Specifically, the application follows junction links without checking whether the resolved path matches the expected destination, enabling attackers to redirect operations to arbitrary filesystem locations through symbolic link manipulation.

Attack Vector

The attack requires local access to the target system. An attacker must:

  1. Identify privileged folder operations performed by McAfee ENS
  2. Create a junction link (directory symbolic link) at a location McAfee accesses
  3. Point the junction link to a target directory the attacker wishes to access
  4. Trigger the McAfee operation that follows the junction link
  5. The privileged McAfee process will then perform file operations on the redirected target location

This symlink-based attack technique is a well-documented method for privilege escalation in Windows environments where high-privilege applications follow filesystem links without proper validation.

Detection Methods for CVE-2021-31843

Indicators of Compromise

  • Unexpected junction links created in McAfee installation directories (typically C:\Program Files\McAfee\)
  • Suspicious symbolic link creation events involving McAfee-related paths
  • Unusual file access patterns from McAfee processes to unrelated system directories
  • Local user accounts creating directory junctions in system-protected locations

Detection Strategies

  • Monitor for junction link creation events using Windows Security Event logs or Sysmon
  • Implement file integrity monitoring on McAfee installation directories
  • Audit symbolic link creation operations by non-administrative users
  • Use endpoint detection tools to identify suspicious process behavior from McAfee services accessing unusual paths

Monitoring Recommendations

  • Enable detailed file system auditing on Windows endpoints running McAfee ENS
  • Deploy SentinelOne's behavioral AI to detect anomalous file access patterns from security software processes
  • Configure alerts for junction link creation in system directories
  • Monitor for privilege escalation attempts following filesystem manipulation

How to Mitigate CVE-2021-31843

Immediate Actions Required

  • Update McAfee Endpoint Security to version 10.7.0 September 2021 Update or later immediately
  • Audit systems for unauthorized junction links in McAfee directories
  • Restrict local user permissions where possible to minimize attack surface
  • Enable enhanced logging to detect potential exploitation attempts

Patch Information

McAfee has addressed this vulnerability in the September 2021 Update for Endpoint Security version 10.7.0. Organizations should apply this update immediately through their standard McAfee deployment mechanisms. Detailed patch information is available in the McAfee Security Advisory SB10367.

Workarounds

  • Restrict local user access to systems running vulnerable McAfee ENS versions until patching is complete
  • Implement application whitelisting to prevent unauthorized symbolic link creation tools
  • Deploy additional endpoint monitoring to detect junction link abuse attempts
  • Consider using Windows security policies to restrict symbolic link creation for non-administrative users
bash
# Check McAfee ENS version on Windows
# Run in Command Prompt as Administrator
wmic product where "name like 'McAfee Endpoint Security%'" get name,version

# List junction links in McAfee directories for audit
dir /AL "C:\Program Files\McAfee\" /S

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMcafee

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Technical References
  • McAfee Security Advisory SB10367
  • Related CVEs
  • CVE-2021-31854: McAfee Agent Privilege Escalation Flaw

  • CVE-2021-23874: McAfee Total Protection Privilege Escalation

  • CVE-2022-1256: McAfee Agent Privilege Escalation Flaw

  • CVE-2022-0166: McAfee Agent Privilege Escalation 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
  • English
  • 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