Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68670 (GCVE-0-2025-68670)
Vulnerability from cvelistv5 – Published: 2026-01-27 15:52 – Updated: 2026-02-03 01:34- CWE-121 - Stack-based Buffer Overflow
| URL | Tags |
|---|---|
| https://github.com/neutrinolabs/xrdp/security/adv… | x_refsource_CONFIRM |
| https://github.com/neutrinolabs/xrdp/commit/488c8… | x_refsource_MISC |
| https://github.com/neutrinolabs/xrdp/releases/tag… | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2026… |
| Vendor | Product | Version | |
|---|---|---|---|
| neutrinolabs | xrdp |
Affected:
< 0.10.5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-68670",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-27T17:02:02.682155Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-27T17:43:37.173Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-02-03T01:34:11.878Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00003.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "xrdp",
"vendor": "neutrinolabs",
"versions": [
{
"status": "affected",
"version": "\u003c 0.10.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-121",
"description": "CWE-121: Stack-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-27T15:52:41.052Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f"
},
{
"name": "https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa"
},
{
"name": "https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5"
}
],
"source": {
"advisory": "GHSA-rwvg-gp87-gh6f",
"discovery": "UNKNOWN"
},
"title": "xrdp improperly checks bounds of domain string length, which leads to Stack-based Buffer Overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-68670",
"datePublished": "2026-01-27T15:52:41.052Z",
"dateReserved": "2025-12-22T23:37:00.931Z",
"dateUpdated": "2026-02-03T01:34:11.878Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68670",
"date": "2026-07-16",
"epss": "0.01318",
"percentile": "0.67591"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68670\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-27T16:16:16.037\",\"lastModified\":\"2026-06-17T09:59:24.630\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.\"},{\"lang\":\"es\",\"value\":\"xrdp es un servidor RDP de c\u00f3digo abierto. xrdp antes de la v0.10.5 contiene una vulnerabilidad de desbordamiento de b\u00fafer basado en pila no autenticado. El problema se deriva de una comprobaci\u00f3n de l\u00edmites incorrecta al procesar la informaci\u00f3n de dominio del usuario durante la secuencia de conexi\u00f3n. Si se explota, la vulnerabilidad podr\u00eda permitir a atacantes remotos ejecutar c\u00f3digo arbitrario en el sistema objetivo. La vulnerabilidad permite a un atacante sobrescribir el b\u00fafer de pila y la direcci\u00f3n de retorno, lo que te\u00f3ricamente podr\u00eda usarse para redirigir el flujo de ejecuci\u00f3n. El impacto de esta vulnerabilidad se reduce si se ha utilizado una bandera de compilador para construir el ejecutable de xrdp con protecci\u00f3n de stack canary. Si este es el caso, se necesitar\u00eda usar una segunda vulnerabilidad para filtrar el valor del stack canary. Actualice a la versi\u00f3n 0.10.5 para recibir un parche. Adem\u00e1s, no conf\u00ede en la protecci\u00f3n de stack canary en sistemas de producci\u00f3n.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"neutrinolabs\",\"product\":\"xrdp\",\"versions\":[{\"version\":\"\u003c 0.10.5\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-27T17:02:02.682155Z\",\"id\":\"CVE-2025-68670\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-121\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.10.5\",\"matchCriteriaId\":\"EF7BFA59-F9D6-4B4F-8CB7-137054E9C030\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Release Notes\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/02/msg00003.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]}]}}",
"redhat_vex": {
"current_release_date": "2026-06-28T11:46:41+00:00",
"cve": "CVE-2025-68670",
"id": "CVE-2025-68670",
"initial_release_date": "2025-01-01T00:00:00+00:00",
"product_status:known_not_affected": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "xrdp: xrdp: Remote code execution via unauthenticated stack-based buffer overflow",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-68670.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2026/02/msg00003.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-02-03T01:34:11.878Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68670\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-27T17:02:02.682155Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-27T17:02:08.764Z\"}}], \"cna\": {\"title\": \"xrdp improperly checks bounds of domain string length, which leads to Stack-based Buffer Overflow\", \"source\": {\"advisory\": \"GHSA-rwvg-gp87-gh6f\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"neutrinolabs\", \"product\": \"xrdp\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.10.5\"}]}], \"references\": [{\"url\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f\", \"name\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa\", \"name\": \"https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5\", \"name\": \"https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-121\", \"description\": \"CWE-121: Stack-based Buffer Overflow\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-27T15:52:41.052Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68670\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-03T01:34:11.878Z\", \"dateReserved\": \"2025-12-22T23:37:00.931Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-27T15:52:41.052Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:N/I:C/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "\u0434\u043e 0.10.5 (xrdp)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f:\nhttps://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa\nhttps://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5\t\nhttps://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "27.01.2026",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "30.01.2026",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "30.01.2026",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2026-00962",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2025-68670",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "xrdp",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": null,
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0430 XRDP, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u0432\u044b\u0445\u043e\u0434\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u0441\u0442\u0435\u043a\u0435 (CWE-121)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0430 XRDP \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0432\u044b\u0445\u043e\u0434\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa\nhttps://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5\t\nhttps://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u0421\u0435\u0442\u0435\u0432\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-121",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,4)\n\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,1)"
}
FKIE_CVE-2025-68670
Vulnerability from fkie_nvd - Published: 2026-01-27 16:16 - Updated: 2026-06-17 09:599.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| neutrinolabs | xrdp | * | |
| debian | debian_linux | 11.0 |
{
"affected": [
{
"affectedData": [
{
"product": "xrdp",
"vendor": "neutrinolabs",
"versions": [
{
"status": "affected",
"version": "\u003c 0.10.5"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*",
"matchCriteriaId": "EF7BFA59-F9D6-4B4F-8CB7-137054E9C030",
"versionEndExcluding": "0.10.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems."
},
{
"lang": "es",
"value": "xrdp es un servidor RDP de c\u00f3digo abierto. xrdp antes de la v0.10.5 contiene una vulnerabilidad de desbordamiento de b\u00fafer basado en pila no autenticado. El problema se deriva de una comprobaci\u00f3n de l\u00edmites incorrecta al procesar la informaci\u00f3n de dominio del usuario durante la secuencia de conexi\u00f3n. Si se explota, la vulnerabilidad podr\u00eda permitir a atacantes remotos ejecutar c\u00f3digo arbitrario en el sistema objetivo. La vulnerabilidad permite a un atacante sobrescribir el b\u00fafer de pila y la direcci\u00f3n de retorno, lo que te\u00f3ricamente podr\u00eda usarse para redirigir el flujo de ejecuci\u00f3n. El impacto de esta vulnerabilidad se reduce si se ha utilizado una bandera de compilador para construir el ejecutable de xrdp con protecci\u00f3n de stack canary. Si este es el caso, se necesitar\u00eda usar una segunda vulnerabilidad para filtrar el valor del stack canary. Actualice a la versi\u00f3n 0.10.5 para recibir un parche. Adem\u00e1s, no conf\u00ede en la protecci\u00f3n de stack canary en sistemas de producci\u00f3n."
}
],
"id": "CVE-2025-68670",
"lastModified": "2026-06-17T09:59:24.630",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.2,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2025-68670",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-27T17:02:02.682155Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-01-27T16:16:16.037",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product",
"Release Notes"
],
"url": "https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00003.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-121"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
OPENSUSE-SU-2026:10146-1
Vulnerability from csaf_opensuse - Published: 2026-02-04 00:00 - Updated: 2026-02-04 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libpainter0-0.9.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpainter0-0.9.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpainter0-0.9.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libpainter0-0.9.27-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-0.9.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-0.9.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-0.9.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-0.9.27-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libpainter0-0.9.27-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libpainter0-0.9.27-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10146",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10146-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68670 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68670/"
}
],
"title": "libpainter0-0.9.27-1.1 on GA media",
"tracking": {
"current_release_date": "2026-02-04T00:00:00Z",
"generator": {
"date": "2026-02-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10146-1",
"initial_release_date": "2026-02-04T00:00:00Z",
"revision_history": [
{
"date": "2026-02-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.27-1.1.aarch64",
"product": {
"name": "libpainter0-0.9.27-1.1.aarch64",
"product_id": "libpainter0-0.9.27-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.27-1.1.aarch64",
"product": {
"name": "librfxencode0-0.9.27-1.1.aarch64",
"product_id": "librfxencode0-0.9.27-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.27-1.1.aarch64",
"product": {
"name": "xrdp-0.9.27-1.1.aarch64",
"product_id": "xrdp-0.9.27-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.27-1.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.27-1.1.aarch64",
"product_id": "xrdp-devel-0.9.27-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.27-1.1.ppc64le",
"product": {
"name": "libpainter0-0.9.27-1.1.ppc64le",
"product_id": "libpainter0-0.9.27-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.27-1.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.27-1.1.ppc64le",
"product_id": "librfxencode0-0.9.27-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.27-1.1.ppc64le",
"product": {
"name": "xrdp-0.9.27-1.1.ppc64le",
"product_id": "xrdp-0.9.27-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.27-1.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.27-1.1.ppc64le",
"product_id": "xrdp-devel-0.9.27-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.27-1.1.s390x",
"product": {
"name": "libpainter0-0.9.27-1.1.s390x",
"product_id": "libpainter0-0.9.27-1.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.27-1.1.s390x",
"product": {
"name": "librfxencode0-0.9.27-1.1.s390x",
"product_id": "librfxencode0-0.9.27-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.27-1.1.s390x",
"product": {
"name": "xrdp-0.9.27-1.1.s390x",
"product_id": "xrdp-0.9.27-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.27-1.1.s390x",
"product": {
"name": "xrdp-devel-0.9.27-1.1.s390x",
"product_id": "xrdp-devel-0.9.27-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.27-1.1.x86_64",
"product": {
"name": "libpainter0-0.9.27-1.1.x86_64",
"product_id": "libpainter0-0.9.27-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.27-1.1.x86_64",
"product": {
"name": "librfxencode0-0.9.27-1.1.x86_64",
"product_id": "librfxencode0-0.9.27-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.27-1.1.x86_64",
"product": {
"name": "xrdp-0.9.27-1.1.x86_64",
"product_id": "xrdp-0.9.27-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.27-1.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.27-1.1.x86_64",
"product_id": "xrdp-devel-0.9.27-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.27-1.1.aarch64"
},
"product_reference": "libpainter0-0.9.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.27-1.1.ppc64le"
},
"product_reference": "libpainter0-0.9.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.27-1.1.s390x"
},
"product_reference": "libpainter0-0.9.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.27-1.1.x86_64"
},
"product_reference": "libpainter0-0.9.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.aarch64"
},
"product_reference": "librfxencode0-0.9.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.s390x"
},
"product_reference": "librfxencode0-0.9.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.x86_64"
},
"product_reference": "librfxencode0-0.9.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.27-1.1.aarch64"
},
"product_reference": "xrdp-0.9.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.27-1.1.ppc64le"
},
"product_reference": "xrdp-0.9.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.27-1.1.s390x"
},
"product_reference": "xrdp-0.9.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.27-1.1.x86_64"
},
"product_reference": "xrdp-0.9.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.27-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.27-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.27-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.27-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.27-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.s390x"
},
"product_reference": "xrdp-devel-0.9.27-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.27-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.27-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68670",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68670"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68670",
"url": "https://www.suse.com/security/cve/CVE-2025-68670"
},
{
"category": "external",
"summary": "SUSE Bug 1257362 for CVE-2025-68670",
"url": "https://bugzilla.suse.com/1257362"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.27-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.27-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-68670"
}
]
}
OPENSUSE-SU-2026:20167-1
Vulnerability from csaf_opensuse - Published: 2026-02-03 15:00 - Updated: 2026-02-03 15:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\nChanges in xrdp:\n\n- CVE-2025-68670: Fixed a potential overflow (bsc#1257362).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-105",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20167-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1257362",
"url": "https://bugzilla.suse.com/1257362"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68670 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68670/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2026-02-03T15:00:07Z",
"generator": {
"date": "2026-02-03T15:00:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20167-1",
"initial_release_date": "2026-02-03T15:00:07Z",
"revision_history": [
{
"date": "2026-02-03T15:00:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.26-bp160.2.1.aarch64",
"product": {
"name": "libpainter0-0.9.26-bp160.2.1.aarch64",
"product_id": "libpainter0-0.9.26-bp160.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.26-bp160.2.1.aarch64",
"product": {
"name": "librfxencode0-0.9.26-bp160.2.1.aarch64",
"product_id": "librfxencode0-0.9.26-bp160.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.26-bp160.2.1.aarch64",
"product": {
"name": "xrdp-0.9.26-bp160.2.1.aarch64",
"product_id": "xrdp-0.9.26-bp160.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.26-bp160.2.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.26-bp160.2.1.aarch64",
"product_id": "xrdp-devel-0.9.26-bp160.2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.26-bp160.2.1.ppc64le",
"product": {
"name": "libpainter0-0.9.26-bp160.2.1.ppc64le",
"product_id": "libpainter0-0.9.26-bp160.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.26-bp160.2.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.26-bp160.2.1.ppc64le",
"product_id": "librfxencode0-0.9.26-bp160.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.26-bp160.2.1.ppc64le",
"product": {
"name": "xrdp-0.9.26-bp160.2.1.ppc64le",
"product_id": "xrdp-0.9.26-bp160.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"product_id": "xrdp-devel-0.9.26-bp160.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.26-bp160.2.1.s390x",
"product": {
"name": "libpainter0-0.9.26-bp160.2.1.s390x",
"product_id": "libpainter0-0.9.26-bp160.2.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.26-bp160.2.1.s390x",
"product": {
"name": "librfxencode0-0.9.26-bp160.2.1.s390x",
"product_id": "librfxencode0-0.9.26-bp160.2.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.26-bp160.2.1.s390x",
"product": {
"name": "xrdp-0.9.26-bp160.2.1.s390x",
"product_id": "xrdp-0.9.26-bp160.2.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.26-bp160.2.1.s390x",
"product": {
"name": "xrdp-devel-0.9.26-bp160.2.1.s390x",
"product_id": "xrdp-devel-0.9.26-bp160.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.26-bp160.2.1.x86_64",
"product": {
"name": "libpainter0-0.9.26-bp160.2.1.x86_64",
"product_id": "libpainter0-0.9.26-bp160.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.26-bp160.2.1.x86_64",
"product": {
"name": "librfxencode0-0.9.26-bp160.2.1.x86_64",
"product_id": "librfxencode0-0.9.26-bp160.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.26-bp160.2.1.x86_64",
"product": {
"name": "xrdp-0.9.26-bp160.2.1.x86_64",
"product_id": "xrdp-0.9.26-bp160.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.26-bp160.2.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.26-bp160.2.1.x86_64",
"product_id": "xrdp-devel-0.9.26-bp160.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.26-bp160.2.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.aarch64"
},
"product_reference": "libpainter0-0.9.26-bp160.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.26-bp160.2.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.ppc64le"
},
"product_reference": "libpainter0-0.9.26-bp160.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.26-bp160.2.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.s390x"
},
"product_reference": "libpainter0-0.9.26-bp160.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.26-bp160.2.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.x86_64"
},
"product_reference": "libpainter0-0.9.26-bp160.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.26-bp160.2.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.aarch64"
},
"product_reference": "librfxencode0-0.9.26-bp160.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.26-bp160.2.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.26-bp160.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.26-bp160.2.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.s390x"
},
"product_reference": "librfxencode0-0.9.26-bp160.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.26-bp160.2.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.x86_64"
},
"product_reference": "librfxencode0-0.9.26-bp160.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.26-bp160.2.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.aarch64"
},
"product_reference": "xrdp-0.9.26-bp160.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.26-bp160.2.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.ppc64le"
},
"product_reference": "xrdp-0.9.26-bp160.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.26-bp160.2.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.s390x"
},
"product_reference": "xrdp-0.9.26-bp160.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.26-bp160.2.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.x86_64"
},
"product_reference": "xrdp-0.9.26-bp160.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.26-bp160.2.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.26-bp160.2.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.26-bp160.2.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.26-bp160.2.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.s390x"
},
"product_reference": "xrdp-devel-0.9.26-bp160.2.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.26-bp160.2.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.26-bp160.2.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68670",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68670"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68670",
"url": "https://www.suse.com/security/cve/CVE-2025-68670"
},
{
"category": "external",
"summary": "SUSE Bug 1257362 for CVE-2025-68670",
"url": "https://bugzilla.suse.com/1257362"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:libpainter0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:librfxencode0-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-0.9.26-bp160.2.1.x86_64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.aarch64",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.ppc64le",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.s390x",
"openSUSE Leap 16.0:xrdp-devel-0.9.26-bp160.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-03T15:00:07Z",
"details": "important"
}
],
"title": "CVE-2025-68670"
}
]
}
SUSE-SU-2026:0404-1
Vulnerability from csaf_suse - Published: 2026-02-06 16:58 - Updated: 2026-02-06 16:58| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xrdp-0.9.10-3.22.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2025-68670: Fix a potential overflow when processing user domain information. (bsc#1257362)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-404,SUSE-SLE-SERVER-12-SP5-LTSS-2026-404,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-404",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0404-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0404-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260404-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0404-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024083.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257362",
"url": "https://bugzilla.suse.com/1257362"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68670 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68670/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2026-02-06T16:58:44Z",
"generator": {
"date": "2026-02-06T16:58:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0404-1",
"initial_release_date": "2026-02-06T16:58:44Z",
"revision_history": [
{
"date": "2026-02-06T16:58:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.aarch64",
"product": {
"name": "libpainter0-0.9.10-3.22.1.aarch64",
"product_id": "libpainter0-0.9.10-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.aarch64",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.aarch64",
"product_id": "librfxencode0-0.9.10-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.aarch64",
"product": {
"name": "xrdp-0.9.10-3.22.1.aarch64",
"product_id": "xrdp-0.9.10-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.aarch64",
"product_id": "xrdp-devel-0.9.10-3.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.i586",
"product": {
"name": "libpainter0-0.9.10-3.22.1.i586",
"product_id": "libpainter0-0.9.10-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.i586",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.i586",
"product_id": "librfxencode0-0.9.10-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.i586",
"product": {
"name": "xrdp-0.9.10-3.22.1.i586",
"product_id": "xrdp-0.9.10-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.i586",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.i586",
"product_id": "xrdp-devel-0.9.10-3.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.ppc64le",
"product": {
"name": "libpainter0-0.9.10-3.22.1.ppc64le",
"product_id": "libpainter0-0.9.10-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.ppc64le",
"product_id": "librfxencode0-0.9.10-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.ppc64le",
"product": {
"name": "xrdp-0.9.10-3.22.1.ppc64le",
"product_id": "xrdp-0.9.10-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.ppc64le",
"product_id": "xrdp-devel-0.9.10-3.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.s390",
"product": {
"name": "libpainter0-0.9.10-3.22.1.s390",
"product_id": "libpainter0-0.9.10-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.s390",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.s390",
"product_id": "librfxencode0-0.9.10-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.s390",
"product": {
"name": "xrdp-0.9.10-3.22.1.s390",
"product_id": "xrdp-0.9.10-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.s390",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.s390",
"product_id": "xrdp-devel-0.9.10-3.22.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.s390x",
"product": {
"name": "libpainter0-0.9.10-3.22.1.s390x",
"product_id": "libpainter0-0.9.10-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.s390x",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.s390x",
"product_id": "librfxencode0-0.9.10-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.s390x",
"product": {
"name": "xrdp-0.9.10-3.22.1.s390x",
"product_id": "xrdp-0.9.10-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.s390x",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.s390x",
"product_id": "xrdp-devel-0.9.10-3.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.22.1.x86_64",
"product": {
"name": "libpainter0-0.9.10-3.22.1.x86_64",
"product_id": "libpainter0-0.9.10-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.22.1.x86_64",
"product": {
"name": "librfxencode0-0.9.10-3.22.1.x86_64",
"product_id": "librfxencode0-0.9.10-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.22.1.x86_64",
"product": {
"name": "xrdp-0.9.10-3.22.1.x86_64",
"product_id": "xrdp-0.9.10-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.22.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.10-3.22.1.x86_64",
"product_id": "xrdp-devel-0.9.10-3.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.aarch64"
},
"product_reference": "xrdp-0.9.10-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.ppc64le"
},
"product_reference": "xrdp-0.9.10-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.s390x"
},
"product_reference": "xrdp-0.9.10-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.22.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xrdp-0.9.10-3.22.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68670",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68670"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xrdp-0.9.10-3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68670",
"url": "https://www.suse.com/security/cve/CVE-2025-68670"
},
{
"category": "external",
"summary": "SUSE Bug 1257362 for CVE-2025-68670",
"url": "https://bugzilla.suse.com/1257362"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xrdp-0.9.10-3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xrdp-0.9.10-3.22.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xrdp-0.9.10-3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-06T16:58:44Z",
"details": "important"
}
],
"title": "CVE-2025-68670"
}
]
}
SUSE-SU-2026:0433-1
Vulnerability from csaf_suse - Published: 2026-02-11 09:13 - Updated: 2026-02-11 09:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2025-68670: Fix a potential overflow when processing user domain information. (bsc#1257362)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-433,SUSE-SLE-Module-Basesystem-15-SP7-2026-433,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-433,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-433,openSUSE-SLE-15.6-2026-433",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0433-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0433-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260433-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0433-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024115.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257362",
"url": "https://bugzilla.suse.com/1257362"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68670 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68670/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2026-02-11T09:13:53Z",
"generator": {
"date": "2026-02-11T09:13:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0433-1",
"initial_release_date": "2026-02-11T09:13:53Z",
"revision_history": [
{
"date": "2026-02-11T09:13:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"product": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"product_id": "libpainter0-0.9.13.1-150600.15.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"product": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"product_id": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150600.15.6.1.aarch64",
"product": {
"name": "xrdp-0.9.13.1-150600.15.6.1.aarch64",
"product_id": "xrdp-0.9.13.1-150600.15.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"product_id": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150600.15.6.1.i586",
"product": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.i586",
"product_id": "libpainter0-0.9.13.1-150600.15.6.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150600.15.6.1.i586",
"product": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.i586",
"product_id": "librfxencode0-0.9.13.1-150600.15.6.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150600.15.6.1.i586",
"product": {
"name": "xrdp-0.9.13.1-150600.15.6.1.i586",
"product_id": "xrdp-0.9.13.1-150600.15.6.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.i586",
"product": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.i586",
"product_id": "xrdp-devel-0.9.13.1-150600.15.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"product": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"product_id": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"product_id": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"product": {
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"product_id": "xrdp-0.9.13.1-150600.15.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"product_id": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150600.15.6.1.s390x",
"product": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.s390x",
"product_id": "libpainter0-0.9.13.1-150600.15.6.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"product": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"product_id": "librfxencode0-0.9.13.1-150600.15.6.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150600.15.6.1.s390x",
"product": {
"name": "xrdp-0.9.13.1-150600.15.6.1.s390x",
"product_id": "xrdp-0.9.13.1-150600.15.6.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"product": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"product_id": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"product": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"product_id": "libpainter0-0.9.13.1-150600.15.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"product": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"product_id": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"product": {
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"product_id": "xrdp-0.9.13.1-150600.15.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"product_id": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150600.15.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150600.15.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68670",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68670"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68670",
"url": "https://www.suse.com/security/cve/CVE-2025-68670"
},
{
"category": "external",
"summary": "SUSE Bug 1257362 for CVE-2025-68670",
"url": "https://bugzilla.suse.com/1257362"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:libpainter0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:librfxencode0-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-0.9.13.1-150600.15.6.1.x86_64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.aarch64",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.ppc64le",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.s390x",
"openSUSE Leap 15.6:xrdp-devel-0.9.13.1-150600.15.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:13:53Z",
"details": "important"
}
],
"title": "CVE-2025-68670"
}
]
}
SUSE-SU-2026:0477-1
Vulnerability from csaf_suse - Published: 2026-02-12 11:45 - Updated: 2026-02-12 11:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2025-68670: Fix a potential overflow when processing user domain information. (bsc#1257362)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-477,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-477,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-477,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-477,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-477,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-477,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-477,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-477,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-477",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0477-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0477-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260477-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0477-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024137.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257362",
"url": "https://bugzilla.suse.com/1257362"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68670 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68670/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2026-02-12T11:45:18Z",
"generator": {
"date": "2026-02-12T11:45:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0477-1",
"initial_release_date": "2026-02-12T11:45:18Z",
"revision_history": [
{
"date": "2026-02-12T11:45:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"product_id": "libpainter0-0.9.13.1-150200.4.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"product_id": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"product": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"product_id": "xrdp-0.9.13.1-150200.4.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"product_id": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.36.1.i586",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.i586",
"product_id": "libpainter0-0.9.13.1-150200.4.36.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.36.1.i586",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.i586",
"product_id": "librfxencode0-0.9.13.1-150200.4.36.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.36.1.i586",
"product": {
"name": "xrdp-0.9.13.1-150200.4.36.1.i586",
"product_id": "xrdp-0.9.13.1-150200.4.36.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.i586",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.i586",
"product_id": "xrdp-devel-0.9.13.1-150200.4.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"product_id": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"product_id": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"product": {
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"product_id": "xrdp-0.9.13.1-150200.4.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"product_id": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.36.1.s390x",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.s390x",
"product_id": "libpainter0-0.9.13.1-150200.4.36.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"product_id": "librfxencode0-0.9.13.1-150200.4.36.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.36.1.s390x",
"product": {
"name": "xrdp-0.9.13.1-150200.4.36.1.s390x",
"product_id": "xrdp-0.9.13.1-150200.4.36.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"product_id": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"product_id": "libpainter0-0.9.13.1-150200.4.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"product_id": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"product": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"product_id": "xrdp-0.9.13.1-150200.4.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"product_id": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68670",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68670"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68670",
"url": "https://www.suse.com/security/cve/CVE-2025-68670"
},
{
"category": "external",
"summary": "SUSE Bug 1257362 for CVE-2025-68670",
"url": "https://bugzilla.suse.com/1257362"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpainter0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:librfxencode0-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-0.9.13.1-150200.4.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xrdp-devel-0.9.13.1-150200.4.36.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-12T11:45:18Z",
"details": "important"
}
],
"title": "CVE-2025-68670"
}
]
}
ubuntu-cve-2025-68670
Vulnerability from osv_ubuntu
xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "xorgxrdp",
"binary_version": "0.9.5-2ubuntu0.1~esm3"
},
{
"binary_name": "xrdp",
"binary_version": "0.9.5-2ubuntu0.1~esm3"
},
{
"binary_name": "xrdp-pulseaudio-installer",
"binary_version": "0.9.5-2ubuntu0.1~esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "xrdp",
"purl": "pkg:deb/ubuntu/xrdp@0.9.5-2ubuntu0.1~esm3?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9.5-2ubuntu0.1~esm3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.9.1-9",
"0.9.4-1",
"0.9.4-2",
"0.9.4-3",
"0.9.4-4",
"0.9.4-5",
"0.9.5-1",
"0.9.5-1build1",
"0.9.5-2",
"0.9.5-2ubuntu0.1~esm1",
"0.9.5-2ubuntu0.1~esm2"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "xrdp",
"binary_version": "0.9.12-1ubuntu0.1+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "xrdp",
"purl": "pkg:deb/ubuntu/xrdp@0.9.12-1ubuntu0.1+esm2?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9.12-1ubuntu0.1+esm2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.9.9-1",
"0.9.12-1",
"0.9.12-1ubuntu0.1",
"0.9.12-1ubuntu0.1+esm1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "xrdp",
"binary_version": "0.9.17-2ubuntu3+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "xrdp",
"purl": "pkg:deb/ubuntu/xrdp@0.9.17-2ubuntu3+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9.17-2ubuntu3+esm2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.9.15-1ubuntu1",
"0.9.17-1",
"0.9.17-2",
"0.9.17-2ubuntu1",
"0.9.17-2ubuntu2",
"0.9.17-2ubuntu2+esm1",
"0.9.17-2ubuntu3",
"0.9.17-2ubuntu3+esm1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "xrdp",
"binary_version": "0.9.24-4ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:24.04:LTS",
"name": "xrdp",
"purl": "pkg:deb/ubuntu/xrdp@0.9.24-4ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.9.24-4ubuntu0.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.9.21.1-1",
"0.9.24-2",
"0.9.24-3",
"0.9.24-3build1",
"0.9.24-3build2",
"0.9.24-4"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "xrdp",
"binary_version": "0.10.1-3.1+deb13u1build0.25.10.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "xrdp",
"purl": "pkg:deb/ubuntu/xrdp@0.10.1-3.1+deb13u1build0.25.10.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.10.1-3.1+deb13u1build0.25.10.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.10.1-3",
"0.10.1-3.1"
]
}
],
"aliases": [],
"details": "xrdp is an open source RDP server. xrdp before v0.10.5 contains an unauthenticated stack-based buffer overflow vulnerability. The issue stems from improper bounds checking when processing user domain information during the connection sequence. If exploited, the vulnerability could allow remote attackers to execute arbitrary code on the target system. The vulnerability allows an attacker to overwrite the stack buffer and the return address, which could theoretically be used to redirect the execution flow. The impact of this vulnerability is lessened if a compiler flag has been used to build the xrdp executable with stack canary protection. If this is the case, a second vulnerability would need to be used to leak the stack canary value. Upgrade to version 0.10.5 to receive a patch. Additionally, do not rely on stack canary protection on production systems.",
"id": "UBUNTU-CVE-2025-68670",
"modified": "2026-06-25T21:44:10Z",
"published": "2026-01-27T16:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-68670"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68670"
},
{
"type": "REPORT",
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-rwvg-gp87-gh6f"
},
{
"type": "REPORT",
"url": "https://github.com/neutrinolabs/xrdp/commit/0d6964415ac31f8240ed894de1ff626bf4683eac"
},
{
"type": "REPORT",
"url": "https://github.com/neutrinolabs/xrdp/commit/488c8c7d4d189514a366cd8301b6e816c5218ffa"
},
{
"type": "REPORT",
"url": "https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.5"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8476-1"
}
],
"related": [
"USN-8476-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-68670"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.