Description
xrdp is an open source RDP server. Versions through 0.10.5 allow an authenticated remote user to execute arbitrary commands on the server due to unsafe handling of the AlternateShell parameter in xrdp-sesman. When the AllowAlternateShell setting is enabled (which is the default when not explicitly configured), xrdp accepts a client-supplied AlternateShell value and executes it via /bin/sh -c during session initialization. This results in shell-interpreted execution of unsanitized, user-controlled input. This behavior effectively provides a scriptable remote command execution primitive over RDP within the security context of the authenticated user, occurring prior to normal window manager startup. This can bypass expected session initialization flows and operational assumptions that restrict execution to interactive desktop environments. This issue has been fixed in version 0.10.6.
Published: 2026-04-17
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote code execution
Action: Immediate Patch
AI Analysis

Impact

An authenticated attacker can supply an AlternateShell value that xrdp-sesman executes with /bin/sh -c during session start. The unsanitized input allows arbitrary shell commands to run with the privileges of the connected user. This is a classic command injection flaw (CWE‑78) that can compromise the entire remote desktop session before the window manager launches.

Affected Systems

The vulnerability is present in neutrinolabs xrdp versions up to and including 0.10.5. All installations that use the default AllowAlternateShell setting, which is enabled when not explicitly configured, are affected. The issue is resolved starting with xrdp 0.10.6.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity, but the vulnerability provides a clear remote command‑execution path for any authenticated RDP user. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector requires the attacker to first authenticate to the RDP service; after authentication, the attacker can exploit the flaw to run arbitrary commands under the privileges of the authenticated user on the server.

Generated by OpenCVE AI on April 18, 2026 at 17:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade neutrinolabs xrdp to version 0.10.6 or later where the AlternateShell handling is sanitized.
  • If an upgrade is not immediately possible, edit the xrdp configuration file and set AllowAlternateShell=0 to disable the vulnerable shortcut. This prevents the execution of arbitrary shell commands during session initiation.
  • Limit RDP exposure by ensuring only trusted users can authenticate, and consider applying network-level filtering to restrict RDP access to known management hosts.

Generated by OpenCVE AI on April 18, 2026 at 17:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 18 Apr 2026 03:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 17 Apr 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Neutrinolabs
Neutrinolabs xrdp
Vendors & Products Neutrinolabs
Neutrinolabs xrdp

Fri, 17 Apr 2026 20:30:00 +0000

Type Values Removed Values Added
Description xrdp is an open source RDP server. Versions through 0.10.5 allow an authenticated remote user to execute arbitrary commands on the server due to unsafe handling of the AlternateShell parameter in xrdp-sesman. When the AllowAlternateShell setting is enabled (which is the default when not explicitly configured), xrdp accepts a client-supplied AlternateShell value and executes it via /bin/sh -c during session initialization. This results in shell-interpreted execution of unsanitized, user-controlled input. This behavior effectively provides a scriptable remote command execution primitive over RDP within the security context of the authenticated user, occurring prior to normal window manager startup. This can bypass expected session initialization flows and operational assumptions that restrict execution to interactive desktop environments. This issue has been fixed in version 0.10.6.
Title xrdp: Authenticated RCE via unsanitized AlternateShell execution in xrdp-sesman
Weaknesses CWE-78
References
Metrics cvssV3_1

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


Subscriptions

Neutrinolabs Xrdp
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-18T03:03:51.800Z

Reserved: 2026-03-17T20:35:49.930Z

Link: CVE-2026-33145

cve-icon Vulnrichment

Updated: 2026-04-18T03:03:48.303Z

cve-icon NVD

Status : Received

Published: 2026-04-17T21:16:32.610

Modified: 2026-04-17T21:16:32.610

Link: CVE-2026-33145

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T17:15:05Z

Weaknesses