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

CVE-2022-24882: FreeRDP Authentication Bypass Vulnerability

CVE-2022-24882 is an authentication bypass flaw in FreeRDP that allows attackers to bypass NTLM authentication using empty passwords. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2022-24882 Overview

CVE-2022-24882 is an authentication bypass vulnerability in FreeRDP, a free and open-source implementation of the Remote Desktop Protocol (RDP). In versions prior to 2.7.0, the NT LAN Manager (NTLM) authentication mechanism does not properly abort when a user provides an empty password value. This flaw allows attackers to bypass authentication on FreeRDP-based RDP server implementations, potentially gaining unauthorized access to systems without valid credentials.

Critical Impact

Attackers can bypass NTLM authentication on FreeRDP-based RDP servers by providing an empty password, potentially gaining unauthorized access to sensitive systems and data.

Affected Products

  • FreeRDP versions prior to 2.7.0
  • Fedora Extra Packages for Enterprise Linux 8.0
  • Fedora 34, 35, and 36

Discovery Timeline

  • April 26, 2022 - CVE-2022-24882 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2022-24882

Vulnerability Analysis

This vulnerability affects FreeRDP-based RDP server implementations and represents a critical flaw in the NTLM authentication handling logic. When a user attempts to authenticate with an empty password value, the authentication process fails to properly abort and reject the connection attempt. Instead of denying access, the server-side implementation improperly handles the empty credential scenario, potentially allowing the authentication to succeed.

It is important to note that RDP clients are not affected by this vulnerability—only server-side implementations that rely on FreeRDP's NTLM authentication mechanism are at risk. This includes applications like GNOME Remote Desktop that utilize FreeRDP libraries for RDP server functionality.

Root Cause

The root cause of CVE-2022-24882 lies in improper validation within the NTLM authentication code path. When processing authentication requests, the FreeRDP server implementation fails to include a proper check for empty password values. The authentication flow continues processing an empty password as a potentially valid credential rather than immediately rejecting the authentication attempt, leading to an authentication bypass condition.

Attack Vector

The attack can be executed remotely over a network connection. An attacker targeting a vulnerable FreeRDP-based RDP server can initiate an RDP connection and provide an empty password during the NTLM authentication handshake. Due to the improper handling of this edge case, the server may accept the authentication attempt, granting the attacker unauthorized access to the system.

The attack does not require any prior privileges or user interaction, making it particularly dangerous for internet-exposed RDP servers. The vulnerability specifically impacts confidentiality by allowing unauthorized access to systems and their data.

Detection Methods for CVE-2022-24882

Indicators of Compromise

  • Multiple RDP connection attempts with empty or null password values in authentication logs
  • Successful RDP authentications from unexpected source IP addresses
  • NTLM authentication events showing anomalous empty credential submissions
  • Increased failed authentication attempts followed by unexpected successful logins

Detection Strategies

  • Monitor RDP server logs for authentication attempts with empty password fields in NTLM negotiation
  • Implement network-level detection rules to identify RDP connections with malformed or empty authentication credentials
  • Deploy endpoint detection solutions to identify exploitation attempts against FreeRDP-based services
  • Review GNOME Remote Desktop and other FreeRDP-dependent application logs for suspicious authentication patterns

Monitoring Recommendations

  • Enable detailed logging for RDP server authentication events and NTLM negotiations
  • Configure alerts for successful authentications that bypass normal credential validation workflows
  • Monitor for connections to RDP services from unusual geographic locations or untrusted networks
  • Regularly audit FreeRDP version deployments across the infrastructure to ensure patched versions are in use

How to Mitigate CVE-2022-24882

Immediate Actions Required

  • Upgrade all FreeRDP installations to version 2.7.0 or later immediately
  • Restrict network access to RDP servers using firewall rules until patching is complete
  • Implement network-level authentication (NLA) as an additional authentication layer where possible
  • Audit systems running FreeRDP-based RDP servers for signs of unauthorized access

Patch Information

The vulnerability has been patched in FreeRDP version 2.7.0. The fix was implemented through GitHub Pull Request #7750, which addresses the improper handling of empty password values in NTLM authentication. Users should upgrade to FreeRDP 2.7.0 or later, available from the official FreeRDP release page.

Distribution-specific patches are available:

  • Fedora users should apply updates through the package manager for Fedora 34, 35, and 36
  • Gentoo users can reference GLSA 202210-24 for patch information
  • Debian users should reference the Debian LTS announcement for available updates

Workarounds

  • There are currently no known workarounds for this vulnerability according to the official security advisory
  • Restrict RDP server access to trusted networks only using firewall rules as a temporary measure
  • Disable NTLM authentication if alternative authentication methods are available
  • Consider temporarily disabling FreeRDP-based RDP server functionality until the patch can be applied
bash
# Verify FreeRDP version and update on Fedora-based systems
rpm -q freerdp
sudo dnf update freerdp

# Verify FreeRDP version on Debian/Ubuntu systems
dpkg -l | grep freerdp
sudo apt update && sudo apt upgrade freerdp2-x11

# Restrict RDP access via firewall (temporary mitigation)
sudo firewall-cmd --remove-service=rdp --permanent
sudo firewall-cmd --reload

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFreerdp

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287

  • NVD-CWE-Other
  • Technical References
  • GitHub Release 2.7.0

  • GitHub Security Advisory GHSA-6x5p-gp49-3jhh

  • GNOME Issue #95

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202210-24

  • Debian LTS Announcement
  • Vendor Resources
  • GitHub Pull Request Update
  • Related CVEs
  • CVE-2026-33952: FreeRDP Gateway DOS Vulnerability

  • CVE-2026-33977: FreeRDP Client DoS Vulnerability

  • CVE-2026-33982: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33983: FreeRDP Remote Desktop Protocol DoS 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