{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.10.6.1"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "80c52879fead585d6347df5b3c587718adf8f5a5"
            }
          ],
          "repo": "https://github.com/neutrinolabs/xrdp",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-3m4m-h22g-c7xx"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-125"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55645.json"
  },
  "details": "xrdp is an open source RDP server. Versions 0.10.6 and prior contain a vulnerability concerning the processing of Client Control PDUs. During the RDP connection sequence, the parser does not perform sufficient length validation before reading specific data fields from the network stream. A remote, unauthenticated attacker could potentially exploit this flaw by sending a specially crafted, truncated Client Control PDU. Due to missing bounds checks, the xrdp process may perform out-of-bounds memory reads, which can result in the termination of the service (Denial of Service). However, since xrdp forks a new process for each connection by default, an out-of-bounds read causing a process crash is unlikely to bring down the entire xrdp service.This issue has been fixed in version 0.10.6.1.",
  "id": "CVE-2026-55645",
  "modified": "2026-07-23T03:56:28.660228179Z",
  "published": "2026-07-20T16:51:59.140Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.6.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55645.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-3m4m-h22g-c7xx"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55645"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
      "type": "CVSS_V3"
    }
  ],
  "summary": "xrdp: Out-of-bounds read in Client Control PDU processing (xrdp_rdp_process_data_control)"
}