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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-47771

CVE-2021-47771: RDP Manager DoS Vulnerability

CVE-2021-47771 is a denial of service vulnerability in RDP Manager 4.9.9.3 that allows local attackers to crash the application by adding oversized entries. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2021-47771 Overview

CVE-2021-47771 is a denial of service vulnerability affecting RDP Manager version 4.9.9.3. The vulnerability exists in connection input fields and allows local attackers to crash the application by adding oversized entries in the Verbindungsname (connection name) and Server fields. Successful exploitation results in a permanent freeze and crash of the software, potentially requiring full reinstallation.

Critical Impact

Local attackers can exploit improper input handling in RDP Manager to permanently crash the application, disrupting remote desktop management capabilities and potentially requiring complete software reinstallation.

Affected Products

  • RDP Manager 4.9.9.3

Discovery Timeline

  • 2026-01-15 - CVE CVE-2021-47771 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2021-47771

Vulnerability Analysis

This denial of service vulnerability stems from improper handling of resource consumption in the RDP Manager application. The vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that the application fails to properly limit or manage the size of input data in connection configuration fields.

The attack requires local access to the system where RDP Manager is installed. An attacker with low privileges can exploit this vulnerability without any user interaction. While the vulnerability does not impact confidentiality or integrity, it has a high impact on availability, causing the application to become completely unresponsive.

Root Cause

The root cause is improper input validation and resource allocation in RDP Manager's connection management functionality. The application does not implement adequate bounds checking or size limits on the Verbindungsname and Server input fields. When excessively large data is entered into these fields, the application fails to handle the resource allocation properly, leading to memory exhaustion or buffer-related issues that cause the application to freeze and crash.

Attack Vector

The attack is conducted locally by a user with access to the RDP Manager application. The attacker manipulates the connection configuration interface by entering oversized strings into the connection name and server fields. The application's failure to validate input length results in resource exhaustion, causing a denial of service condition.

The exploitation is straightforward and does not require sophisticated technical knowledge. An attacker simply needs to add connections with excessively long field values through the normal user interface. Once triggered, the crash condition persists, potentially requiring complete reinstallation of the software to restore functionality.

Technical details and proof-of-concept information can be found in the Exploit-DB #50484 and Vulnerability Lab ID #2309 references.

Detection Methods for CVE-2021-47771

Indicators of Compromise

  • Unexplained crashes or freezes of RDP Manager application
  • Abnormally large configuration files for RDP Manager connection settings
  • Connection entries with unusually long names or server addresses in RDP Manager configuration
  • Application event logs showing memory exhaustion or resource allocation failures related to RDP Manager

Detection Strategies

  • Monitor for crashes of the RDP Manager process (RDPManager.exe) and investigate the application state prior to termination
  • Implement application whitelisting and behavioral monitoring to detect unusual application behavior patterns
  • Use SentinelOne's behavioral AI to identify anomalous resource consumption patterns in endpoint applications
  • Review RDP Manager configuration files for entries with excessively long field values

Monitoring Recommendations

  • Enable crash reporting and application telemetry for RDP Manager installations
  • Implement endpoint detection and response (EDR) solutions to monitor application stability
  • Configure alerts for repeated application crashes or resource exhaustion events
  • Monitor system resource usage for spikes associated with RDP Manager processes

How to Mitigate CVE-2021-47771

Immediate Actions Required

  • Restrict access to RDP Manager to trusted users only
  • Implement least privilege principles for systems running RDP Manager
  • Back up existing RDP Manager configurations before any remediation attempts
  • Consider migrating to alternative remote desktop management solutions with better input validation
  • Monitor for any signs of exploitation attempts on affected systems

Patch Information

No vendor patch information is currently available in the NVD database. The vendor's download page can be referenced at the C Inspiration Download Resource (archived). Organizations should check with the vendor for updated versions that address this vulnerability.

Workarounds

  • Limit physical and remote access to systems with RDP Manager installed to trusted personnel only
  • Implement application-level controls to restrict configuration changes
  • Consider using group policies or endpoint management solutions to lock down RDP Manager settings
  • Deploy monitoring solutions to detect and alert on application crashes
  • Evaluate alternative RDP management tools that implement proper input validation

Organizations should implement access controls to limit who can modify RDP Manager connection configurations. Consider restricting write access to configuration files and implementing change management procedures for connection settings.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRdp Manager

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • C Inspiration Download Resource

  • Exploit-DB #50484

  • Vulnerability Lab ID #2309
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
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