Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-22858 (GCVE-0-2026-22858)
Vulnerability from cvelistv5 – Published: 2026-01-14 17:56 – Updated: 2026-01-14 21:12| URL | Tags |
|---|---|
| https://github.com/FreeRDP/FreeRDP/security/advis… | x_refsource_CONFIRM |
| https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-22858",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-14T21:11:51.335502Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-14T21:12:03.734Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "FreeRDP",
"vendor": "FreeRDP",
"versions": [
{
"status": "affected",
"version": "\u003c 3.20.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, global-buffer-overflow was observed in FreeRDP\u0027s Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c \u003c= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access. This vulnerability is fixed in 3.20.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-758",
"description": "CWE-758: Reliance on Undefined, Unspecified, or Implementation-Defined Behavior",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-14T17:56:29.729Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1"
}
],
"source": {
"advisory": "GHSA-qmqf-m84q-x896",
"discovery": "UNKNOWN"
},
"title": "FreeRDP has a global-buffer-overflow in crypto_base64_decode"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-22858",
"datePublished": "2026-01-14T17:56:29.729Z",
"dateReserved": "2026-01-12T16:20:16.746Z",
"dateUpdated": "2026-01-14T21:12:03.734Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-22858",
"date": "2026-06-19",
"epss": "0.00383",
"percentile": "0.29959"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-22858\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-14T18:16:43.520\",\"lastModified\":\"2026-01-20T18:33:32.850\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, global-buffer-overflow was observed in FreeRDP\u0027s Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c \u003c= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access. This vulnerability is fixed in 3.20.1.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.6,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"PROOF_OF_CONCEPT\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"},{\"lang\":\"en\",\"value\":\"CWE-758\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:freerdp:freerdp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.20.1\",\"matchCriteriaId\":\"1C802721-4198-476F-AE9E-78457C1CE38B\"}]}]}],\"references\":[{\"url\":\"https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\",\"Exploit\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-22858\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-14T21:11:51.335502Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-14T21:12:00.311Z\"}}], \"cna\": {\"title\": \"FreeRDP has a global-buffer-overflow in crypto_base64_decode\", \"source\": {\"advisory\": \"GHSA-qmqf-m84q-x896\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"FreeRDP\", \"product\": \"FreeRDP\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.20.1\"}]}], \"references\": [{\"url\": \"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896\", \"name\": \"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1\", \"name\": \"https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, global-buffer-overflow was observed in FreeRDP\u0027s Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c \u003c= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access. This vulnerability is fixed in 3.20.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125: Out-of-bounds Read\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-758\", \"description\": \"CWE-758: Reliance on Undefined, Unspecified, or Implementation-Defined Behavior\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-14T17:56:29.729Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-22858\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-14T21:12:03.734Z\", \"dateReserved\": \"2026-01-12T16:20:16.746Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-14T17:56:29.729Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:4489
Vulnerability from csaf_redhat - Published: 2026-03-12 14:31 - Updated: 2026-06-08 22:03A heap based buffer overflow has been discovered in FreeRDP. This heap out-of-bounds read occurs in the smartcard SetAttrib path when cbAttrLen does not match the actual NDR buffer length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A global buffer overflow flaw has been discovered in FreeRDP. This global-buffer-overflow was observed in FreeRDP's Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c <= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A heap based buffer overflow has been discovered in FreeRDP. In affected versions the URBDRC client does not perform bounds checking on server‑supplied MSUSB_INTERFACE_DESCRIPTOR values and uses them as indices in libusb_udev_complete_msconfig_setup, causing an out‑of‑bounds read.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for freerdp is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. The xfreerdp client can connect to RDP servers such as Microsoft Windows machines, xrdp, and VirtualBox.\n\nSecurity Fix(es):\n\n* freerdp: FreeRDP heap-buffer-overflow (CVE-2026-22855)\n\n* freerdp: FreeRDP global-buffer-overflow (CVE-2026-22858)\n\n* freerdp: FreeRDP heap-buffer-overflow (CVE-2026-22859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:4489",
"url": "https://access.redhat.com/errata/RHSA-2026:4489"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2429645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429645"
},
{
"category": "external",
"summary": "2429649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429649"
},
{
"category": "external",
"summary": "2429653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429653"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4489.json"
}
],
"title": "Red Hat Security Advisory: freerdp security update",
"tracking": {
"current_release_date": "2026-06-08T22:03:22+00:00",
"generator": {
"date": "2026-06-08T22:03:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:4489",
"initial_release_date": "2026-03-12T14:31:57+00:00",
"revision_history": [
{
"date": "2026-03-12T14:31:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T14:31:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T22:03:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "freerdp-2:2.4.1-3.el9_0.1.s390x",
"product_id": "freerdp-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"product_id": "freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.s390x",
"product_id": "libwinpr-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"product_id": "freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_id": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_id": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_id": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@2.4.1-3.el9_0.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:2.4.1-3.el9_0.1.src",
"product": {
"name": "freerdp-2:2.4.1-3.el9_0.1.src",
"product_id": "freerdp-2:2.4.1-3.el9_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@2.4.1-3.el9_0.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "freerdp-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "freerdp-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_id": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@2.4.1-3.el9_0.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_id": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@2.4.1-3.el9_0.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "freerdp-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "freerdp-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_id": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@2.4.1-3.el9_0.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"product_id": "freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.i686",
"product_id": "libwinpr-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"product_id": "freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_id": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_id": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_id": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@2.4.1-3.el9_0.1?arch=i686\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "freerdp-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "freerdp-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:2.4.1-3.el9_0.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src"
},
"product_reference": "freerdp-2:2.4.1-3.el9_0.1.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "freerdp-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "libwinpr-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "libwinpr-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64"
},
"product_reference": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686"
},
"product_reference": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le"
},
"product_reference": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x"
},
"product_reference": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
},
"product_reference": "libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22855",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-01-14T18:00:47.363663+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429645"
}
],
"notes": [
{
"category": "description",
"text": "A heap based buffer overflow has been discovered in FreeRDP. This heap out-of-bounds read occurs in the smartcard SetAttrib path when cbAttrLen does not match the actual NDR buffer length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP heap-buffer-overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products in their default configuration employ Address Space Layout Randomization (ASLR) which drastically increases the complexity of the successful exploitation of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22855"
},
{
"category": "external",
"summary": "RHBZ#2429645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22855",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22855"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22855",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22855"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1",
"url": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-rwp3-g84r-6mx9",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-rwp3-g84r-6mx9"
}
],
"release_date": "2026-01-14T17:50:06.209000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:31:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4489"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "freerdp: FreeRDP heap-buffer-overflow"
},
{
"cve": "CVE-2026-22858",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-01-14T18:00:52.497801+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429649"
}
],
"notes": [
{
"category": "description",
"text": "A global buffer overflow flaw has been discovered in FreeRDP. This global-buffer-overflow was observed in FreeRDP\u0027s Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c \u003c= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP global-buffer-overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products in their default configuration employ Address Space Layout Randomization (ASLR) which drastically increases the complexity of the successful exploitation of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22858"
},
{
"category": "external",
"summary": "RHBZ#2429649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22858"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1",
"url": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896"
}
],
"release_date": "2026-01-14T17:56:29.729000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:31:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4489"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "freerdp: FreeRDP global-buffer-overflow"
},
{
"cve": "CVE-2026-22859",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-01-14T18:01:32.314446+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429653"
}
],
"notes": [
{
"category": "description",
"text": "A heap based buffer overflow has been discovered in FreeRDP. In affected versions the URBDRC client does not perform bounds checking on server\u2011supplied MSUSB_INTERFACE_DESCRIPTOR values and uses them as indices in libusb_udev_complete_msconfig_setup, causing an out\u2011of\u2011bounds read.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP heap-buffer-overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products in their default configuration employ Address Space Layout Randomization (ASLR) which drastically increases the complexity of the successful exploitation of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22859"
},
{
"category": "external",
"summary": "RHBZ#2429653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429653"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22859"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22859",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22859"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1",
"url": "https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-56f5-76qv-2r36",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-56f5-76qv-2r36"
}
],
"release_date": "2026-01-14T17:57:37+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:31:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4489"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.src",
"AppStream-9.0.0.Z.E4S:freerdp-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-debugsource-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:freerdp-libs-debuginfo-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-2:2.4.1-3.el9_0.1.x86_64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.aarch64",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.i686",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.s390x",
"AppStream-9.0.0.Z.E4S:libwinpr-debuginfo-2:2.4.1-3.el9_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "freerdp: FreeRDP heap-buffer-overflow"
}
]
}
SUSE-SU-2026:0345-1
Vulnerability from csaf_suse - Published: 2026-01-30 07:18 - Updated: 2026-01-30 07:18| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for freerdp",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for freerdp fixes the following issues:\n\n- CVE-2025-4478: Fixed initialization of function pointers after \n resource allocations (bsc#1243109)\n- CVE-2026-22851: Fixed RDPGFX ResetGraphics race leading to \n use-after-free in SDL client (sdl-\u003eprimary) (bsc#1256717)\n- CVE-2026-22852: Fixed heap-buffer-overflow in audin_process_formats \n (bsc#1256718)\n- CVE-2026-22853: Fixed heap-buffer-overflow in ndr_read_uint8Array \n (bsc#1256719)\n- CVE-2026-22854: Fixed heap-buffer-overflow in drive_process_irp_read \n (bsc#1256720)\n- CVE-2026-22855: Fixed heap-buffer-overflow in smartcard_unpack_set_attrib_call \n (bsc#1256721)\n- CVE-2026-22856: Fixed heap-use-after-free in create_irp_thread (bsc#1256722)\n- CVE-2026-22857: Fixed heap-use-after-free in irp_thread_func (bsc#1256723)\n- CVE-2026-22858: Fixed global-buffer-overflow in crypto_base64_devoce \n (bsc#1256724)\n- CVE-2026-22859: Fixed heap-buffer-overflow in urb_select_configuration \n (bsc#1256725)\n- CVE-2026-23530: Fixed improper validation leading to heap buffer overflow \n in `planar_decompress_plane_rle` (bsc#1256940)\n- CVE-2026-23531: Fixed improper validation in `clear_decompress` leading to \n heap buffer overflow (bsc#1256941)\n- CVE-2026-23532: Fixed mismatch between destination rectangle clamping and \n the actual copy size leading to heap buffer overflow in \n `gdi_SurfaceToSurface` (bsc#1256942)\n- CVE-2026-23533: Fixed improper validation leading to heap buffer overflow in \n `clear_decompress_residual_data` (bsc#1256943)\n- CVE-2026-23534: Fixed missing checks leading to heap buffer overflow in \n `clear_deceompress_bands_data` (bsc#1256944)\n- CVE-2026-23732: Fixed improper validation leading to heap buffer overflow in \n `Glyph_alloc` (bsc#1256945)\n- CVE-2026-23883: Fixed use-after-free when `update_pointer_color` and \n `freerdp_image_copy_fromPointer_data` fail (bsc#1256946)\n- CVE-2026-23884: Fixed use-after-free in `gdi_set_bounds` (bsc#1256947)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-345,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-345,SUSE-SLE-Product-WE-15-SP7-2026-345",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0345-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0345-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260345-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0345-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023993.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243109",
"url": "https://bugzilla.suse.com/1243109"
},
{
"category": "self",
"summary": "SUSE Bug 1256717",
"url": "https://bugzilla.suse.com/1256717"
},
{
"category": "self",
"summary": "SUSE Bug 1256718",
"url": "https://bugzilla.suse.com/1256718"
},
{
"category": "self",
"summary": "SUSE Bug 1256719",
"url": "https://bugzilla.suse.com/1256719"
},
{
"category": "self",
"summary": "SUSE Bug 1256720",
"url": "https://bugzilla.suse.com/1256720"
},
{
"category": "self",
"summary": "SUSE Bug 1256721",
"url": "https://bugzilla.suse.com/1256721"
},
{
"category": "self",
"summary": "SUSE Bug 1256722",
"url": "https://bugzilla.suse.com/1256722"
},
{
"category": "self",
"summary": "SUSE Bug 1256723",
"url": "https://bugzilla.suse.com/1256723"
},
{
"category": "self",
"summary": "SUSE Bug 1256724",
"url": "https://bugzilla.suse.com/1256724"
},
{
"category": "self",
"summary": "SUSE Bug 1256725",
"url": "https://bugzilla.suse.com/1256725"
},
{
"category": "self",
"summary": "SUSE Bug 1256940",
"url": "https://bugzilla.suse.com/1256940"
},
{
"category": "self",
"summary": "SUSE Bug 1256941",
"url": "https://bugzilla.suse.com/1256941"
},
{
"category": "self",
"summary": "SUSE Bug 1256942",
"url": "https://bugzilla.suse.com/1256942"
},
{
"category": "self",
"summary": "SUSE Bug 1256943",
"url": "https://bugzilla.suse.com/1256943"
},
{
"category": "self",
"summary": "SUSE Bug 1256944",
"url": "https://bugzilla.suse.com/1256944"
},
{
"category": "self",
"summary": "SUSE Bug 1256945",
"url": "https://bugzilla.suse.com/1256945"
},
{
"category": "self",
"summary": "SUSE Bug 1256946",
"url": "https://bugzilla.suse.com/1256946"
},
{
"category": "self",
"summary": "SUSE Bug 1256947",
"url": "https://bugzilla.suse.com/1256947"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4478 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4478/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22851 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22851/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22852 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22852/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22855/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22856 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22856/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22857 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22857/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22858 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22859 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22859/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23530 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23530/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23531 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23531/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23532 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23532/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23533 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23533/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23534 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23534/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23732 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23732/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23883 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23884/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-01-30T07:18:43Z",
"generator": {
"date": "2026-01-30T07:18:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0345-1",
"initial_release_date": "2026-01-30T07:18:43Z",
"revision_history": [
{
"date": "2026-01-30T07:18:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-devel-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-proxy-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-sdl-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-server-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-server-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"product_id": "freerdp-wayland-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.aarch64",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.aarch64",
"product_id": "libfreerdp3-3-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.aarch64",
"product_id": "librdtk0-0-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"product_id": "libuwac0-0-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.aarch64",
"product_id": "libwinpr3-3-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.3.1.aarch64",
"product_id": "rdtk0-devel-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.3.1.aarch64",
"product_id": "uwac0-devel-3.10.3-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.3.1.aarch64",
"product": {
"name": "winpr-devel-3.10.3-150700.3.3.1.aarch64",
"product_id": "winpr-devel-3.10.3-150700.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-devel-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-proxy-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-sdl-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-server-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-server-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.3.1.i586",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.i586",
"product_id": "freerdp-wayland-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.i586",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.i586",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.i586",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.i586",
"product_id": "libfreerdp3-3-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.3.1.i586",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.i586",
"product_id": "librdtk0-0-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.3.1.i586",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.i586",
"product_id": "libuwac0-0-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.3.1.i586",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.i586",
"product_id": "libwinpr3-3-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.3.1.i586",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.3.1.i586",
"product_id": "rdtk0-devel-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.3.1.i586",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.3.1.i586",
"product_id": "uwac0-devel-3.10.3-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.3.1.i586",
"product": {
"name": "winpr-devel-3.10.3-150700.3.3.1.i586",
"product_id": "winpr-devel-3.10.3-150700.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-devel-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-proxy-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-sdl-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-server-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"product_id": "freerdp-wayland-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.ppc64le",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.ppc64le",
"product_id": "libfreerdp3-3-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.ppc64le",
"product_id": "librdtk0-0-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"product_id": "libuwac0-0-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.ppc64le",
"product_id": "libwinpr3-3-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.3.1.ppc64le",
"product_id": "rdtk0-devel-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.3.1.ppc64le",
"product_id": "uwac0-devel-3.10.3-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.3.1.ppc64le",
"product": {
"name": "winpr-devel-3.10.3-150700.3.3.1.ppc64le",
"product_id": "winpr-devel-3.10.3-150700.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-devel-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-proxy-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-sdl-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-server-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-server-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"product_id": "freerdp-wayland-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.s390x",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.s390x",
"product_id": "libfreerdp3-3-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.s390x",
"product_id": "librdtk0-0-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.s390x",
"product_id": "libuwac0-0-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.s390x",
"product_id": "libwinpr3-3-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.3.1.s390x",
"product_id": "rdtk0-devel-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.3.1.s390x",
"product_id": "uwac0-devel-3.10.3-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.3.1.s390x",
"product": {
"name": "winpr-devel-3.10.3-150700.3.3.1.s390x",
"product_id": "winpr-devel-3.10.3-150700.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-devel-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-proxy-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-sdl-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-server-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-server-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.x86_64",
"product_id": "freerdp-wayland-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"product_id": "libfreerdp3-3-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"product_id": "librdtk0-0-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.x86_64",
"product_id": "libuwac0-0-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"product_id": "libwinpr3-3-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.3.1.x86_64",
"product_id": "rdtk0-devel-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.3.1.x86_64",
"product_id": "uwac0-devel-3.10.3-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.3.1.x86_64",
"product": {
"name": "winpr-devel-3.10.3-150700.3.3.1.x86_64",
"product_id": "winpr-devel-3.10.3-150700.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "freerdp-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "freerdp-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "freerdp-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "freerdp-server-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "freerdp-server-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-3.10.3-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-sdl-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "freerdp-server-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp3-3-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "librdtk0-0-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr3-3-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr-devel-3.10.3-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
},
"product_reference": "winpr-devel-3.10.3-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4478",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4478"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the FreeRDP used by Anaconda\u0027s remote install feature, where a crafted RDP packet could trigger a segmentation fault. This issue causes the service to crash and remain defunct, resulting in a denial of service. It occurs pre-boot and is likely due to a NULL pointer dereference. Rebooting is required to recover the system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4478",
"url": "https://www.suse.com/security/cve/CVE-2025-4478"
},
{
"category": "external",
"summary": "SUSE Bug 1243109 for CVE-2025-4478",
"url": "https://bugzilla.suse.com/1243109"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2025-4478"
},
{
"cve": "CVE-2026-22851",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22851"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a race condition between the RDPGFX dynamic virtual channel thread and the SDL render thread leads to a heap use-after-free. Specifically, an escaped pointer to sdl-\u003eprimary (SDL_Surface) is accessed after it has been freed during RDPGFX ResetGraphics handling. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22851",
"url": "https://www.suse.com/security/cve/CVE-2026-22851"
},
{
"category": "external",
"summary": "SUSE Bug 1256717 for CVE-2026-22851",
"url": "https://bugzilla.suse.com/1256717"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-22851"
},
{
"cve": "CVE-2026-22852",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22852"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a malicious RDP server can trigger a heap-buffer-overflow write in the FreeRDP client when processing Audio Input (AUDIN) format lists. audin_process_formats reuses callback-\u003eformats_count across multiple MSG_SNDIN_FORMATS PDUs and writes past the newly allocated formats array, causing memory corruption and a crash. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22852",
"url": "https://www.suse.com/security/cve/CVE-2026-22852"
},
{
"category": "external",
"summary": "SUSE Bug 1256718 for CVE-2026-22852",
"url": "https://bugzilla.suse.com/1256718"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-22852"
},
{
"cve": "CVE-2026-22853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22853"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, RDPEAR\u0027s NDR array reader does not perform bounds checking on the on-wire element count and can write past the heap buffer allocated from hints, causing a heap buffer overflow in ndr_read_uint8Array. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22853",
"url": "https://www.suse.com/security/cve/CVE-2026-22853"
},
{
"category": "external",
"summary": "SUSE Bug 1256719 for CVE-2026-22853",
"url": "https://bugzilla.suse.com/1256719"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-22853"
},
{
"cve": "CVE-2026-22854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22854"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap-buffer-overflow occurs in drive read when a server-controlled read length is used to read file data into an IRP output stream buffer without a hard upper bound, allowing an oversized read to overwrite heap memory. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22854",
"url": "https://www.suse.com/security/cve/CVE-2026-22854"
},
{
"category": "external",
"summary": "SUSE Bug 1256720 for CVE-2026-22854",
"url": "https://bugzilla.suse.com/1256720"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-22854"
},
{
"cve": "CVE-2026-22855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22855"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap out-of-bounds read occurs in the smartcard SetAttrib path when cbAttrLen does not match the actual NDR buffer length. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22855",
"url": "https://www.suse.com/security/cve/CVE-2026-22855"
},
{
"category": "external",
"summary": "SUSE Bug 1256721 for CVE-2026-22855",
"url": "https://bugzilla.suse.com/1256721"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-22855"
},
{
"cve": "CVE-2026-22856",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22856"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a race in the serial channel IRP thread tracking allows a heap use-after-free when one thread removes an entry from serial-\u003eIrpThreads while another reads it. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22856",
"url": "https://www.suse.com/security/cve/CVE-2026-22856"
},
{
"category": "external",
"summary": "SUSE Bug 1256722 for CVE-2026-22856",
"url": "https://bugzilla.suse.com/1256722"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-22856"
},
{
"cve": "CVE-2026-22857",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22857"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap use-after-free occurs in irp_thread_func because the IRP is freed by irp-\u003eComplete() and then accessed again on the error path. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22857",
"url": "https://www.suse.com/security/cve/CVE-2026-22857"
},
{
"category": "external",
"summary": "SUSE Bug 1256723 for CVE-2026-22857",
"url": "https://bugzilla.suse.com/1256723"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-22857"
},
{
"cve": "CVE-2026-22858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22858"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, global-buffer-overflow was observed in FreeRDP\u0027s Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c \u003c= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22858",
"url": "https://www.suse.com/security/cve/CVE-2026-22858"
},
{
"category": "external",
"summary": "SUSE Bug 1256724 for CVE-2026-22858",
"url": "https://bugzilla.suse.com/1256724"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-22858"
},
{
"cve": "CVE-2026-22859",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22859"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, the URBDRC client does not perform bounds checking on server-supplied MSUSB_INTERFACE_DESCRIPTOR values and uses them as indices in libusb_udev_complete_msconfig_setup, causing an out-of-bounds read. This vulnerability is fixed in 3.20.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22859",
"url": "https://www.suse.com/security/cve/CVE-2026-22859"
},
{
"category": "external",
"summary": "SUSE Bug 1256725 for CVE-2026-22859",
"url": "https://bugzilla.suse.com/1256725"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-22859"
},
{
"cve": "CVE-2026-23530",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23530"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0,`freerdp_bitmap_decompress_planar` does not validate `nSrcWidth`/`nSrcHeight` against `planar-\u003emaxWidth`/`maxHeight` before RLE decode. A malicious server can trigger a client-side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23530",
"url": "https://www.suse.com/security/cve/CVE-2026-23530"
},
{
"category": "external",
"summary": "SUSE Bug 1256940 for CVE-2026-23530",
"url": "https://bugzilla.suse.com/1256940"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23530"
},
{
"cve": "CVE-2026-23531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23531"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, in ClearCodec, when `glyphData` is present, `clear_decompress` calls `freerdp_image_copy_no_overlap` without validating the destination rectangle, allowing an out-of-bounds read/write via crafted RDPGFX surface updates. A malicious server can trigger a client-side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23531",
"url": "https://www.suse.com/security/cve/CVE-2026-23531"
},
{
"category": "external",
"summary": "SUSE Bug 1256941 for CVE-2026-23531",
"url": "https://bugzilla.suse.com/1256941"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23531"
},
{
"cve": "CVE-2026-23532",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23532"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s `gdi_SurfaceToSurface` path due to a mismatch between destination rectangle clamping and the actual copy size. A malicious server can trigger a client-side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23532",
"url": "https://www.suse.com/security/cve/CVE-2026-23532"
},
{
"category": "external",
"summary": "SUSE Bug 1256942 for CVE-2026-23532",
"url": "https://bugzilla.suse.com/1256942"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23532"
},
{
"cve": "CVE-2026-23533",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23533"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, a client-side heap buffer overflow occurs in the RDPGFX ClearCodec decode path when maliciously crafted residual data causes out-of-bounds writes during color output. A malicious server can trigger a client-side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23533",
"url": "https://www.suse.com/security/cve/CVE-2026-23533"
},
{
"category": "external",
"summary": "SUSE Bug 1256943 for CVE-2026-23533",
"url": "https://bugzilla.suse.com/1256943"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23533"
},
{
"cve": "CVE-2026-23534",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23534"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, a client-side heap buffer overflow occurs in the ClearCodec bands decode path when crafted band coordinates allow writes past the end of the destination surface buffer. A malicious server can trigger a client-side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23534",
"url": "https://www.suse.com/security/cve/CVE-2026-23534"
},
{
"category": "external",
"summary": "SUSE Bug 1256944 for CVE-2026-23534",
"url": "https://bugzilla.suse.com/1256944"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23534"
},
{
"cve": "CVE-2026-23732",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23732"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, FastGlyph parsing trusts `cbData`/remaining length and never validates against the minimum size implied by `cx/cy`. A malicious server can trigger a client-side global buffer overflow, causing a crash (DoS). Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23732",
"url": "https://www.suse.com/security/cve/CVE-2026-23732"
},
{
"category": "external",
"summary": "SUSE Bug 1256945 for CVE-2026-23732",
"url": "https://bugzilla.suse.com/1256945"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-23732"
},
{
"cve": "CVE-2026-23883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23883"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, `xf_Pointer_New` frees `cursorPixels` on failure, then `pointer_free` calls `xf_Pointer_Free` and frees it again, triggering ASan UAF. A malicious server can trigger a client-side use after free, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23883",
"url": "https://www.suse.com/security/cve/CVE-2026-23883"
},
{
"category": "external",
"summary": "SUSE Bug 1256946 for CVE-2026-23883",
"url": "https://bugzilla.suse.com/1256946"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23883"
},
{
"cve": "CVE-2026-23884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, offscreen bitmap deletion leaves `gdi-\u003edrawing` pointing to freed memory, causing UAF when related update packets arrive. A malicious server can trigger a client-side use after free, causing a crash (DoS) and potential heap corruption with code-execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23884",
"url": "https://www.suse.com/security/cve/CVE-2026-23884"
},
{
"category": "external",
"summary": "SUSE Bug 1256947 for CVE-2026-23884",
"url": "https://bugzilla.suse.com/1256947"
}
],
"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 Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.3.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-30T07:18:43Z",
"details": "important"
}
],
"title": "CVE-2026-23884"
}
]
}
WID-SEC-W-2026-0111
Vulnerability from csaf_certbund - Published: 2026-01-13 23:00 - Updated: 2026-06-09 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source FreeRDP <3.20.2
Open Source / FreeRDP
|
<3.20.2 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeRDP ist eine freie Implementierung des Remote Desktop Protocol (RDP).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in FreeRDP ausnutzen,um m\u00f6glicherweise einen Denial-of-Service-Zustand zu verursachen, beliebigen Code auszuf\u00fchren, Daten zu manipulieren oder vertrauliche Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0111 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0111.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0111 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0111"
},
{
"category": "external",
"summary": "FreeRDP Releasenotes vom 2026-01-13",
"url": "https://www.freerdp.com/2026/01/14/3_20_1-release"
},
{
"category": "external",
"summary": "PoC CVE-2026-22851 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8g87-6pvc-wh99"
},
{
"category": "external",
"summary": "PoC CVE-2026-22858 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qmqf-m84q-x896"
},
{
"category": "external",
"summary": "PoC CVE-2026-22852 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9chc-g79v-4qq4"
},
{
"category": "external",
"summary": "PoC CVE-2026-22853 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-47v9-p4gp-w5ch"
},
{
"category": "external",
"summary": "PoC CVE-2026-22854 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-47vj-g3c3-3rmf"
},
{
"category": "external",
"summary": "PoC CVE-2026-22855 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-rwp3-g84r-6mx9"
},
{
"category": "external",
"summary": "PoC CVE-2026-22856 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w842-c386-fxhv"
},
{
"category": "external",
"summary": "PoC CVE-2026-22857 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4gxq-jhq6-4cr8"
},
{
"category": "external",
"summary": "PoC CVE-2026-22859 vom 2026-01-13",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-56f5-76qv-2r36"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10059-1 vom 2026-01-18",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/F2VLQU7USVAQ733RYB7II6KGZB3FG2KW/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0345-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023993.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0421-1 vom 2026-02-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024089.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0417-1 vom 2026-02-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024093.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0449-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024126.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0559-1 vom 2026-02-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024272.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3166 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3166.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3067 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3067"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3068 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3068"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3068 vom 2026-02-24",
"url": "http://linux.oracle.com/errata/ELSA-2026-3068.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3067 vom 2026-02-24",
"url": "http://linux.oracle.com/errata/ELSA-2026-3067.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:3067 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:3067"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:3068 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:3068"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3334 vom 2026-02-25",
"url": "https://access.redhat.com/errata/RHSA-2026:3334"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3334 vom 2026-02-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-3334.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:3334 vom 2026-02-26",
"url": "https://errata.build.resf.org/RLSA-2026:3334"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0656-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024454.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0683-1 vom 2026-02-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024493.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0761-1 vom 2026-03-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024555.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0762-1 vom 2026-03-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024554.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3975 vom 2026-03-09",
"url": "https://access.redhat.com/errata/RHSA-2026:3975"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4121 vom 2026-03-09",
"url": "https://access.redhat.com/errata/RHSA-2026:4121"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4440 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4440"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4437 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4437"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4433 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4433"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4446 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4446"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4438 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4438"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20339-1 vom 2026-03-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BXWDT2NJCKXIEJIDNY6MWR5WIFECK6OH/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4439 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4439"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4489 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4489"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4471 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4471"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8105-1 vom 2026-03-18",
"url": "https://ubuntu.com/security/notices/USN-8105-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8105-2 vom 2026-03-19",
"url": "https://ubuntu.com/security/notices/USN-8105-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-4471 vom 2026-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2026-4471.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6340 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6340"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6340 vom 2026-04-01",
"url": "http://linux.oracle.com/errata/ELSA-2026-6340.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10459-1 vom 2026-04-01",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/34ABPSLQFVRGFKDSR5ZEDKG5UH6KIBCA/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6727 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6727"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6743 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6958 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:6958"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6918 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:6918"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6799 vom 2026-04-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-6799.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6799 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6799"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6340 vom 2026-04-07",
"url": "https://errata.build.resf.org/RLSA-2026:6340"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6918 vom 2026-04-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-6918.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6918 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6918"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6799 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6799"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9641 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9641"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9640 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9640"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10076 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10076"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10734 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10734"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10735 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10735"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11323 vom 2026-04-28",
"url": "https://access.redhat.com/errata/RHSA-2026:11323"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10951 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10951"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19033 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19033"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7292 vom 2026-05-29",
"url": "http://linux.oracle.com/errata/ELSA-2026-7292.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11323 vom 2026-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-11323.html"
}
],
"source_lang": "en-US",
"title": "FreeRDP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-09T22:00:00.000+00:00",
"generator": {
"date": "2026-06-10T09:51:03.390+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0111",
"initial_release_date": "2026-01-13T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-2668, EUVD-2026-2669, EUVD-2026-2670, EUVD-2026-2671, EUVD-2026-2672, EUVD-2026-2673, EUVD-2026-2674, EUVD-2026-2676, EUVD-2026-2677"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-23T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-09T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat und openSUSE aufgenommen"
},
{
"date": "2026-03-12T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-19T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Oracle Linux und openSUSE aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "34"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.20.2",
"product": {
"name": "Open Source FreeRDP \u003c3.20.2",
"product_id": "T049954"
}
},
{
"category": "product_version",
"name": "3.20.2",
"product": {
"name": "Open Source FreeRDP 3.20.2",
"product_id": "T049954-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:freerdp:freerdp:3.20.2"
}
}
}
],
"category": "product_name",
"name": "FreeRDP"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22851",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22851"
},
{
"cve": "CVE-2026-22852",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22852"
},
{
"cve": "CVE-2026-22853",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22853"
},
{
"cve": "CVE-2026-22854",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22854"
},
{
"cve": "CVE-2026-22855",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22855"
},
{
"cve": "CVE-2026-22856",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22856"
},
{
"cve": "CVE-2026-22857",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22857"
},
{
"cve": "CVE-2026-22858",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22858"
},
{
"cve": "CVE-2026-22859",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T004914",
"T049954",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-22859"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.