LiveActive security incident?Get immediate response
CVE Record

CVE-2022-39318: Division by zero in urbdrc channel in FreeRDP

FreeRDP is a free remote desktop protocol library and clients. Affected versions of FreeRDP are missing input validation in `urbdrc` channel. A malicious server can trick a FreeRDP based client to crash with division by zero. This issue has been addressed in version 2.9.0. All users are advised to upgrade. Users unable to upgrade should not use the `/usb` redirection switch.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-39318 can crash vulnerable FreeRDP clients when they connect to a malicious RDP server with USB redirection enabled. The business impact is service disruption for affected users, not data theft. The vendor fixed it in FreeRDP 2.9.0 and advises disabling `/usb` if upgrading is not possible.

Executive priority

Treat this as a moderate availability risk. Patch during the normal vulnerability cycle, faster where FreeRDP clients connect outside trusted infrastructure or depend on USB redirection for operational workflows.

Technical view

Affected FreeRDP versions before 2.9.0 lack input validation in the `urbdrc` channel, allowing a malicious server to trigger division by zero in a client. The mapped weaknesses are CWE-20 and CWE-369. CVSS 3.1 is 4.8 with network attack vector, required user interaction, high complexity, and availability-only impact.

Likely exposure

Exposure is mainly FreeRDP-based clients below 2.9.0 that use USB redirection and connect to untrusted or compromised RDP servers. Systems not using `/usb` redirection have materially lower exposure based on the vendor workaround.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. Exploitation requires a malicious server and a user or workflow causing a vulnerable client to connect. The known outcome is client crash, not code execution or data compromise.

Researcher notes

The strongest evidence is the FreeRDP advisory and fixing commit. Scope is limited to FreeRDP before 2.9.0 and the `urbdrc` USB redirection channel. Evidence provided does not support claims of active exploitation, broader product impact, or impacts beyond client denial of service.

Mitigation direction

  • Upgrade FreeRDP to version 2.9.0 or later.
  • If upgrading is delayed, do not use the `/usb` redirection switch.
  • Apply distribution security updates for Fedora, Debian LTS, Gentoo, or relevant vendor packages.
  • Review vendor advisories for package-specific fixed versions.

Validation and detection

  • Inventory FreeRDP and freerdp2 package versions across managed endpoints.
  • Check client launch scripts and profiles for `/usb` redirection usage.
  • Confirm security changelogs or package metadata reference CVE-2022-39318 remediation.
  • Prioritize clients connecting to third-party, internet-hosted, or less-trusted RDP servers.
Prepared
Confidence
high
Sources
8

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 · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cwe · low confidence lookup

CWE-369: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2022-39318 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
Medium
CVSS
4.8 (3.1)
Known Exploited
No
Published

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

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
8Source 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
4.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H1.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.8Medium
CVSS 3.1 vector shape for CVE-2022-39318Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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.9.0Listed
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

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

CWE-369 · source CWE mapping

Divide By Zero

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