CVE-2026-41521
Received Received - Intake

Integer Overflow in xrdp Leading to Out-of-Bounds Read

Vulnerability report for CVE-2026-41521, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: GitHub, Inc.

Description

xrdp is an open source RDP server. Versions 0.10.6 and prior contain an integer overflow vulnerability when processing screen update messages within the vnc-any connection mode. A malicious remote VNC server can send crafted image dimensions that cause an integer overflow during memory buffer size calculation, resulting in an undersized allocation. Subsequent processing of the incoming image data using the original oversized parameters leads to an out-of-bounds read. An unauthenticated remote attacker could exploit this flaw to disclose sensitive information from the heap memory or cause a denial of service (DoS) via a process crash. This issue has been fixed in version 0.10.6.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
neutrinolabs xrdp to 0.10.6 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

xrdp versions 0.10.6 and prior have an integer overflow vulnerability when processing screen update messages in the vnc-any connection mode. A malicious remote VNC server can send crafted image dimensions that cause an integer overflow during memory buffer size calculation, leading to an undersized allocation. This results in an out-of-bounds read when processing the image data with the original oversized parameters.

Detection Guidance

Check if your xrdp version is 0.10.6 or earlier by running: xrdp --version. If vulnerable, inspect network traffic for VNC connections using tools like tcpdump or Wireshark to detect unusual image dimension parameters.

Impact Analysis

An unauthenticated remote attacker could exploit this flaw to disclose sensitive information from the heap memory or cause a denial of service via a process crash.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized disclosure of sensitive information from heap memory due to the out-of-bounds read. GDPR requires protection of personal data, and HIPAA mandates safeguarding protected health information. The flaw allows attackers to access such data, violating these regulations.

Mitigation Strategies

Upgrade xrdp to version 0.10.6.1 or later. Alternatively, disable the vnc-any section in xrdp.ini or remove configurations allowing arbitrary VNC host connections to prevent exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-41521. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart