Description
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.30.0, FreeRDP's winpr/libwinpr/sspi/Kerberos/kerberos.c kerberos_DecryptMessage function fails to bound the peer-controlled GSS Wrap-token EC field before using it with RRC in IOV pointer offsets, allowing a malicious RDP peer to trigger out-of-bounds reads and in-place writes during CredSSP/NLA Kerberos decryption. This issue is fixed in version 3.30.0.
Published: 2026-08-11
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the Kerberos wrapper token EC field not being bounded before it is used for IOV pointer offsets in the kerberos_DecryptMessage routine. This flaw permits a malicious RDP peer to generate a wrap token that contains an EC value larger than any allocated buffer. When the function processes such a token, it performs out‑of‑bounds reads and in‑place writes, potentially corrupting memory or executing arbitrary code. The weakness is a classic out‑of‑bounds read/write, classified as CWE‑122 and CWE‑125, and can be abused to compromise the integrity or confidentiality of the server process.

Affected Systems

FreeRDP before version 3.30.0 is affected. Any FreeRDP instance not upgraded to 3.30.0 or newer is vulnerable to the unbounded EC field flaw. The issue was fixed in the 3.30.0 release and later versions.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.3, indicating high severity. The EPSS score is below 1 %, pointing to a low exploitation probability at the time of this analysis, and it is not listed in CISA’s KEV catalog. Successful exploitation requires an attacker to act as an RDP peer that transmits a crafted Kerberos token to a vulnerable FreeRDP server, utilizing the CredSSP/NLA authentication flow. If the attack succeeds, the attacker can alter memory on the server, potentially leading to remote code execution or privilege escalation.

Generated by OpenCVE AI on August 13, 2026 at 14:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FreeRDP to version 3.30.0 or later, which patches the unbounded EC field flaw.
  • Limit RDP exposure by allowing connections only from trusted networks or VPNs, reducing the attack surface for malicious peers.
  • Configure comprehensive logging for authentication attempts and monitor for anomalous Kerberos token patterns that may indicate exploitation attempts.

Generated by OpenCVE AI on August 13, 2026 at 14:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H'}

threat_severity

Moderate


Wed, 12 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Freerdp
Freerdp freerdp
Vendors & Products Freerdp
Freerdp freerdp

Tue, 11 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Description FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.30.0, FreeRDP's winpr/libwinpr/sspi/Kerberos/kerberos.c kerberos_DecryptMessage function fails to bound the peer-controlled GSS Wrap-token EC field before using it with RRC in IOV pointer offsets, allowing a malicious RDP peer to trigger out-of-bounds reads and in-place writes during CredSSP/NLA Kerberos decryption. This issue is fixed in version 3.30.0.
Title FreeRDP: Kerberos GSS Wrap-token `EC` field is unbounded, causing an out-of-bounds decrypt in `kerberos_DecryptMessage`
Weaknesses CWE-122
References
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T12:57:18.410Z

Reserved: 2026-08-11T17:18:01.597Z

Link: CVE-2026-73242

cve-icon Vulnrichment

Updated: 2026-08-12T12:57:11.040Z

cve-icon NVD

Status : Received

Published: 2026-08-11T20:18:49.260

Modified: 2026-08-12T14:18:38.937

Link: CVE-2026-73242

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T19:49:46Z

Links: CVE-2026-73242 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:15:05Z

Weaknesses