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-42002

CVE-2021-42002: ManageEngine ADManager Plus RCE Vulnerability

CVE-2021-42002 is a filter bypass vulnerability in ManageEngine ADManager Plus that enables attackers to upload malicious files and execute remote code. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-42002 Overview

CVE-2021-42002 is a critical vulnerability affecting Zoho ManageEngine ADManager Plus before version 7115. The vulnerability allows attackers to bypass file upload filters, enabling the upload of malicious files that can lead to remote code execution (RCE). ADManager Plus is a widely deployed Active Directory management solution, making this vulnerability particularly concerning for enterprise environments that rely on it for AD administration and reporting.

Critical Impact

Unauthenticated attackers can bypass file upload restrictions to achieve remote code execution on affected ManageEngine ADManager Plus servers, potentially gaining full control of Active Directory management infrastructure.

Affected Products

  • Zoho ManageEngine ADManager Plus version 7.1 (build 7100)
  • Zoho ManageEngine ADManager Plus version 7.1 (builds 7101 through 7114)
  • All Zoho ManageEngine ADManager Plus versions prior to build 7115

Discovery Timeline

  • 2021-11-11 - CVE-2021-42002 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-42002

Vulnerability Analysis

This vulnerability stems from insufficient validation in the file upload functionality of ManageEngine ADManager Plus. The application implements file type filtering to prevent the upload of potentially dangerous files; however, attackers can bypass these filters through manipulation of file extensions or content-type headers. Once the filter is bypassed, malicious executable content can be uploaded and subsequently executed on the server, granting the attacker remote code execution capabilities.

The network-accessible nature of this vulnerability means that any attacker with network access to the ADManager Plus web interface can potentially exploit this flaw without requiring any prior authentication or user interaction. Given that ADManager Plus typically runs with elevated privileges to manage Active Directory, successful exploitation could result in complete compromise of not just the ADManager Plus server, but potentially the entire Active Directory infrastructure it manages.

Root Cause

The root cause of CVE-2021-42002 is improper input validation in the file upload mechanism. The application's filter logic contains flaws that allow attackers to craft specially formatted file uploads that evade detection while still being processed as executable content by the server. This represents a classic case of insufficient validation where the security controls can be circumvented through various bypass techniques such as null byte injection, double extensions, or content-type manipulation.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit this vulnerability by sending crafted HTTP requests to the vulnerable file upload endpoint in the ADManager Plus web application. The attack does not require authentication, meaning any attacker with network access to the management interface can attempt exploitation.

The exploitation flow typically involves:

  1. Identifying a vulnerable ADManager Plus installation exposed on the network
  2. Crafting a malicious file with a payload designed to execute commands on the target server
  3. Bypassing the file upload filter using techniques such as extension manipulation or content-type spoofing
  4. Uploading the malicious file to the server
  5. Triggering execution of the uploaded file to gain remote code execution

Since no verified code examples are available for this vulnerability, organizations should refer to the ManageEngine Release Notes for additional technical details regarding the filter bypass mechanism and patch implementation.

Detection Methods for CVE-2021-42002

Indicators of Compromise

  • Unusual file uploads to the ADManager Plus server, particularly files with suspicious extensions or double extensions
  • Web server logs showing POST requests to file upload endpoints with unusual content-type headers
  • Unexpected processes spawned by the ADManager Plus application service
  • New or modified files in web-accessible directories that were not part of legitimate administrative actions

Detection Strategies

  • Monitor ADManager Plus access logs for suspicious file upload activity, particularly requests attempting to bypass file type restrictions
  • Implement file integrity monitoring on the ADManager Plus installation directory to detect unauthorized file additions
  • Deploy network intrusion detection signatures to identify exploitation attempts targeting known ManageEngine vulnerabilities
  • Utilize endpoint detection and response (EDR) solutions to identify anomalous process execution patterns from the ADManager Plus service

Monitoring Recommendations

  • Enable verbose logging on the ADManager Plus application and forward logs to a centralized SIEM for analysis
  • Configure alerts for any file upload activity outside of normal business hours or from unexpected source IP addresses
  • Monitor for outbound network connections from the ADManager Plus server to unknown external hosts, which may indicate command-and-control communication
  • Implement application-level monitoring to detect execution of web shells or other malicious scripts

How to Mitigate CVE-2021-42002

Immediate Actions Required

  • Upgrade ManageEngine ADManager Plus to build 7115 or later immediately
  • Restrict network access to the ADManager Plus management interface to authorized administrator IP addresses only
  • Review system and application logs for signs of prior exploitation attempts
  • Audit the ADManager Plus installation directory for any suspicious or unauthorized files

Patch Information

Zoho has released a security patch addressing this vulnerability in ManageEngine ADManager Plus build 7115. Organizations running affected versions should apply this update as the highest priority. Detailed information about the security fix is available in the ManageEngine ADManager Plus Release Notes.

Workarounds

  • If immediate patching is not possible, restrict access to the ADManager Plus web interface using firewall rules or network segmentation
  • Implement a web application firewall (WAF) with rules to block suspicious file upload attempts
  • Consider temporarily disabling any non-essential file upload functionality if available through application configuration
  • Place the ADManager Plus server behind a reverse proxy with enhanced upload validation capabilities
bash
# Example: Restrict access to ADManager Plus using iptables
# Allow access only from trusted administrator network
iptables -A INPUT -p tcp --dport 8080 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

# Example: Restrict access using Windows Firewall
# PowerShell command to limit access to specific IP range
New-NetFirewallRule -DisplayName "Restrict ADManager Plus Access" `
    -Direction Inbound -Protocol TCP -LocalPort 8080 `
    -RemoteAddress 10.0.100.0/24 -Action Allow

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechManageengine Admanager Plus

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability9.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • ManageEngine Release Notes
  • Related CVEs
  • CVE-2023-38743: ManageEngine ADManager Plus RCE Flaw

  • CVE-2023-29084: ManageEngine ADManager Plus RCE Flaw

  • CVE-2025-9435: ManageEngine ADManager Plus Path Traversal
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