Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-40184 (GCVE-0-2023-40184)
Vulnerability from cvelistv5 – Published: 2023-08-30 17:48 – Updated: 2025-11-03 19:28
VLAI?
EPSS
Title
Improper handling of session establishment errors in xrdp
Summary
xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don't use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.
Severity ?
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| neutrinolabs | xrdp |
Affected:
< 0.9.23
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T19:28:18.386Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"name": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"name": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00018.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-40184",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-30T15:44:59.219269Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-30T15:48:28.923Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "xrdp",
"vendor": "neutrinolabs",
"versions": [
{
"status": "affected",
"version": "\u003c 0.9.23"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-755",
"description": "CWE-755: Improper Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-15T21:06:49.566Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"name": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"name": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
}
],
"source": {
"advisory": "GHSA-f489-557v-47jq",
"discovery": "UNKNOWN"
},
"title": "Improper handling of session establishment errors in xrdp"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-40184",
"datePublished": "2023-08-30T17:48:30.552Z",
"dateReserved": "2023-08-09T15:26:41.053Z",
"dateUpdated": "2025-11-03T19:28:18.386Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"0.9.23\", \"matchCriteriaId\": \"F5F0C8DA-06A5-477C-A303-6715A9D01C6E\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \" xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.\"}, {\"lang\": \"es\", \"value\": \"xrdp es un servidor de protocolo de escritorio remoto (RDP) de c\\u00f3digo abierto. En versiones anteriores a la 0.9.23, el manejo inadecuado de los errores de establecimiento de sesi\\u00f3n permite eludir las restricciones de sesi\\u00f3n a nivel del sistema operativo. La funci\\u00f3n `auth_start_session` puede devolver un valor distinto de cero (1), por ejemplo, en un error de PAM, lo que puede dar lugar a restricciones de sesi\\u00f3n, como el n\\u00famero m\\u00e1ximo de sesiones simult\\u00e1neas por usuario por parte de PAM (por ejemplo, ./etc/security/limits.conf) para ser omitido. Los usuarios (administradores) que no utilizan restricciones por PAM no se ven afectados. Este problema se solucion\\u00f3 en la versi\\u00f3n 0.9.23. Se recomienda a los usuarios que actualicen. No se conocen workarounds para este problema.\"}]",
"id": "CVE-2023-40184",
"lastModified": "2024-11-21T08:18:57.260",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L\", \"baseScore\": 2.6, \"baseSeverity\": \"LOW\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 1.2, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 3.6}]}",
"published": "2023-08-30T18:15:09.690",
"references": "[{\"url\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-755\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-40184\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-08-30T18:15:09.690\",\"lastModified\":\"2025-11-03T20:16:01.940\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.\"},{\"lang\":\"es\",\"value\":\"xrdp es un servidor de protocolo de escritorio remoto (RDP) de c\u00f3digo abierto. En versiones anteriores a la 0.9.23, el manejo inadecuado de los errores de establecimiento de sesi\u00f3n permite eludir las restricciones de sesi\u00f3n a nivel del sistema operativo. La funci\u00f3n `auth_start_session` puede devolver un valor distinto de cero (1), por ejemplo, en un error de PAM, lo que puede dar lugar a restricciones de sesi\u00f3n, como el n\u00famero m\u00e1ximo de sesiones simult\u00e1neas por usuario por parte de PAM (por ejemplo, ./etc/security/limits.conf) para ser omitido. Los usuarios (administradores) que no utilizan restricciones por PAM no se ven afectados. Este problema se solucion\u00f3 en la versi\u00f3n 0.9.23. Se recomienda a los usuarios que actualicen. No se conocen workarounds para este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L\",\"baseScore\":2.6,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.2,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-755\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.9.23\",\"matchCriteriaId\":\"F5F0C8DA-06A5-477C-A303-6715A9D01C6E\"}]}]}],\"references\":[{\"url\":\"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"name\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"name\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"name\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00018.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T19:28:18.386Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-40184\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-30T15:44:59.219269Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-30T15:48:22.317Z\"}}], \"cna\": {\"title\": \"Improper handling of session establishment errors in xrdp\", \"source\": {\"advisory\": \"GHSA-f489-557v-47jq\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 2.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"neutrinolabs\", \"product\": \"xrdp\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.9.23\"}]}], \"references\": [{\"url\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"name\": \"https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"name\": \"https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"name\": \"https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-755\", \"description\": \"CWE-755: Improper Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-09-15T21:06:49.566Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-40184\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T19:28:18.386Z\", \"dateReserved\": \"2023-08-09T15:26:41.053Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-08-30T17:48:30.552Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CVE-2023-40184
Vulnerability from fstec - Published: 19.08.2023
VLAI Severity ?
Title
Уязвимость функции auth_start_session() сервера XRDP, позволяющая нарушителю вызвать отказ в обслуживании
Description
Уязвимость функции auth_start_session() сервера XRDP связана с обходом ограничений сеанса. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, вызвать отказ в обслуживании
Severity ?
Vendor
ООО «РусБИТех-Астра», Сообщество свободного программного обеспечения, ООО «Ред Софт», АО «ИВК», АО «НТЦ ИТ РОСА», АО "НППКТ"
Software Name
Astra Linux Special Edition (запись в едином реестре российских программ №369), Debian GNU/Linux, РЕД ОС (запись в едином реестре российских программ №3751), Альт 8 СП (запись в едином реестре российских программ №4305), РОСА Кобальт (запись в едином реестре российских программ №1999), РОСА ХРОМ (запись в едином реестре российских программ №1607), xrdp, ОСОН ОСнова Оnyx (запись в едином реестре российских программ №5913)
Software Version
1.6 «Смоленск» (Astra Linux Special Edition), 10 (Debian GNU/Linux), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (РЕД ОС), 1.7 (Astra Linux Special Edition), - (Альт 8 СП), 4.7 (Astra Linux Special Edition), 7.9 (РОСА Кобальт), 12.4 (РОСА ХРОМ), до 0.9.23 (xrdp), до 2.14 (ОСОН ОСнова Оnyx)
Possible Mitigations
В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для XRDP:
использование рекомендаций производителя:
https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq
Для Debian GNU/Linux:
использование рекомендаций производителя:
https://security-tracker.debian.org/tracker/CVE-2023-40184
Для РедОС:
http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
Для ОС Astra Linux:
обновить пакет xrdp до 0.9.23-0astra5 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17
Для ОС Альт 8 СП (релиз 10): установка обновления из публичного репозитория программного средства
Для ОС Альт 8 СП: установка обновления из публичного репозитория программного средства
Для Astra Linux 1.6 «Смоленск»:
обновить пакет xrdp до 0.9.23-0astra3 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se16-bulletin-20231214SE16
Для Astra Linux Special Edition 4.7:
обновить пакет xrdp до 0.9.23-0astra5 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47
Для ОС РОСА "КОБАЛЬТ": https://abf.rosa.ru/advisories/ROSA-SA-2024-2523
Для ОС РОСА "КОБАЛЬТ": https://abf.rosa.ru/advisories/ROSA-SA-2024-2523
Для операционной системы РОСА ХРОМ: https://abf.rosa.ru/advisories/ROSA-SA-2024-2445
Обновление программного обеспечения xrdp до версии 0.10.2-2osnova2u2
Reference
https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19
https://github.com/neutrinolabs/xrdp/commit/25a1fab5b6c5ef2a8bb109232b765cb8b332ce5e
https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23
https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq
https://nvd.nist.gov/vuln/detail/CVE-2023-40184
https://security-tracker.debian.org/tracker/CVE-2023-40184
https://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17
https://altsp.su/obnovleniya-bezopasnosti/
https://altsp.su/obnovleniya-bezopasnosti/
https://wiki.astralinux.ru/astra-linux-se16-bulletin-20231214SE16
https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47
http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
https://abf.rosa.ru/advisories/ROSA-SA-2024-2523
https://abf.rosa.ru/advisories/ROSA-SA-2024-2523
https://abf.rosa.ru/advisories/ROSA-SA-2024-2445
https://поддержка.нппкт.рф/bin/view/ОСнова/Обновления/2.14/
CWE
CWE-755
{
"CVSS 2.0": "AV:N/AC:L/Au:S/C:N/I:N/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/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": "\u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, \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, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u0410\u041e \u00ab\u0418\u0412\u041a\u00bb, \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (Astra Linux Special Edition), 10 (Debian GNU/Linux), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 1.7 (Astra Linux Special Edition), - (\u0410\u043b\u044c\u0442 8 \u0421\u041f), 4.7 (Astra Linux Special Edition), 7.9 (\u0420\u041e\u0421\u0410 \u041a\u043e\u0431\u0430\u043b\u044c\u0442), 12.4 (\u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c), \u0434\u043e 0.9.23 (xrdp), \u0434\u043e 2.14 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\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": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\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:\n\u0414\u043b\u044f XRDP:\n\u0438\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/security/advisories/GHSA-f489-557v-47jq\n\n\u0414\u043b\u044f Debian GNU/Linux:\n\u0438\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://security-tracker.debian.org/tracker/CVE-2023-40184\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: \nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 xrdp \u0434\u043e 0.9.23-0astra5 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17\n\n\u0414\u043b\u044f \u041e\u0421 \u0410\u043b\u044c\u0442 8 \u0421\u041f (\u0440\u0435\u043b\u0438\u0437 10): \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u0437 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\n\n\u0414\u043b\u044f \u041e\u0421 \u0410\u043b\u044c\u0442 8 \u0421\u041f: \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u0437 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\n\n\u0414\u043b\u044f Astra Linux 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 xrdp \u0434\u043e 0.9.23-0astra3 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se16-bulletin-20231214SE16\n\n\u0414\u043b\u044f Astra Linux Special Edition 4.7:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 xrdp \u0434\u043e 0.9.23-0astra5 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47\n\n\u0414\u043b\u044f \u041e\u0421 \u0420\u041e\u0421\u0410 \"\u041a\u041e\u0411\u0410\u041b\u042c\u0422\": https://abf.rosa.ru/advisories/ROSA-SA-2024-2523\n\n\u0414\u043b\u044f \u041e\u0421 \u0420\u041e\u0421\u0410 \"\u041a\u041e\u0411\u0410\u041b\u042c\u0422\": https://abf.rosa.ru/advisories/ROSA-SA-2024-2523\n\n\u0414\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c: https://abf.rosa.ru/advisories/ROSA-SA-2024-2445\n\n\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 xrdp \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 0.10.2-2osnova2u2",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "19.08.2023",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "24.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "11.11.2023",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2023-07659",
"\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-2023-40184",
"\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": "Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u0410\u043b\u044c\u0442 8 \u0421\u041f (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21164305), \u0420\u041e\u0421\u0410 \u041a\u043e\u0431\u0430\u043b\u044c\u0442 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161999), \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), xrdp, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\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": "\u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \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 Debian GNU/Linux 10 , \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 Debian GNU/Linux 11 , \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 Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u0410\u041e \u00ab\u0418\u0412\u041a\u00bb \u0410\u043b\u044c\u0442 8 \u0421\u041f - (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21164305), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 ARM (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb \u0420\u041e\u0421\u0410 \u041a\u043e\u0431\u0430\u043b\u044c\u0442 7.9 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161999), \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c 12.4 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.14 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\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 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 auth_start_session() \u0441\u0435\u0440\u0432\u0435\u0440\u0430 XRDP, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\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": "\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0439 (CWE-755)",
"\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 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 auth_start_session() \u0441\u0435\u0440\u0432\u0435\u0440\u0430 XRDP \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0431\u0445\u043e\u0434\u043e\u043c \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439 \u0441\u0435\u0430\u043d\u0441\u0430. \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\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\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/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19\nhttps://github.com/neutrinolabs/xrdp/commit/25a1fab5b6c5ef2a8bb109232b765cb8b332ce5e\nhttps://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23\nhttps://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-40184\nhttps://security-tracker.debian.org/tracker/CVE-2023-40184\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-1023SE17\nhttps://altsp.su/obnovleniya-bezopasnosti/\nhttps://altsp.su/obnovleniya-bezopasnosti/\nhttps://wiki.astralinux.ru/astra-linux-se16-bulletin-20231214SE16\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-0416SE47\nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\nhttps://abf.rosa.ru/advisories/ROSA-SA-2024-2523\nhttps://abf.rosa.ru/advisories/ROSA-SA-2024-2523\nhttps://abf.rosa.ru/advisories/ROSA-SA-2024-2445\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.14/",
"\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": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \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-755",
"\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": "\u0421\u0440\u0435\u0434\u043d\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 6,8)\n\u0421\u0440\u0435\u0434\u043d\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.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,5)"
}
SUSE-SU-2023:3830-1
Vulnerability from csaf_suse - Published: 2023-09-27 17:14 - Updated: 2023-09-27 17:14Summary
Security update for xrdp
Notes
Title of the patch
Security update for xrdp
Description of the patch
This update for xrdp fixes the following issues:
- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).
Patchnames
SUSE-2023-3830,SUSE-SLE-Module-Basesystem-15-SP4-2023-3830,SUSE-SLE-Module-Basesystem-15-SP5-2023-3830,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3830,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3830,openSUSE-SLE-15.4-2023-3830,openSUSE-SLE-15.5-2023-3830
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3830,SUSE-SLE-Module-Basesystem-15-SP4-2023-3830,SUSE-SLE-Module-Basesystem-15-SP5-2023-3830,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3830,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3830,openSUSE-SLE-15.4-2023-3830,openSUSE-SLE-15.5-2023-3830",
"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-2023_3830-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3830-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233830-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3830-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031735.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214805",
"url": "https://bugzilla.suse.com/1214805"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40184 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40184/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2023-09-27T17:14:51Z",
"generator": {
"date": "2023-09-27T17:14:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3830-1",
"initial_release_date": "2023-09-27T17:14:51Z",
"revision_history": [
{
"date": "2023-09-27T17:14:51Z",
"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.24.1.aarch64",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"product_id": "libpainter0-0.9.13.1-150200.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"product_id": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"product": {
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"product_id": "xrdp-0.9.13.1-150200.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"product_id": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.24.1.i586",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.i586",
"product_id": "libpainter0-0.9.13.1-150200.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.24.1.i586",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.i586",
"product_id": "librfxencode0-0.9.13.1-150200.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.24.1.i586",
"product": {
"name": "xrdp-0.9.13.1-150200.4.24.1.i586",
"product_id": "xrdp-0.9.13.1-150200.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.i586",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.i586",
"product_id": "xrdp-devel-0.9.13.1-150200.4.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"product_id": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"product_id": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"product": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"product_id": "xrdp-0.9.13.1-150200.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"product_id": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"product_id": "libpainter0-0.9.13.1-150200.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"product_id": "librfxencode0-0.9.13.1-150200.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"product": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"product_id": "xrdp-0.9.13.1-150200.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"product_id": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"product": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"product_id": "libpainter0-0.9.13.1-150200.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"product": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"product_id": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"product": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"product_id": "xrdp-0.9.13.1-150200.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"product_id": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"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.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40184"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40184",
"url": "https://www.suse.com/security/cve/CVE-2023-40184"
},
{
"category": "external",
"summary": "SUSE Bug 1214805 for CVE-2023-40184",
"url": "https://bugzilla.suse.com/1214805"
}
],
"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 SP4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"SUSE Manager Server 4.2:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.4:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:libpainter0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:librfxencode0-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-0.9.13.1-150200.4.24.1.x86_64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.aarch64",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.ppc64le",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.s390x",
"openSUSE Leap 15.5:xrdp-devel-0.9.13.1-150200.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-27T17:14:51Z",
"details": "moderate"
}
],
"title": "CVE-2023-40184"
}
]
}
SUSE-SU-2023:3735-1
Vulnerability from csaf_suse - Published: 2023-09-22 13:04 - Updated: 2023-09-22 13:04Summary
Security update for xrdp
Notes
Title of the patch
Security update for xrdp
Description of the patch
This update for xrdp fixes the following issues:
- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).
Patchnames
SUSE-2023-3735,SUSE-SLE-SERVER-12-SP5-2023-3735
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3735,SUSE-SLE-SERVER-12-SP5-2023-3735",
"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-2023_3735-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3735-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233735-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3735-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016297.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214805",
"url": "https://bugzilla.suse.com/1214805"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40184 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40184/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2023-09-22T13:04:30Z",
"generator": {
"date": "2023-09-22T13:04:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3735-1",
"initial_release_date": "2023-09-22T13:04:30Z",
"revision_history": [
{
"date": "2023-09-22T13:04:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.aarch64",
"product": {
"name": "libpainter0-0.9.10-3.11.1.aarch64",
"product_id": "libpainter0-0.9.10-3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.aarch64",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.aarch64",
"product_id": "librfxencode0-0.9.10-3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.aarch64",
"product": {
"name": "xrdp-0.9.10-3.11.1.aarch64",
"product_id": "xrdp-0.9.10-3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.aarch64",
"product_id": "xrdp-devel-0.9.10-3.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.i586",
"product": {
"name": "libpainter0-0.9.10-3.11.1.i586",
"product_id": "libpainter0-0.9.10-3.11.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.i586",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.i586",
"product_id": "librfxencode0-0.9.10-3.11.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.i586",
"product": {
"name": "xrdp-0.9.10-3.11.1.i586",
"product_id": "xrdp-0.9.10-3.11.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.i586",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.i586",
"product_id": "xrdp-devel-0.9.10-3.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.ppc64le",
"product": {
"name": "libpainter0-0.9.10-3.11.1.ppc64le",
"product_id": "libpainter0-0.9.10-3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.ppc64le",
"product_id": "librfxencode0-0.9.10-3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.ppc64le",
"product": {
"name": "xrdp-0.9.10-3.11.1.ppc64le",
"product_id": "xrdp-0.9.10-3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.ppc64le",
"product_id": "xrdp-devel-0.9.10-3.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.s390",
"product": {
"name": "libpainter0-0.9.10-3.11.1.s390",
"product_id": "libpainter0-0.9.10-3.11.1.s390"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.s390",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.s390",
"product_id": "librfxencode0-0.9.10-3.11.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.s390",
"product": {
"name": "xrdp-0.9.10-3.11.1.s390",
"product_id": "xrdp-0.9.10-3.11.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.s390",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.s390",
"product_id": "xrdp-devel-0.9.10-3.11.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.s390x",
"product": {
"name": "libpainter0-0.9.10-3.11.1.s390x",
"product_id": "libpainter0-0.9.10-3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.s390x",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.s390x",
"product_id": "librfxencode0-0.9.10-3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.s390x",
"product": {
"name": "xrdp-0.9.10-3.11.1.s390x",
"product_id": "xrdp-0.9.10-3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.s390x",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.s390x",
"product_id": "xrdp-devel-0.9.10-3.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.11.1.x86_64",
"product": {
"name": "libpainter0-0.9.10-3.11.1.x86_64",
"product_id": "libpainter0-0.9.10-3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.11.1.x86_64",
"product": {
"name": "librfxencode0-0.9.10-3.11.1.x86_64",
"product_id": "librfxencode0-0.9.10-3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.11.1.x86_64",
"product": {
"name": "xrdp-0.9.10-3.11.1.x86_64",
"product_id": "xrdp-0.9.10-3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.11.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.10-3.11.1.x86_64",
"product_id": "xrdp-devel-0.9.10-3.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap: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.11.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.aarch64"
},
"product_reference": "xrdp-0.9.10-3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.ppc64le"
},
"product_reference": "xrdp-0.9.10-3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.s390x"
},
"product_reference": "xrdp-0.9.10-3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.aarch64"
},
"product_reference": "xrdp-0.9.10-3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.ppc64le"
},
"product_reference": "xrdp-0.9.10-3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.s390x"
},
"product_reference": "xrdp-0.9.10-3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40184"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40184",
"url": "https://www.suse.com/security/cve/CVE-2023-40184"
},
{
"category": "external",
"summary": "SUSE Bug 1214805 for CVE-2023-40184",
"url": "https://bugzilla.suse.com/1214805"
}
],
"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:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-22T13:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2023-40184"
}
]
}
SUSE-SU-2023:4873-1
Vulnerability from csaf_suse - Published: 2023-12-14 18:52 - Updated: 2023-12-14 18:52Summary
Security update for xrdp
Notes
Title of the patch
Security update for xrdp
Description of the patch
This update for xrdp fixes the following issues:
- CVE-2023-42822: Fixed unchecked access to font glyph info (bsc#1215803).
- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).
Patchnames
SUSE-2023-4873,SUSE-SLE-SERVER-12-SP5-2023-4873
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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": "Security update for xrdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xrdp fixes the following issues:\n\n- CVE-2023-42822: Fixed unchecked access to font glyph info (bsc#1215803).\n- CVE-2023-40184: Fixed restriction bypass via improper session handling (bsc#1214805).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4873,SUSE-SLE-SERVER-12-SP5-2023-4873",
"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-2023_4873-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4873-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234873-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4873-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017427.html"
},
{
"category": "self",
"summary": "SUSE Bug 1214805",
"url": "https://bugzilla.suse.com/1214805"
},
{
"category": "self",
"summary": "SUSE Bug 1215803",
"url": "https://bugzilla.suse.com/1215803"
},
{
"category": "self",
"summary": "SUSE Bug 1217759",
"url": "https://bugzilla.suse.com/1217759"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40184 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-42822 page",
"url": "https://www.suse.com/security/cve/CVE-2023-42822/"
}
],
"title": "Security update for xrdp",
"tracking": {
"current_release_date": "2023-12-14T18:52:09Z",
"generator": {
"date": "2023-12-14T18:52:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4873-1",
"initial_release_date": "2023-12-14T18:52:09Z",
"revision_history": [
{
"date": "2023-12-14T18:52:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.aarch64",
"product": {
"name": "libpainter0-0.9.10-3.16.1.aarch64",
"product_id": "libpainter0-0.9.10-3.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.aarch64",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.aarch64",
"product_id": "librfxencode0-0.9.10-3.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.aarch64",
"product": {
"name": "xrdp-0.9.10-3.16.1.aarch64",
"product_id": "xrdp-0.9.10-3.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.aarch64",
"product_id": "xrdp-devel-0.9.10-3.16.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.i586",
"product": {
"name": "libpainter0-0.9.10-3.16.1.i586",
"product_id": "libpainter0-0.9.10-3.16.1.i586"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.i586",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.i586",
"product_id": "librfxencode0-0.9.10-3.16.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.i586",
"product": {
"name": "xrdp-0.9.10-3.16.1.i586",
"product_id": "xrdp-0.9.10-3.16.1.i586"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.i586",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.i586",
"product_id": "xrdp-devel-0.9.10-3.16.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.ppc64le",
"product": {
"name": "libpainter0-0.9.10-3.16.1.ppc64le",
"product_id": "libpainter0-0.9.10-3.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.ppc64le",
"product_id": "librfxencode0-0.9.10-3.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.ppc64le",
"product": {
"name": "xrdp-0.9.10-3.16.1.ppc64le",
"product_id": "xrdp-0.9.10-3.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.ppc64le",
"product_id": "xrdp-devel-0.9.10-3.16.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.s390",
"product": {
"name": "libpainter0-0.9.10-3.16.1.s390",
"product_id": "libpainter0-0.9.10-3.16.1.s390"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.s390",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.s390",
"product_id": "librfxencode0-0.9.10-3.16.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.s390",
"product": {
"name": "xrdp-0.9.10-3.16.1.s390",
"product_id": "xrdp-0.9.10-3.16.1.s390"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.s390",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.s390",
"product_id": "xrdp-devel-0.9.10-3.16.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.s390x",
"product": {
"name": "libpainter0-0.9.10-3.16.1.s390x",
"product_id": "libpainter0-0.9.10-3.16.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.s390x",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.s390x",
"product_id": "librfxencode0-0.9.10-3.16.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.s390x",
"product": {
"name": "xrdp-0.9.10-3.16.1.s390x",
"product_id": "xrdp-0.9.10-3.16.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.s390x",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.s390x",
"product_id": "xrdp-devel-0.9.10-3.16.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.10-3.16.1.x86_64",
"product": {
"name": "libpainter0-0.9.10-3.16.1.x86_64",
"product_id": "libpainter0-0.9.10-3.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.10-3.16.1.x86_64",
"product": {
"name": "librfxencode0-0.9.10-3.16.1.x86_64",
"product_id": "librfxencode0-0.9.10-3.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.10-3.16.1.x86_64",
"product": {
"name": "xrdp-0.9.10-3.16.1.x86_64",
"product_id": "xrdp-0.9.10-3.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.10-3.16.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.10-3.16.1.x86_64",
"product_id": "xrdp-devel-0.9.10-3.16.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap: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.16.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.aarch64"
},
"product_reference": "xrdp-0.9.10-3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le"
},
"product_reference": "xrdp-0.9.10-3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x"
},
"product_reference": "xrdp-0.9.10-3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64"
},
"product_reference": "xrdp-0.9.10-3.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le"
},
"product_reference": "xrdp-0.9.10-3.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x"
},
"product_reference": "xrdp-0.9.10-3.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.10-3.16.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
},
"product_reference": "xrdp-0.9.10-3.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40184"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40184",
"url": "https://www.suse.com/security/cve/CVE-2023-40184"
},
{
"category": "external",
"summary": "SUSE Bug 1214805 for CVE-2023-40184",
"url": "https://bugzilla.suse.com/1214805"
}
],
"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:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-12-14T18:52:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-40184"
},
{
"cve": "CVE-2023-42822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-42822"
}
],
"notes": [
{
"category": "general",
"text": "xrdp is an open source remote desktop protocol server. Access to the font glyphs in xrdp_painter.c is not bounds-checked . Since some of this data is controllable by the user, this can result in an out-of-bounds read within the xrdp executable. The vulnerability allows an out-of-bounds read within a potentially privileged process. On non-Debian platforms, xrdp tends to run as root. Potentially an out-of-bounds write can follow the out-of-bounds read. There is no denial-of-service impact, providing xrdp is running in forking mode. This issue has been addressed in release 0.9.23.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-42822",
"url": "https://www.suse.com/security/cve/CVE-2023-42822"
},
{
"category": "external",
"summary": "SUSE Bug 1215803 for CVE-2023-42822",
"url": "https://bugzilla.suse.com/1215803"
}
],
"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:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:xrdp-0.9.10-3.16.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xrdp-0.9.10-3.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-12-14T18:52:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-42822"
}
]
}
GSD-2023-40184
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don't use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-40184",
"id": "GSD-2023-40184"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-40184"
],
"details": " xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.",
"id": "GSD-2023-40184",
"modified": "2023-12-13T01:20:43.905004Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-40184",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xrdp",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c 0.9.23"
}
]
}
}
]
},
"vendor_name": "neutrinolabs"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": " xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-755",
"lang": "eng",
"value": "CWE-755: Improper Handling of Exceptional Conditions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq",
"refsource": "MISC",
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"name": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23",
"refsource": "MISC",
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"name": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19",
"refsource": "MISC",
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
}
]
},
"source": {
"advisory": "GHSA-f489-557v-47jq",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "0.9.23",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-40184"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": " xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-755"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"name": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"name": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19",
"refsource": "MISC",
"tags": [
"Product"
],
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-09-15T22:15Z",
"publishedDate": "2023-08-30T18:15Z"
}
}
}
FKIE_CVE-2023-40184
Vulnerability from fkie_nvd - Published: 2023-08-30 18:15 - Updated: 2025-11-03 20:16
Severity ?
2.6 (Low) - CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don't use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19 | Product | |
| security-advisories@github.com | https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23 | Patch | |
| security-advisories@github.com | https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq | Vendor Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/ | Mailing List | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/ | Mailing List | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/ | Mailing List | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19 | Product | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23 | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/05/msg00018.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/ | Mailing List | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/ | Mailing List | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/ | Mailing List |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| neutrinolabs | xrdp | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:neutrinolabs:xrdp:*:*:*:*:*:*:*:*",
"matchCriteriaId": "F5F0C8DA-06A5-477C-A303-6715A9D01C6E",
"versionEndExcluding": "0.9.23",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue."
},
{
"lang": "es",
"value": "xrdp es un servidor de protocolo de escritorio remoto (RDP) de c\u00f3digo abierto. En versiones anteriores a la 0.9.23, el manejo inadecuado de los errores de establecimiento de sesi\u00f3n permite eludir las restricciones de sesi\u00f3n a nivel del sistema operativo. La funci\u00f3n `auth_start_session` puede devolver un valor distinto de cero (1), por ejemplo, en un error de PAM, lo que puede dar lugar a restricciones de sesi\u00f3n, como el n\u00famero m\u00e1ximo de sesiones simult\u00e1neas por usuario por parte de PAM (por ejemplo, ./etc/security/limits.conf) para ser omitido. Los usuarios (administradores) que no utilizan restricciones por PAM no se ven afectados. Este problema se solucion\u00f3 en la versi\u00f3n 0.9.23. Se recomienda a los usuarios que actualicen. No se conocen workarounds para este problema."
}
],
"id": "CVE-2023-40184",
"lastModified": "2025-11-03T20:16:01.940",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 1.2,
"impactScore": 1.4,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-08-30T18:15:09.690",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Product"
],
"url": "https://github.com/neutrinolabs/xrdp/blame/9bbb2ec68f390504c32f2062847aa3d821a0089a/sesman/sesexec/session.c#L571C5-L571C19"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/neutrinolabs/xrdp/commit/a111a0fdfe2421ef600e40708b5f0168594cfb23"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-f489-557v-47jq"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00018.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SOT237TIHTHPX5YNIWLVNINOEYC7WMG2/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5IXMQODV3OIJ7DRQBUQV7PUKNT7SH36/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URO3FKTFBPNKFARAQBEJLI4MH6YS35P5/"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-755"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
OPENSUSE-SU-2024:13399-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libpainter0-0.9.23.1-1.1 on GA media
Notes
Title of the patch
libpainter0-0.9.23.1-1.1 on GA media
Description of the patch
These are all security issues fixed in the libpainter0-0.9.23.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13399
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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.23.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libpainter0-0.9.23.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13399",
"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-2024_13399-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40184 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40184/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-42822 page",
"url": "https://www.suse.com/security/cve/CVE-2023-42822/"
}
],
"title": "libpainter0-0.9.23.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13399-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.23.1-1.1.aarch64",
"product": {
"name": "libpainter0-0.9.23.1-1.1.aarch64",
"product_id": "libpainter0-0.9.23.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.23.1-1.1.aarch64",
"product": {
"name": "librfxencode0-0.9.23.1-1.1.aarch64",
"product_id": "librfxencode0-0.9.23.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.23.1-1.1.aarch64",
"product": {
"name": "xrdp-0.9.23.1-1.1.aarch64",
"product_id": "xrdp-0.9.23.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.23.1-1.1.aarch64",
"product": {
"name": "xrdp-devel-0.9.23.1-1.1.aarch64",
"product_id": "xrdp-devel-0.9.23.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.23.1-1.1.ppc64le",
"product": {
"name": "libpainter0-0.9.23.1-1.1.ppc64le",
"product_id": "libpainter0-0.9.23.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.23.1-1.1.ppc64le",
"product": {
"name": "librfxencode0-0.9.23.1-1.1.ppc64le",
"product_id": "librfxencode0-0.9.23.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.23.1-1.1.ppc64le",
"product": {
"name": "xrdp-0.9.23.1-1.1.ppc64le",
"product_id": "xrdp-0.9.23.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.23.1-1.1.ppc64le",
"product": {
"name": "xrdp-devel-0.9.23.1-1.1.ppc64le",
"product_id": "xrdp-devel-0.9.23.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.23.1-1.1.s390x",
"product": {
"name": "libpainter0-0.9.23.1-1.1.s390x",
"product_id": "libpainter0-0.9.23.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.23.1-1.1.s390x",
"product": {
"name": "librfxencode0-0.9.23.1-1.1.s390x",
"product_id": "librfxencode0-0.9.23.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.23.1-1.1.s390x",
"product": {
"name": "xrdp-0.9.23.1-1.1.s390x",
"product_id": "xrdp-0.9.23.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.23.1-1.1.s390x",
"product": {
"name": "xrdp-devel-0.9.23.1-1.1.s390x",
"product_id": "xrdp-devel-0.9.23.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpainter0-0.9.23.1-1.1.x86_64",
"product": {
"name": "libpainter0-0.9.23.1-1.1.x86_64",
"product_id": "libpainter0-0.9.23.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "librfxencode0-0.9.23.1-1.1.x86_64",
"product": {
"name": "librfxencode0-0.9.23.1-1.1.x86_64",
"product_id": "librfxencode0-0.9.23.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-0.9.23.1-1.1.x86_64",
"product": {
"name": "xrdp-0.9.23.1-1.1.x86_64",
"product_id": "xrdp-0.9.23.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xrdp-devel-0.9.23.1-1.1.x86_64",
"product": {
"name": "xrdp-devel-0.9.23.1-1.1.x86_64",
"product_id": "xrdp-devel-0.9.23.1-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.23.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.aarch64"
},
"product_reference": "libpainter0-0.9.23.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.23.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le"
},
"product_reference": "libpainter0-0.9.23.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.23.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x"
},
"product_reference": "libpainter0-0.9.23.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpainter0-0.9.23.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64"
},
"product_reference": "libpainter0-0.9.23.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.23.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64"
},
"product_reference": "librfxencode0-0.9.23.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.23.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le"
},
"product_reference": "librfxencode0-0.9.23.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.23.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x"
},
"product_reference": "librfxencode0-0.9.23.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librfxencode0-0.9.23.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64"
},
"product_reference": "librfxencode0-0.9.23.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.23.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64"
},
"product_reference": "xrdp-0.9.23.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.23.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le"
},
"product_reference": "xrdp-0.9.23.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.23.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x"
},
"product_reference": "xrdp-0.9.23.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-0.9.23.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64"
},
"product_reference": "xrdp-0.9.23.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.23.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64"
},
"product_reference": "xrdp-devel-0.9.23.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.23.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le"
},
"product_reference": "xrdp-devel-0.9.23.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.23.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x"
},
"product_reference": "xrdp-devel-0.9.23.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xrdp-devel-0.9.23.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
},
"product_reference": "xrdp-devel-0.9.23.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40184",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40184"
}
],
"notes": [
{
"category": "general",
"text": " xrdp is an open source remote desktop protocol (RDP) server. In versions prior to 0.9.23 improper handling of session establishment errors allows bypassing OS-level session restrictions. The `auth_start_session` function can return non-zero (1) value on, e.g., PAM error which may result in in session restrictions such as max concurrent sessions per user by PAM (ex ./etc/security/limits.conf) to be bypassed. Users (administrators) don\u0027t use restrictions by PAM are not affected. This issue has been addressed in release version 0.9.23. Users are advised to upgrade. There are no known workarounds for this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40184",
"url": "https://www.suse.com/security/cve/CVE-2023-40184"
},
{
"category": "external",
"summary": "SUSE Bug 1214805 for CVE-2023-40184",
"url": "https://bugzilla.suse.com/1214805"
}
],
"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.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-40184"
},
{
"cve": "CVE-2023-42822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-42822"
}
],
"notes": [
{
"category": "general",
"text": " xrdp is an open source remote desktop protocol server. Access to the font glyphs in xrdp_painter.c is not bounds-checked . Since some of this data is controllable by the user, this can result in an out-of-bounds read within the xrdp executable. The vulnerability allows an out-of-bounds read within a potentially privileged process. On non-Debian platforms, xrdp tends to run as root. Potentially an out-of-bounds write can follow the out-of-bounds read. There is no denial-of-service impact, providing xrdp is running in forking mode. This issue has been addressed in release 0.9.23.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-42822",
"url": "https://www.suse.com/security/cve/CVE-2023-42822"
},
{
"category": "external",
"summary": "SUSE Bug 1215803 for CVE-2023-42822",
"url": "https://bugzilla.suse.com/1215803"
}
],
"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.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:libpainter0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:librfxencode0-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-0.9.23.1-1.1.x86_64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.aarch64",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.ppc64le",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.s390x",
"openSUSE Tumbleweed:xrdp-devel-0.9.23.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-42822"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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.
Loading…
Loading…