Cyber Resilience

CVE-2026-33689

High

Published: 17 April 2026

Published
17 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
EPSS Score 0.0048 37.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-33689 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Neutrinolabs Xrdp. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 37.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-33689 is an out-of-bounds read vulnerability (CWE-125) in the pre-authentication RDP message parsing logic of xrdp, an open source RDP server. The flaw stems from insufficient validation of input buffer lengths before processing dynamic channel communication. It affects all versions of xrdp through 0.10.5.

A remote, unauthenticated attacker can exploit this vulnerability by sending a specially crafted sequence of packets during the initial connection phase. Successful exploitation may result in a denial-of-service condition through a process crash or potential disclosure of sensitive information from the service's memory space. The issue carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H), highlighting its high severity due to network accessibility, low attack complexity, and impacts on both confidentiality and availability.

The vulnerability has been addressed in xrdp version 0.10.6, as detailed in the project's release notes and security advisory. Security practitioners should update to this version or later to mitigate the risk.

EU & UK References

Vulnerability details

xrdp is an open source RDP server. Versions through 0.10.5 have an out-of-bounds read vulnerability in the pre-authentication RDP message parsing logic. A remote, unauthenticated attacker can trigger this flaw by sending a specially crafted sequence of packets during the…

more

initial connection phase. This vulnerability results from insufficient validation of input buffer lengths before processing dynamic channel communication. Successful exploitation can lead to a denial-of-service (DoS) condition via a process crash or potential disclosure of sensitive information from the service's memory space. This issue has been fixed in version 0.10.6.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated exploitation causes process crash (DoS) via application vulnerability (T1499.004). Memory disclosure potential exists but too vague for specific technique mapping.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-33516Same product: Neutrinolabs Xrdp
CVE-2026-32105Same product: Neutrinolabs Xrdp
CVE-2026-32623Same product: Neutrinolabs Xrdp
CVE-2026-32107Same product: Neutrinolabs Xrdp
CVE-2026-35512Same product: Neutrinolabs Xrdp
CVE-2026-33096Shared CWE-125
CVE-2026-22023Shared CWE-125
CVE-2026-23456Shared CWE-125
CVE-2025-21598Shared CWE-125
CVE-2026-25627Shared CWE-125

Affected Assets

neutrinolabs
xrdp
≤ 0.10.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the out-of-bounds read by requiring validation of input buffer lengths in pre-authentication RDP message parsing before processing dynamic channel communications.

prevent

Ensures timely patching to xrdp version 0.10.6 or later, which fixes the insufficient input validation flaw.

preventdetect

Limits the denial-of-service impact from process crashes caused by specially crafted RDP packets during initial connections.

References