Cyber Resilience

CVE-2026-33516

High

Published: 17 April 2026

Published
17 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score v4 7.7 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/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.0043 34.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.0th 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-16 (Memory Protection).

Deeper analysis

CVE-2026-33516 is an out-of-bounds read vulnerability (CWE-125) affecting xrdp, an open source Remote Desktop Protocol (RDP) server. The flaw exists in versions through 0.10.5 and occurs during the RDP capability exchange phase, where memory is accessed prior to validating the remaining buffer length. This high-severity issue, scored at CVSS 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H), was published on 2026-04-17.

A remote, unauthenticated attacker can exploit this vulnerability by sending a specially crafted Confirm Active PDU to an affected xrdp instance. Successful exploitation may result in a denial of service via process crash or potential disclosure of sensitive information from the server's process memory, depending on the memory layout and contents at the time of the out-of-bounds access.

The xrdp project has addressed this vulnerability in version 0.10.6, as detailed in the release notes at https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.6 and the security advisory at https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rvh9-9wm3-28c7. Security practitioners should upgrade to 0.10.6 or later and consider network segmentation or firewalls to restrict RDP traffic until patching is complete.

EU & UK References

Vulnerability details

xrdp is an open source RDP server. Versions through 0.10.5 contain an out-of-bounds read vulnerability during the RDP capability exchange phase. The issue occurs when memory is accessed before validating the remaining buffer length. A remote, unauthenticated attacker can trigger…

more

this vulnerability by sending a specially crafted Confirm Active PDU. Successful exploitation could lead to a denial of service (process crash) or potential disclosure of sensitive information from the process memory. This issue has been fixed in version 0.10.6.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
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 of a public-facing RDP server (xrdp) via crafted PDU enables initial access or lateral movement exploitation techniques (T1190, T1210) and application DoS via crash (T1499.004); potential memory disclosure aligns with exploitation impacts.

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

CVEs Like This One

CVE-2026-33689Same product: Neutrinolabs Xrdp
CVE-2026-32623Same product: Neutrinolabs Xrdp
CVE-2026-35512Same product: Neutrinolabs Xrdp
CVE-2026-32105Same product: Neutrinolabs Xrdp
CVE-2026-32107Same product: Neutrinolabs Xrdp
CVE-2025-68670Same product: Neutrinolabs Xrdp
CVE-2026-40890Shared CWE-125
CVE-2026-26264Shared CWE-125
CVE-2026-21863Shared CWE-125
CVE-2026-33598Shared CWE-125

Affected Assets

neutrinolabs
xrdp
≤ 0.10.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates timely patching of xrdp to version 0.10.6 or later to remediate the out-of-bounds read vulnerability during RDP capability exchange.

prevent

Requires validation of incoming RDP Confirm Active PDU buffer lengths to prevent out-of-bounds memory access by remote attackers.

prevent

Implements memory protections such as ASLR and guard pages to mitigate denial-of-service crashes and sensitive information disclosure from out-of-bounds reads in xrdp.

References