LiveActive security incident?Get immediate response
CVE Record

CVE-2022-24883: FreeRDP Server authentication might allow invalid credentials to pass

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP). Prior to version 2.7.0, server side authentication against a `SAM` file might be successful for invalid credentials if the server has configured an invalid `SAM` file path. FreeRDP based clients are not affected. RDP server implementations using FreeRDP to authenticate against a `SAM` file are affected. Version 2.7.0 contains a fix for this issue. As a workaround, use custom authentication via `HashCallback` and/or ensure the `SAM` database path configured is valid and the application has file handles left.

HighCVSS 7.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue affects FreeRDP-based RDP servers, not FreeRDP clients. If a vulnerable server uses SAM-file authentication and its SAM path is invalid, authentication may incorrectly succeed for bad credentials. That can expose systems to unauthorized remote access with high confidentiality and integrity impact.

Executive priority

Prioritize remediation where FreeRDP-based RDP servers are network-accessible or internet-facing. This is less urgent for environments using only FreeRDP clients, because the advisory explicitly excludes clients from impact.

Technical view

Before FreeRDP 2.7.0, server-side authentication against a SAM file could pass invalid credentials when the configured SAM database path was invalid. The CVSS 3.1 score is 7.4, with network attack vector, no privileges, no user interaction, high complexity, and high confidentiality and integrity impact.

Likely exposure

Exposure is limited to RDP server implementations using FreeRDP before 2.7.0 for SAM-file authentication. FreeRDP clients are not affected. Risk is highest where such servers are reachable over a network and have misconfigured SAM paths or resource conditions affecting file handles.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires a vulnerable FreeRDP-based server, SAM-file authentication, and the specific invalid SAM path condition, which is reflected in the high attack complexity rating.

Researcher notes

Primary evidence comes from the FreeRDP GitHub advisory, fix commits, and 2.7.0 release. The affected condition is configuration-dependent. Sources identify CWE-287 authentication weakness, but do not provide evidence of exploitation in the supplied bundle.

Mitigation direction

  • Upgrade FreeRDP to version 2.7.0 or a vendor package containing the backported fix.
  • Apply relevant distribution security updates from Fedora, Gentoo, Debian, or your platform vendor.
  • Ensure the configured SAM database path is valid and readable by the server process.
  • Use custom authentication via HashCallback where appropriate, as noted by the advisory.
  • Review file handle availability for the server process to avoid authentication fallback conditions.
  • Check current vendor guidance before deploying compensating controls.

Validation and detection

  • Inventory systems embedding FreeRDP server components, not only installed FreeRDP client packages.
  • Confirm whether any RDP server implementation uses FreeRDP SAM-file authentication.
  • Verify deployed FreeRDP versions are 2.7.0 or vendor-fixed builds.
  • Check SAM database path configuration for validity and expected access permissions.
  • Review authentication logs for unexpected successful logins around SAM path errors.
  • Confirm invalid credentials are rejected in a controlled, authorized test environment.
Prepared
Confidence
high
Sources
10

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-24883 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
11Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.4CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N2.25.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.4High
CVSS 3.1 vector shape for CVE-2022-24883Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
FreeRDPFreeRDP< 2.7.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.