Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-26986 (GCVE-0-2026-26986)
Vulnerability from cvelistv5 – Published: 2026-02-25 21:01 – Updated: 2026-02-26 20:36- CWE-416 - Use After Free
| URL | Tags |
|---|---|
| https://github.com/FreeRDP/FreeRDP/security/advis… | x_refsource_CONFIRM |
| https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
| https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-26986",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-26T20:35:52.339851Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-26T20:36:03.263Z",
"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.23.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-25T21:01:16.916Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a18fe53aa8d47d062f91471f4e9c5e0d51",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a18fe53aa8d47d062f91471f4e9c5e0d51"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1297",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1297"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1316-L1327",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1316-L1327"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L386-L394",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L386-L394"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L395-L399",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L395-L399"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L401-L404",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L401-L404"
}
],
"source": {
"advisory": "GHSA-crqx-g6x5-rx47",
"discovery": "UNKNOWN"
},
"title": "FreeRDP has heap-use-after-free in rail_window_free"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-26986",
"datePublished": "2026-02-25T21:01:16.916Z",
"dateReserved": "2026-02-17T01:41:24.606Z",
"dateUpdated": "2026-02-26T20:36:03.263Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-26986",
"date": "2026-06-03",
"epss": "0.00158",
"percentile": "0.36297"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-26986\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-25T22:16:24.540\",\"lastModified\":\"2026-02-27T19:11:09.313\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.\"},{\"lang\":\"es\",\"value\":\"FreeRDP es una implementaci\u00f3n gratuita del Protocolo de Escritorio Remoto. Antes de la versi\u00f3n 3.23.0, \u0027rail_window_free\u0027 desreferencia un puntero \u0027xfAppWindow\u0027 liberado durante la limpieza de \u0027HashTable_Free\u0027 porque \u0027xf_rail_window_common\u0027 llama a \u0027free(appWindow)\u0027 en caso de fallo en la asignaci\u00f3n del t\u00edtulo sin antes eliminar la entrada de la tabla hash \u0027railWindows\u0027, dejando un puntero colgante que se libera de nuevo al desconectarse. La versi\u00f3n 3.23.0 corrige la vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"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:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:freerdp:freerdp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.23.0\",\"matchCriteriaId\":\"31715854-6D23-4207-AB69-27707C7B2D42\"}]}]}],\"references\":[{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1297\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1316-L1327\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L386-L394\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L395-L399\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L401-L404\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a18fe53aa8d47d062f91471f4e9c5e0d51\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]}]}}"
}
}
RHSA-2026:20605
Vulnerability from csaf_redhat - Published: 2026-05-26 05:05 - Updated: 2026-05-26 08:58A flaw was found in FreeRDP. A remote attacker could exploit a use-after-free vulnerability in the `xf_SetWindowMinMaxInfo` function. This occurs when a freed window pointer is dereferenced because the main thread concurrently deletes a window while the Remote Desktop Protocol (RAIL) channel thread is still using the pointer. This flaw can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This vulnerability, a heap use-after-free, occurs during an auto-reconnect operation when the `xf_clipboard_formats_free` function frees memory that is still being accessed by another thread. A remote attacker could exploit this race condition, potentially leading to a denial of service by causing the application to crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This double free vulnerability occurs during the cleanup process when a remote desktop session disconnects. Specifically, if a title allocation fails, a pointer to an application window is freed but not removed from a tracking table. Later, during disconnection, the same pointer is freed again, which can lead to a crash and result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A heap based buffer overflow flaw has been discovered in FreeRDP. This client-side heap out-of-bounds read/write occurs in FreeRDP's bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. A malicious server can trigger a client-side heap out-of-bounds access (READ of 4 bytes, followed by potential WRITE of a pointer) on the bitmap cache cells array, causing a crash (DoS) and heap corruption. The off-by-one accesses cells[maxCells] which reads from and writes to adjacent heap memory, potentially enabling pointer overwrite for code execution depending on heap layout.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol (RDP). A remote attacker can exploit a size_t underflow vulnerability in the IMA-ADPCM and MS-ADPCM audio decoders by sending specially crafted audio data over the RDPSND audio channel. This underflow leads to a heap-buffer-overflow write, which can result in a denial of service for the FreeRDP client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
|
A division by zero flaw has been discovered in FreeRDP. This division by zero exists in the MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context->common.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
An out of bounds read flaw has been discovered in FreeRDP. This out-of-bounds read exists in the MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. An attacker may be able to leverage this weakness to leak global data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This vulnerability, a heap-buffer-overflow read, exists in the `winpr_aligned_offset_recalloc()` function. A local attacker could exploit this flaw, with user interaction, to read sensitive information from memory, leading to information disclosure, or cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. A remote attacker could exploit a vulnerability where pixel data from adjacent heap memory is rendered to the screen. This can lead to the disclosure of sensitive data to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. A memory corruption vulnerability exists in the persistent cache handling. If a memory reallocation fails, an internal size variable is incorrectly updated, while the data pointer still refers to the original, smaller memory block. This can allow a local attacker, through user interaction, to cause a denial of service or potentially execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Denial of service via heap use-after-free during auto-reconnect (CVE-2026-25997)\n\n* freerdp: FreeRDP: Denial of service due to use-after-free vulnerability (CVE-2026-25952)\n\n* freerdp: FreeRDP: Denial of Service via double free vulnerability during disconnect (CVE-2026-26986)\n\n* freerdp: FreeRDP has a heap-buffer-overflow in bitmap_cache_put via OOB cacheId (CVE-2026-29775)\n\n* freerdp: FreeRDP has an out-of-bounds read in ADPCM decoders due to missing predictor/step_index bounds checks (CVE-2026-31885)\n\n* freerdp: FreeRDP has a division-by-zero in ADPCM decoders when `nBlockAlign` is 0 (CVE-2026-31884)\n\n* freerdp: FreeRDP: Denial of Service via crafted audio data in RDP (CVE-2026-31883)\n\n* FreeRDP: FreeRDP: Information disclosure via heap memory out of bounds read (CVE-2026-33985)\n\n* FreeRDP: FreeRDP: Information disclosure and denial of service via heap-buffer-overflow read (CVE-2026-33982)\n\n* FreeRDP: FreeRDP: Memory corruption vulnerability allows denial of service or arbitrary code execution (CVE-2026-33987)\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:20605",
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2442764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442764"
},
{
"category": "external",
"summary": "2442768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442768"
},
{
"category": "external",
"summary": "2442782",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442782"
},
{
"category": "external",
"summary": "2447379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447379"
},
{
"category": "external",
"summary": "2447383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447383"
},
{
"category": "external",
"summary": "2447385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447385"
},
{
"category": "external",
"summary": "2447386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447386"
},
{
"category": "external",
"summary": "2453217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453217"
},
{
"category": "external",
"summary": "2453218",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453218"
},
{
"category": "external",
"summary": "2453226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453226"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_20605.json"
}
],
"title": "Red Hat Security Advisory: freerdp security update",
"tracking": {
"current_release_date": "2026-05-26T08:58:53+00:00",
"generator": {
"date": "2026-05-26T08:58:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:20605",
"initial_release_date": "2026-05-26T05:05:51+00:00",
"revision_history": [
{
"date": "2026-05-26T05:05:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-26T05:05:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T08:58:53+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 EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server-debuginfo@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-devel@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"product": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"product_id": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-devel@3.10.3-3.el10_0.7?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:3.10.3-3.el10_0.7.src",
"product": {
"name": "freerdp-2:3.10.3-3.el10_0.7.src",
"product_id": "freerdp-2:3.10.3-3.el10_0.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@3.10.3-3.el10_0.7?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server-debuginfo@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-devel@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"product": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"product_id": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-devel@3.10.3-3.el10_0.7?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server-debuginfo@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-devel@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product_id": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-devel@3.10.3-3.el10_0.7?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.s390x",
"product_id": "libwinpr-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debugsource@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-debuginfo@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-libs-debuginfo@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server-debuginfo@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_id": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-debuginfo@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-devel@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"product_id": "freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/freerdp-server@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"product": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"product_id": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libwinpr-devel@3.10.3-3.el10_0.7?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
},
"product_reference": "libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25952",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-02-25T21:05:13.090191+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442768"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP. A remote attacker could exploit a use-after-free vulnerability in the `xf_SetWindowMinMaxInfo` function. This occurs when a freed window pointer is dereferenced because the main thread concurrently deletes a window while the Remote Desktop Protocol (RAIL) channel thread is still using the pointer. This flaw can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP: Denial of service due to use-after-free vulnerability",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "RHBZ#2442768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25952",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25952"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25952",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25952"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1167",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1167"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1174",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1174"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1178",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1178"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L643",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L643"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1111",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1111"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1128",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1128"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1394",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1394"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1428",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_window.c#L1428"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/1994e9844212a6dfe0ff12309fef520e888986b5",
"url": "https://github.com/FreeRDP/FreeRDP/commit/1994e9844212a6dfe0ff12309fef520e888986b5"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqm-cwjg-7w9x",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqm-cwjg-7w9x"
}
],
"release_date": "2026-02-25T20:24:07.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP: Denial of service due to use-after-free vulnerability"
},
{
"cve": "CVE-2026-25997",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-02-25T21:04:31.357212+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442764"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This vulnerability, a heap use-after-free, occurs during an auto-reconnect operation when the `xf_clipboard_formats_free` function frees memory that is still being accessed by another thread. A remote attacker could exploit this race condition, potentially leading to a denial of service by causing the application to crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP: Denial of service via heap use-after-free during auto-reconnect",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "RHBZ#2442764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25997"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25997"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L1884",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L1884"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L1889",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L1889"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L265",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L265"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L616",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L616"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L831",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L831"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L851-L855",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L851-L855"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L868-L875",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_cliprdr.c#L868-L875"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/58409406afe7c2a8a71ed2dc8e22075be4f41c0c",
"url": "https://github.com/FreeRDP/FreeRDP/commit/58409406afe7c2a8a71ed2dc8e22075be4f41c0c"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5j3-m6jf-3jq4",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5j3-m6jf-3jq4"
}
],
"release_date": "2026-02-25T20:38:40.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP: Denial of service via heap use-after-free during auto-reconnect"
},
{
"cve": "CVE-2026-26986",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-02-25T22:01:48.196510+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442782"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This double free vulnerability occurs during the cleanup process when a remote desktop session disconnects. Specifically, if a title allocation fails, a pointer to an application window is freed but not removed from a tracking table. Later, during disconnection, the same pointer is freed again, which can lead to a crash and result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP: Denial of Service via double free vulnerability during disconnect",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "RHBZ#2442782",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442782"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26986"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1230-L1238"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1297",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1297"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1316-L1327",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L1316-L1327"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L386-L394",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L386-L394"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L395-L399",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L395-L399"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L401-L404",
"url": "https://github.com/FreeRDP/FreeRDP/blob/5c7aae27d0417b42b4806c2a5c583ca39dd9ef1e/client/X11/xf_rail.c#L401-L404"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a18fe53aa8d47d062f91471f4e9c5e0d51",
"url": "https://github.com/FreeRDP/FreeRDP/commit/b4f0f0a18fe53aa8d47d062f91471f4e9c5e0d51"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47"
}
],
"release_date": "2026-02-25T21:01:16.916000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP: Denial of Service via double free vulnerability during disconnect"
},
{
"cve": "CVE-2026-29775",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-03-13T18:03:02.976460+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447379"
}
],
"notes": [
{
"category": "description",
"text": "A heap based buffer overflow flaw has been discovered in FreeRDP. This client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. A malicious server can trigger a client-side heap out-of-bounds access (READ of 4 bytes, followed by potential WRITE of a pointer) on the bitmap cache cells array, causing a crash (DoS) and heap corruption. The off-by-one accesses cells[maxCells] which reads from and writes to adjacent heap memory, potentially enabling pointer overwrite for code execution depending on heap layout.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP has a heap-buffer-overflow in bitmap_cache_put via OOB cacheId",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "RHBZ#2447379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29775"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29775",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29775"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/ffad58fd2b329efd81a3239e9d7e3c927b8e503f",
"url": "https://github.com/FreeRDP/FreeRDP/commit/ffad58fd2b329efd81a3239e9d7e3c927b8e503f"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h666-rfw3-jhvj",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h666-rfw3-jhvj"
}
],
"release_date": "2026-03-13T17:28:39.641000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP has a heap-buffer-overflow in bitmap_cache_put via OOB cacheId"
},
{
"cve": "CVE-2026-31883",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-03-13T18:03:27.048426+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol (RDP). A remote attacker can exploit a size_t underflow vulnerability in the IMA-ADPCM and MS-ADPCM audio decoders by sending specially crafted audio data over the RDPSND audio channel. This underflow leads to a heap-buffer-overflow write, which can result in a denial of service for the FreeRDP client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP: Denial of Service via crafted audio data in RDP",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has protection mechanisms in place, such as FORTIFY_SOURCE, Position Independent Executables or Stack Smashing Protection.",
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31883"
},
{
"category": "external",
"summary": "RHBZ#2447386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31883"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31883",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31883"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8",
"url": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
}
],
"release_date": "2026-03-13T17:35:17.411000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP: Denial of Service via crafted audio data in RDP"
},
{
"cve": "CVE-2026-31884",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"discovery_date": "2026-03-13T18:03:23.405449+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447385"
}
],
"notes": [
{
"category": "description",
"text": "A division by zero flaw has been discovered in FreeRDP. This division by zero exists in the MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP has a division-by-zero in ADPCM decoders when `nBlockAlign` is 0",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "RHBZ#2447385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31884"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31884",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31884"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/03b48b3601d867afccac1cdc6081de7a275edce7",
"url": "https://github.com/FreeRDP/FreeRDP/commit/03b48b3601d867afccac1cdc6081de7a275edce7"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8",
"url": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jp7m-94ww-p56r",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jp7m-94ww-p56r"
}
],
"release_date": "2026-03-13T17:36:57.722000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP has a division-by-zero in ADPCM decoders when `nBlockAlign` is 0"
},
{
"cve": "CVE-2026-31885",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-13T18:03:16.679482+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447383"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw has been discovered in FreeRDP. This out-of-bounds read exists in the MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. An attacker may be able to leverage this weakness to leak global data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "freerdp: FreeRDP has an out-of-bounds read in ADPCM decoders due to missing predictor/step_index bounds checks",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31885"
},
{
"category": "external",
"summary": "RHBZ#2447383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31885"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8",
"url": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h23r-3988-3wf3",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h23r-3988-3wf3"
}
],
"release_date": "2026-03-13T17:38:23.756000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "freerdp: FreeRDP has an out-of-bounds read in ADPCM decoders due to missing predictor/step_index bounds checks"
},
{
"cve": "CVE-2026-33982",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-30T22:01:20.338346+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453218"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. This vulnerability, a heap-buffer-overflow read, exists in the `winpr_aligned_offset_recalloc()` function. A local attacker could exploit this flaw, with user interaction, to read sensitive information from memory, leading to information disclosure, or cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "FreeRDP: FreeRDP: Information disclosure and denial of service via heap-buffer-overflow read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat systems require user authentication in order to interact with FreeRDP binaries. Unauthenticated interaction is not possible in default configurations and so the risk posed by this flaw is slightly mitigated to Red hat customers.",
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33982"
},
{
"category": "external",
"summary": "RHBZ#2453218",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453218"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33982"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/a48dbde2c8a5b8b70a9d1c045d969a71afd6284c",
"url": "https://github.com/FreeRDP/FreeRDP/commit/a48dbde2c8a5b8b70a9d1c045d969a71afd6284c"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8jm9-2925-g4v2",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8jm9-2925-g4v2"
}
],
"release_date": "2026-03-30T21:42:11.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "FreeRDP: FreeRDP: Information disclosure and denial of service via heap-buffer-overflow read"
},
{
"cve": "CVE-2026-33985",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-30T22:01:15.992626+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453217"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. A remote attacker could exploit a vulnerability where pixel data from adjacent heap memory is rendered to the screen. This can lead to the disclosure of sensitive data to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "FreeRDP: FreeRDP: Information disclosure via heap memory out of bounds read",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33985"
},
{
"category": "external",
"summary": "RHBZ#2453217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33985"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/c49d1ad43b8c7b32794d0250f2623c2dccd7ef25",
"url": "https://github.com/FreeRDP/FreeRDP/commit/c49d1ad43b8c7b32794d0250f2623c2dccd7ef25"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x6gr-8p7h-5h85",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x6gr-8p7h-5h85"
}
],
"release_date": "2026-03-30T21:43:13.335000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "FreeRDP: FreeRDP: Information disclosure via heap memory out of bounds read"
},
{
"cve": "CVE-2026-33987",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-03-30T22:01:55.400824+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453226"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. A memory corruption vulnerability exists in the persistent cache handling. If a memory reallocation fails, an internal size variable is incorrectly updated, while the data pointer still refers to the original, smaller memory block. This can allow a local attacker, through user interaction, to cause a denial of service or potentially execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "FreeRDP: FreeRDP: Memory corruption vulnerability allows denial of service or arbitrary code execution",
"title": "Vulnerability summary"
},
{
"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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33987"
},
{
"category": "external",
"summary": "RHBZ#2453226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453226"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33987"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33987",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33987"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/commit/1a890eb43492b5eb707cb3dd6fc908f696e8fc1c",
"url": "https://github.com/FreeRDP/FreeRDP/commit/1a890eb43492b5eb707cb3dd6fc908f696e8fc1c"
},
{
"category": "external",
"summary": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-ff8h-p5vc-wcwc",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-ff8h-p5vc-wcwc"
}
],
"release_date": "2026-03-30T21:43:39.943000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T05:05:51+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-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid connecting to untrusted Remote Desktop Protocol (RDP) servers or opening untrusted RDP files. Users can also disable persistent caching in FreeRDP by using the `--disable-persistent-caching` command-line option when launching `xfreerdp` or similar FreeRDP clients. This may impact performance for frequently accessed RDP sessions.",
"product_ids": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"AppStream-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"AppStream-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.src",
"CRB-10.0.Z.E2S:freerdp-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-debugsource-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-devel-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-libs-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:freerdp-server-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-debuginfo-2:3.10.3-3.el10_0.7.x86_64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.aarch64",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.ppc64le",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.s390x",
"CRB-10.0.Z.E2S:libwinpr-devel-2:3.10.3-3.el10_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "FreeRDP: FreeRDP: Memory corruption vulnerability allows denial of service or arbitrary code execution"
}
]
}
SUSE-SU-2026:1632-1
Vulnerability from csaf_suse - Published: 2026-04-27 12:04 - Updated: 2026-04-27 12:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x | — |
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-2026-25941: Out-of-Bounds Read in client RDPGFX channel via crafted `WIRE_TO_SURFACE_2` PDU (bsc#1258919).\n- CVE-2026-25942: Global-buffer-overflow in `xf_rail_server_execute_result` (bsc#1258920).\n- CVE-2026-25952: Heap-use-after-free in `xf_SetWindowMinMaxInfo` (bsc#1258921).\n- CVE-2026-25953: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258923).\n- CVE-2026-25954: Heap-use-after-free in `xf_rail_server_local_move_size` (bsc#1258924).\n- CVE-2026-25997: Heap-use-after-free in `xf_clipboard_format_equal` (bsc#1258977).\n- CVE-2026-26986: Heap-use-after-free in `rail_window_free` (bsc#1258967).\n- CVE-2026-27015: Smartcard NDR alignment padding triggers reachable `WINPR_ASSERT` abort (bsc#1258987).\n- CVE-2026-27951: Denial of service via endless blocking loop in `Stream_EnsureCapacity` (bsc#1258939).\n- CVE-2026-29774: Missing bounds validation can cause a client-side heap buffer overflow (bsc#1259689).\n- CVE-2026-29775: Malicious server can trigger a client-side heap out-of-bounds access (bsc#1259684).\n- CVE-2026-29776: Missing length check can lead to an integer underflow (bsc#1259692).\n- CVE-2026-31897: Missing length check can cause an out-of-bounds read (bsc#1259693).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1632,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1632",
"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_1632-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1632-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261632-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1632-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046048.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258919",
"url": "https://bugzilla.suse.com/1258919"
},
{
"category": "self",
"summary": "SUSE Bug 1258920",
"url": "https://bugzilla.suse.com/1258920"
},
{
"category": "self",
"summary": "SUSE Bug 1258921",
"url": "https://bugzilla.suse.com/1258921"
},
{
"category": "self",
"summary": "SUSE Bug 1258923",
"url": "https://bugzilla.suse.com/1258923"
},
{
"category": "self",
"summary": "SUSE Bug 1258924",
"url": "https://bugzilla.suse.com/1258924"
},
{
"category": "self",
"summary": "SUSE Bug 1258939",
"url": "https://bugzilla.suse.com/1258939"
},
{
"category": "self",
"summary": "SUSE Bug 1258967",
"url": "https://bugzilla.suse.com/1258967"
},
{
"category": "self",
"summary": "SUSE Bug 1258977",
"url": "https://bugzilla.suse.com/1258977"
},
{
"category": "self",
"summary": "SUSE Bug 1258987",
"url": "https://bugzilla.suse.com/1258987"
},
{
"category": "self",
"summary": "SUSE Bug 1259680",
"url": "https://bugzilla.suse.com/1259680"
},
{
"category": "self",
"summary": "SUSE Bug 1259684",
"url": "https://bugzilla.suse.com/1259684"
},
{
"category": "self",
"summary": "SUSE Bug 1259689",
"url": "https://bugzilla.suse.com/1259689"
},
{
"category": "self",
"summary": "SUSE Bug 1259692",
"url": "https://bugzilla.suse.com/1259692"
},
{
"category": "self",
"summary": "SUSE Bug 1259693",
"url": "https://bugzilla.suse.com/1259693"
},
{
"category": "self",
"summary": "SUSE Bug 1261848",
"url": "https://bugzilla.suse.com/1261848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25941 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25941/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25942 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25942/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25952 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25953 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25953/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25954 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25954/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25997 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25997/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27015 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27015/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27951 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27951/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29775 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29776 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31897/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-04-27T12:04:30Z",
"generator": {
"date": "2026-04-27T12:04:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1632-1",
"initial_release_date": "2026-04-27T12:04:30Z",
"revision_history": [
{
"date": "2026-04-27T12:04:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "freerdp-2.11.2-150600.4.26.1.aarch64",
"product_id": "freerdp-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.26.1.aarch64",
"product_id": "freerdp-devel-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.26.1.aarch64",
"product_id": "freerdp-proxy-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "freerdp-server-2.11.2-150600.4.26.1.aarch64",
"product_id": "freerdp-server-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.26.1.aarch64",
"product_id": "freerdp-wayland-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.aarch64",
"product_id": "libfreerdp2-2-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.26.1.aarch64",
"product_id": "libuwac0-0-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.26.1.aarch64",
"product_id": "libwinpr2-2-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"product_id": "uwac0-0-devel-2.11.2-150600.4.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.26.1.aarch64",
"product": {
"name": "winpr-devel-2.11.2-150600.4.26.1.aarch64",
"product_id": "winpr-devel-2.11.2-150600.4.26.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.26.1.i586",
"product": {
"name": "freerdp-2.11.2-150600.4.26.1.i586",
"product_id": "freerdp-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.26.1.i586",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.26.1.i586",
"product_id": "freerdp-devel-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.26.1.i586",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.26.1.i586",
"product_id": "freerdp-proxy-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.26.1.i586",
"product": {
"name": "freerdp-server-2.11.2-150600.4.26.1.i586",
"product_id": "freerdp-server-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.26.1.i586",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.26.1.i586",
"product_id": "freerdp-wayland-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.i586",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.i586",
"product_id": "libfreerdp2-2-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.26.1.i586",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.26.1.i586",
"product_id": "libuwac0-0-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.26.1.i586",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.26.1.i586",
"product_id": "libwinpr2-2-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.i586",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.i586",
"product_id": "uwac0-0-devel-2.11.2-150600.4.26.1.i586"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.26.1.i586",
"product": {
"name": "winpr-devel-2.11.2-150600.4.26.1.i586",
"product_id": "winpr-devel-2.11.2-150600.4.26.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "freerdp-2.11.2-150600.4.26.1.ppc64le",
"product_id": "freerdp-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.26.1.ppc64le",
"product_id": "freerdp-devel-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.26.1.ppc64le",
"product_id": "freerdp-proxy-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "freerdp-server-2.11.2-150600.4.26.1.ppc64le",
"product_id": "freerdp-server-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.26.1.ppc64le",
"product_id": "freerdp-wayland-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.ppc64le",
"product_id": "libfreerdp2-2-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.26.1.ppc64le",
"product_id": "libuwac0-0-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.26.1.ppc64le",
"product_id": "libwinpr2-2-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"product_id": "uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.26.1.ppc64le",
"product": {
"name": "winpr-devel-2.11.2-150600.4.26.1.ppc64le",
"product_id": "winpr-devel-2.11.2-150600.4.26.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "freerdp-2.11.2-150600.4.26.1.s390x",
"product_id": "freerdp-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.26.1.s390x",
"product_id": "freerdp-devel-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.26.1.s390x",
"product_id": "freerdp-proxy-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "freerdp-server-2.11.2-150600.4.26.1.s390x",
"product_id": "freerdp-server-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.26.1.s390x",
"product_id": "freerdp-wayland-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.s390x",
"product_id": "libfreerdp2-2-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.26.1.s390x",
"product_id": "libuwac0-0-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.26.1.s390x",
"product_id": "libwinpr2-2-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.s390x",
"product_id": "uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.26.1.s390x",
"product": {
"name": "winpr-devel-2.11.2-150600.4.26.1.s390x",
"product_id": "winpr-devel-2.11.2-150600.4.26.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "freerdp-2.11.2-150600.4.26.1.x86_64",
"product_id": "freerdp-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.26.1.x86_64",
"product_id": "freerdp-devel-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.26.1.x86_64",
"product_id": "freerdp-proxy-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "freerdp-server-2.11.2-150600.4.26.1.x86_64",
"product_id": "freerdp-server-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.26.1.x86_64",
"product_id": "freerdp-wayland-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.26.1.x86_64",
"product_id": "libfreerdp2-2-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.26.1.x86_64",
"product_id": "libuwac0-0-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.26.1.x86_64",
"product_id": "libwinpr2-2-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.1.x86_64",
"product_id": "uwac0-0-devel-2.11.2-150600.4.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.26.1.x86_64",
"product": {
"name": "winpr-devel-2.11.2-150600.4.26.1.x86_64",
"product_id": "winpr-devel-2.11.2-150600.4.26.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.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:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.26.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:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25941",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25941"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client\u0027s RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual data in the packet. This can lead to information disclosure or client crashes when a user connects to a malicious server. Versions 2.11.8 and 3.23.0 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25941",
"url": "https://www.suse.com/security/cve/CVE-2026-25941"
},
{
"category": "external",
"summary": "SUSE Bug 1258919 for CVE-2026-25941",
"url": "https://bugzilla.suse.com/1258919"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25942"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0-6) with an unchecked `execResult-\u003eexecResult` value received from the server, allowing an out-of-bounds read when the server sends an `execResult` value of 7 or greater. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25942",
"url": "https://www.suse.com/security/cve/CVE-2026-25942"
},
{
"category": "external",
"summary": "SUSE Bug 1258920 for CVE-2026-25942",
"url": "https://bugzilla.suse.com/1258920"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25952"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25952",
"url": "https://www.suse.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "SUSE Bug 1258921 for CVE-2026-25952",
"url": "https://bugzilla.suse.com/1258921"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25953"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25953",
"url": "https://www.suse.com/security/cve/CVE-2026-25953"
},
{
"category": "external",
"summary": "SUSE Bug 1258923 for CVE-2026-25953",
"url": "https://bugzilla.suse.com/1258923"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25954"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25954",
"url": "https://www.suse.com/security/cve/CVE-2026-25954"
},
{
"category": "external",
"summary": "SUSE Bug 1258924 for CVE-2026-25954",
"url": "https://bugzilla.suse.com/1258924"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25997",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25997"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the X11 event thread concurrently iterates it in `xf_clipboard_changed`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25997",
"url": "https://www.suse.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "SUSE Bug 1258977 for CVE-2026-25997",
"url": "https://bugzilla.suse.com/1258977"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26986"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26986",
"url": "https://www.suse.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "SUSE Bug 1258967 for CVE-2026-26986",
"url": "https://bugzilla.suse.com/1258967"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27015"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASSERT` -\u003e `abort()`. The crash occurs in upstream builds where `WITH_VERBOSE_WINPR_ASSERT=ON` (default in FreeRDP 3.22.0 / current WinPR CMake defaults). Smartcard redirection must be explicitly enabled by the user (e.g., `xfreerdp /smartcard`; `/smartcard-logon` implies `/smartcard`). Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27015",
"url": "https://www.suse.com/security/cve/CVE-2026-27015"
},
{
"category": "external",
"summary": "SUSE Bug 1258987 for CVE-2026-27015",
"url": "https://bugzilla.suse.com/1258987"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27951",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27951"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only work on 32bit systems where the available physical memory is `\u003e= SIZE_MAX`. Version 3.23.0 contains a patch. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27951",
"url": "https://www.suse.com/security/cve/CVE-2026-27951"
},
{
"category": "external",
"summary": "SUSE Bug 1258939 for CVE-2026-27951",
"url": "https://bugzilla.suse.com/1258939"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-27951"
},
{
"cve": "CVE-2026-29774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29774"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect-\u003eleft, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect-\u003etop * nDstStep + rect-\u003eleft * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29774",
"url": "https://www.suse.com/security/cve/CVE-2026-29774"
},
{
"category": "external",
"summary": "SUSE Bug 1259689 for CVE-2026-29774",
"url": "https://bugzilla.suse.com/1259689"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29775"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29775",
"url": "https://www.suse.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "SUSE Bug 1259684 for CVE-2026-29775",
"url": "https://bugzilla.suse.com/1259684"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "low"
}
],
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29776"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP\u0027s Core Library This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29776",
"url": "https://www.suse.com/security/cve/CVE-2026-29776"
},
{
"category": "external",
"summary": "SUSE Bug 1259692 for CVE-2026-29776",
"url": "https://bugzilla.suse.com/1259692"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "low"
}
],
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, division by zero in MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31884",
"url": "https://www.suse.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "SUSE Bug 1259680 for CVE-2026-31884",
"url": "https://bugzilla.suse.com/1259680"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31897"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in freerdp_bitmap_decompress_planar when SrcSize is 0. The function dereferences *srcp (which points to pSrcData) without first verifying that SrcSize \u003e= 1. When SrcSize is 0 and pSrcData is non-NULL, this reads one byte past the end of the source buffer. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31897",
"url": "https://www.suse.com/security/cve/CVE-2026-31897"
},
{
"category": "external",
"summary": "SUSE Bug 1259693 for CVE-2026-31897",
"url": "https://bugzilla.suse.com/1259693"
}
],
"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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:uwac0-0-devel-2.11.2-150600.4.26.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.26.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:04:30Z",
"details": "low"
}
],
"title": "CVE-2026-31897"
}
]
}
SUSE-SU-2026:1633-1
Vulnerability from csaf_suse - Published: 2026-04-27 12:05 - Updated: 2026-04-27 12:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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-2026-25941: Out-of-Bounds Read in client RDPGFX channel via crafted `WIRE_TO_SURFACE_2` PDU (bsc#1258919).\n- CVE-2026-25942: Global-buffer-overflow in `xf_rail_server_execute_result` (bsc#1258920).\n- CVE-2026-25952: Heap-use-after-free in `xf_SetWindowMinMaxInfo` (bsc#1258921).\n- CVE-2026-25953: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258923).\n- CVE-2026-25954: Heap-use-after-free in `xf_rail_server_local_move_size` (bsc#1258924).\n- CVE-2026-25955: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258973).\n- CVE-2026-25959: Heap-use-after-free in `xf_cliprdr_provide_data_` (bsc#1258976).\n- CVE-2026-25997: Heap-use-after-free in `xf_clipboard_format_equal` (bsc#1258977).\n- CVE-2026-26986: Heap-use-after-free in `rail_window_free` (bsc#1258967).\n- CVE-2026-27015: Smartcard NDR alignment padding triggers reachable `WINPR_ASSERT` abort (bsc#1258987).\n- CVE-2026-27950: Denial of service due to incomplete fix for heap-use-after-free vulnerability (bsc#1258941).\n- CVE-2026-27951: Denial of service via endless blocking loop in `Stream_EnsureCapacity` (bsc#1258939).\n- CVE-2026-29774: Missing bounds validation can cause a client-side heap buffer overflow (bsc#1259689).\n- CVE-2026-29775: Malicious server can trigger a client-side heap out-of-bounds access (bsc#1259684).\n- CVE-2026-29776: Missing length check can lead to an integer underflow (bsc#1259692).\n- CVE-2026-31897: Missing length check can cause an out-of-bounds read (bsc#1259693).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1633,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1633,SUSE-SLE-Product-WE-15-SP7-2026-1633",
"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_1633-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1633-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261633-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1633-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046047.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258919",
"url": "https://bugzilla.suse.com/1258919"
},
{
"category": "self",
"summary": "SUSE Bug 1258920",
"url": "https://bugzilla.suse.com/1258920"
},
{
"category": "self",
"summary": "SUSE Bug 1258921",
"url": "https://bugzilla.suse.com/1258921"
},
{
"category": "self",
"summary": "SUSE Bug 1258923",
"url": "https://bugzilla.suse.com/1258923"
},
{
"category": "self",
"summary": "SUSE Bug 1258924",
"url": "https://bugzilla.suse.com/1258924"
},
{
"category": "self",
"summary": "SUSE Bug 1258939",
"url": "https://bugzilla.suse.com/1258939"
},
{
"category": "self",
"summary": "SUSE Bug 1258941",
"url": "https://bugzilla.suse.com/1258941"
},
{
"category": "self",
"summary": "SUSE Bug 1258967",
"url": "https://bugzilla.suse.com/1258967"
},
{
"category": "self",
"summary": "SUSE Bug 1258973",
"url": "https://bugzilla.suse.com/1258973"
},
{
"category": "self",
"summary": "SUSE Bug 1258976",
"url": "https://bugzilla.suse.com/1258976"
},
{
"category": "self",
"summary": "SUSE Bug 1258977",
"url": "https://bugzilla.suse.com/1258977"
},
{
"category": "self",
"summary": "SUSE Bug 1258987",
"url": "https://bugzilla.suse.com/1258987"
},
{
"category": "self",
"summary": "SUSE Bug 1259680",
"url": "https://bugzilla.suse.com/1259680"
},
{
"category": "self",
"summary": "SUSE Bug 1259684",
"url": "https://bugzilla.suse.com/1259684"
},
{
"category": "self",
"summary": "SUSE Bug 1259689",
"url": "https://bugzilla.suse.com/1259689"
},
{
"category": "self",
"summary": "SUSE Bug 1259692",
"url": "https://bugzilla.suse.com/1259692"
},
{
"category": "self",
"summary": "SUSE Bug 1259693",
"url": "https://bugzilla.suse.com/1259693"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25941 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25941/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25942 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25942/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25952 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25953 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25953/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25954 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25954/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25955 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25959 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25959/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25997 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25997/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27015 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27015/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27950 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27950/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27951 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27951/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29775 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29776 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31897/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-04-27T12:05:30Z",
"generator": {
"date": "2026-04-27T12:05:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1633-1",
"initial_release_date": "2026-04-27T12:05:30Z",
"revision_history": [
{
"date": "2026-04-27T12:05:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-devel-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-proxy-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-sdl-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-server-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-server-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"product_id": "freerdp-wayland-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.aarch64",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.aarch64",
"product_id": "libfreerdp3-3-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.14.1.aarch64",
"product_id": "librdtk0-0-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"product_id": "libuwac0-0-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.14.1.aarch64",
"product_id": "libwinpr3-3-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.14.1.aarch64",
"product_id": "rdtk0-devel-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.14.1.aarch64",
"product_id": "uwac0-devel-3.10.3-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.14.1.aarch64",
"product": {
"name": "winpr-devel-3.10.3-150700.3.14.1.aarch64",
"product_id": "winpr-devel-3.10.3-150700.3.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-devel-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-proxy-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-sdl-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-server-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-server-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.14.1.i586",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.14.1.i586",
"product_id": "freerdp-wayland-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.i586",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.i586",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.i586",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.i586",
"product_id": "libfreerdp3-3-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.14.1.i586",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.14.1.i586",
"product_id": "librdtk0-0-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.14.1.i586",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.14.1.i586",
"product_id": "libuwac0-0-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.14.1.i586",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.14.1.i586",
"product_id": "libwinpr3-3-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.14.1.i586",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.14.1.i586",
"product_id": "rdtk0-devel-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.14.1.i586",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.14.1.i586",
"product_id": "uwac0-devel-3.10.3-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.14.1.i586",
"product": {
"name": "winpr-devel-3.10.3-150700.3.14.1.i586",
"product_id": "winpr-devel-3.10.3-150700.3.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-devel-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-proxy-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-sdl-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-server-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"product_id": "freerdp-wayland-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.ppc64le",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.ppc64le",
"product_id": "libfreerdp3-3-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.14.1.ppc64le",
"product_id": "librdtk0-0-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"product_id": "libuwac0-0-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.14.1.ppc64le",
"product_id": "libwinpr3-3-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.14.1.ppc64le",
"product_id": "rdtk0-devel-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.14.1.ppc64le",
"product_id": "uwac0-devel-3.10.3-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.14.1.ppc64le",
"product": {
"name": "winpr-devel-3.10.3-150700.3.14.1.ppc64le",
"product_id": "winpr-devel-3.10.3-150700.3.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-devel-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-proxy-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-sdl-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-server-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-server-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"product_id": "freerdp-wayland-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.s390x",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.s390x",
"product_id": "libfreerdp3-3-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.14.1.s390x",
"product_id": "librdtk0-0-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.14.1.s390x",
"product_id": "libuwac0-0-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.14.1.s390x",
"product_id": "libwinpr3-3-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.14.1.s390x",
"product_id": "rdtk0-devel-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.14.1.s390x",
"product_id": "uwac0-devel-3.10.3-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.14.1.s390x",
"product": {
"name": "winpr-devel-3.10.3-150700.3.14.1.s390x",
"product_id": "winpr-devel-3.10.3-150700.3.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-devel-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-proxy-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-sdl-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-server-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-server-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "freerdp-wayland-3.10.3-150700.3.14.1.x86_64",
"product_id": "freerdp-wayland-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"product_id": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"product_id": "libfreerdp3-3-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"product_id": "librdtk0-0-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "libuwac0-0-3.10.3-150700.3.14.1.x86_64",
"product_id": "libuwac0-0-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"product_id": "libwinpr3-3-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "rdtk0-devel-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "rdtk0-devel-3.10.3-150700.3.14.1.x86_64",
"product_id": "rdtk0-devel-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-devel-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "uwac0-devel-3.10.3-150700.3.14.1.x86_64",
"product_id": "uwac0-devel-3.10.3-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr-devel-3.10.3-150700.3.14.1.x86_64",
"product": {
"name": "winpr-devel-3.10.3-150700.3.14.1.x86_64",
"product_id": "winpr-devel-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "freerdp-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "freerdp-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "freerdp-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "freerdp-server-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "freerdp-server-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "freerdp-server-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "freerdp-wayland-3.10.3-150700.3.14.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.14.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.14.1.aarch64"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.14.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.14.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.14.1.ppc64le"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.14.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.14.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.14.1.s390x"
},
"product_reference": "libuwac0-0-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-devel-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-proxy-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-proxy-plugins-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-sdl-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "freerdp-server-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "libfreerdp-server-proxy3-3-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "libfreerdp3-3-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "librdtk0-0-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "libwinpr3-3-3.10.3-150700.3.14.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.14.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.14.1.x86_64"
},
"product_reference": "winpr-devel-3.10.3-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25941",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25941"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client\u0027s RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual data in the packet. This can lead to information disclosure or client crashes when a user connects to a malicious server. Versions 2.11.8 and 3.23.0 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25941",
"url": "https://www.suse.com/security/cve/CVE-2026-25941"
},
{
"category": "external",
"summary": "SUSE Bug 1258919 for CVE-2026-25941",
"url": "https://bugzilla.suse.com/1258919"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25942"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0-6) with an unchecked `execResult-\u003eexecResult` value received from the server, allowing an out-of-bounds read when the server sends an `execResult` value of 7 or greater. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25942",
"url": "https://www.suse.com/security/cve/CVE-2026-25942"
},
{
"category": "external",
"summary": "SUSE Bug 1258920 for CVE-2026-25942",
"url": "https://bugzilla.suse.com/1258920"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25952"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25952",
"url": "https://www.suse.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "SUSE Bug 1258921 for CVE-2026-25952",
"url": "https://bugzilla.suse.com/1258921"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25953"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25953",
"url": "https://www.suse.com/security/cve/CVE-2026-25953"
},
{
"category": "external",
"summary": "SUSE Bug 1258923 for CVE-2026-25953",
"url": "https://bugzilla.suse.com/1258923"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25954"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25954",
"url": "https://www.suse.com/security/cve/CVE-2026-25954"
},
{
"category": "external",
"summary": "SUSE Bug 1258924 for CVE-2026-25954",
"url": "https://bugzilla.suse.com/1258924"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25955"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reuses a cached `XImage` whose `data` pointer references a freed RDPGFX surface buffer, because `gdi_DeleteSurface` frees `surface-\u003edata` without invalidating the `appWindow-\u003eimage` that aliases it. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25955",
"url": "https://www.suse.com/security/cve/CVE-2026-25955"
},
{
"category": "external",
"summary": "SUSE Bug 1258973 for CVE-2026-25955",
"url": "https://bugzilla.suse.com/1258973"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25955"
},
{
"cve": "CVE-2026-25959",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25959"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_cliprdr_provide_data_` passes freed `pDstData` to `XChangeProperty` because the cliprdr channel thread calls `xf_cliprdr_server_format_data_response` which converts and uses the clipboard data without holding any lock, while the X11 event thread concurrently calls `xf_cliprdr_clear_cached_data` -\u003e `HashTable_Clear` which frees the same data via `xf_cached_data_free`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25959",
"url": "https://www.suse.com/security/cve/CVE-2026-25959"
},
{
"category": "external",
"summary": "SUSE Bug 1258976 for CVE-2026-25959",
"url": "https://bugzilla.suse.com/1258976"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25959"
},
{
"cve": "CVE-2026-25997",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25997"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the X11 event thread concurrently iterates it in `xf_clipboard_changed`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25997",
"url": "https://www.suse.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "SUSE Bug 1258977 for CVE-2026-25997",
"url": "https://bugzilla.suse.com/1258977"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26986"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26986",
"url": "https://www.suse.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "SUSE Bug 1258967 for CVE-2026-26986",
"url": "https://bugzilla.suse.com/1258967"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27015"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASSERT` -\u003e `abort()`. The crash occurs in upstream builds where `WITH_VERBOSE_WINPR_ASSERT=ON` (default in FreeRDP 3.22.0 / current WinPR CMake defaults). Smartcard redirection must be explicitly enabled by the user (e.g., `xfreerdp /smartcard`; `/smartcard-logon` implies `/smartcard`). Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27015",
"url": "https://www.suse.com/security/cve/CVE-2026-27015"
},
{
"category": "external",
"summary": "SUSE Bug 1258987 for CVE-2026-27015",
"url": "https://bugzilla.suse.com/1258987"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27950",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27950"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the fix for the heap-use-after-free described in CVE-2026-24680 is incomplete. While the vulnerable execution flow referenced in the advisory exists in the SDL2 implementation, the fix appears to have been applied only to the SDL3 code path. In the SDL2 implementation, the pointer is not nulled after free. This creates a situation where the advisory suggests the vulnerability is fully resolved, while builds or environments still using SDL2 may retain the vulnerable logic. A complete fix is available in version 3.23.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27950",
"url": "https://www.suse.com/security/cve/CVE-2026-27950"
},
{
"category": "external",
"summary": "SUSE Bug 1258941 for CVE-2026-27950",
"url": "https://bugzilla.suse.com/1258941"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-27950"
},
{
"cve": "CVE-2026-27951",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27951"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only work on 32bit systems where the available physical memory is `\u003e= SIZE_MAX`. Version 3.23.0 contains a patch. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27951",
"url": "https://www.suse.com/security/cve/CVE-2026-27951"
},
{
"category": "external",
"summary": "SUSE Bug 1258939 for CVE-2026-27951",
"url": "https://bugzilla.suse.com/1258939"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-27951"
},
{
"cve": "CVE-2026-29774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29774"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect-\u003eleft, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect-\u003etop * nDstStep + rect-\u003eleft * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29774",
"url": "https://www.suse.com/security/cve/CVE-2026-29774"
},
{
"category": "external",
"summary": "SUSE Bug 1259689 for CVE-2026-29774",
"url": "https://bugzilla.suse.com/1259689"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29775"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29775",
"url": "https://www.suse.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "SUSE Bug 1259684 for CVE-2026-29775",
"url": "https://bugzilla.suse.com/1259684"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "low"
}
],
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29776"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP\u0027s Core Library This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29776",
"url": "https://www.suse.com/security/cve/CVE-2026-29776"
},
{
"category": "external",
"summary": "SUSE Bug 1259692 for CVE-2026-29776",
"url": "https://bugzilla.suse.com/1259692"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "low"
}
],
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, division by zero in MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31884",
"url": "https://www.suse.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "SUSE Bug 1259680 for CVE-2026-31884",
"url": "https://bugzilla.suse.com/1259680"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "moderate"
}
],
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31897"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in freerdp_bitmap_decompress_planar when SrcSize is 0. The function dereferences *srcp (which points to pSrcData) without first verifying that SrcSize \u003e= 1. When SrcSize is 0 and pSrcData is non-NULL, this reads one byte past the end of the source buffer. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31897",
"url": "https://www.suse.com/security/cve/CVE-2026-31897"
},
{
"category": "external",
"summary": "SUSE Bug 1259693 for CVE-2026-31897",
"url": "https://bugzilla.suse.com/1259693"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-server-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:freerdp-wayland-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libuwac0-0-3.10.3-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-devel-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-proxy-plugins-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-sdl-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp-server-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp-server-proxy3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:librdtk0-0-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr3-3-3.10.3-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr-devel-3.10.3-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:05:30Z",
"details": "low"
}
],
"title": "CVE-2026-31897"
}
]
}
SUSE-SU-2026:1634-1
Vulnerability from csaf_suse - Published: 2026-04-27 12:06 - Updated: 2026-04-27 12:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x | — |
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-2026-25941: Out-of-Bounds Read in client RDPGFX channel via crafted `WIRE_TO_SURFACE_2` PDU (bsc#1258919).\n- CVE-2026-25942: Global-buffer-overflow in `xf_rail_server_execute_result` (bsc#1258920).\n- CVE-2026-25952: Heap-use-after-free in `xf_SetWindowMinMaxInfo` (bsc#1258921).\n- CVE-2026-25953: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258923).\n- CVE-2026-25954: Heap-use-after-free in `xf_rail_server_local_move_size` (bsc#1258924).\n- CVE-2026-25997: Heap-use-after-free in `xf_clipboard_format_equal` (bsc#1258977).\n- CVE-2026-26986: Heap-use-after-free in `rail_window_free` (bsc#1258967).\n- CVE-2026-27015: Smartcard NDR alignment padding triggers reachable `WINPR_ASSERT` abort (bsc#1258987).\n- CVE-2026-27951: Denial of service via endless blocking loop in `Stream_EnsureCapacity` (bsc#1258939).\n- CVE-2026-29774: Missing bounds validation can cause a client-side heap buffer overflow (bsc#1259689).\n- CVE-2026-29775: Malicious server can trigger a client-side heap out-of-bounds access (bsc#1259684).\n- CVE-2026-29776: Missing length check can lead to an integer underflow (bsc#1259692).\n- CVE-2026-31897: Missing length check can cause an out-of-bounds read (bsc#1259693).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1634,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1634",
"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_1634-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1634-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261634-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1634-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046046.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258919",
"url": "https://bugzilla.suse.com/1258919"
},
{
"category": "self",
"summary": "SUSE Bug 1258920",
"url": "https://bugzilla.suse.com/1258920"
},
{
"category": "self",
"summary": "SUSE Bug 1258921",
"url": "https://bugzilla.suse.com/1258921"
},
{
"category": "self",
"summary": "SUSE Bug 1258923",
"url": "https://bugzilla.suse.com/1258923"
},
{
"category": "self",
"summary": "SUSE Bug 1258924",
"url": "https://bugzilla.suse.com/1258924"
},
{
"category": "self",
"summary": "SUSE Bug 1258939",
"url": "https://bugzilla.suse.com/1258939"
},
{
"category": "self",
"summary": "SUSE Bug 1258967",
"url": "https://bugzilla.suse.com/1258967"
},
{
"category": "self",
"summary": "SUSE Bug 1258977",
"url": "https://bugzilla.suse.com/1258977"
},
{
"category": "self",
"summary": "SUSE Bug 1258987",
"url": "https://bugzilla.suse.com/1258987"
},
{
"category": "self",
"summary": "SUSE Bug 1259680",
"url": "https://bugzilla.suse.com/1259680"
},
{
"category": "self",
"summary": "SUSE Bug 1259684",
"url": "https://bugzilla.suse.com/1259684"
},
{
"category": "self",
"summary": "SUSE Bug 1259689",
"url": "https://bugzilla.suse.com/1259689"
},
{
"category": "self",
"summary": "SUSE Bug 1259692",
"url": "https://bugzilla.suse.com/1259692"
},
{
"category": "self",
"summary": "SUSE Bug 1259693",
"url": "https://bugzilla.suse.com/1259693"
},
{
"category": "self",
"summary": "SUSE Bug 1261848",
"url": "https://bugzilla.suse.com/1261848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25941 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25941/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25942 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25942/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25952 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25953 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25953/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25954 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25954/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25997 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25997/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27015 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27015/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27951 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27951/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29775 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29776 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31897/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-04-27T12:06:21Z",
"generator": {
"date": "2026-04-27T12:06:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1634-1",
"initial_release_date": "2026-04-27T12:06:21Z",
"revision_history": [
{
"date": "2026-04-27T12:06:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "freerdp-2.4.0-150400.3.52.1.aarch64",
"product_id": "freerdp-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.52.1.aarch64",
"product_id": "freerdp-devel-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.52.1.aarch64",
"product_id": "freerdp-proxy-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "freerdp-server-2.4.0-150400.3.52.1.aarch64",
"product_id": "freerdp-server-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.52.1.aarch64",
"product_id": "freerdp-wayland-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"product_id": "libfreerdp2-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.52.1.aarch64",
"product_id": "libuwac0-0-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "libwinpr2-2.4.0-150400.3.52.1.aarch64",
"product_id": "libwinpr2-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.aarch64",
"product_id": "uwac0-0-devel-2.4.0-150400.3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.52.1.aarch64",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.52.1.aarch64",
"product_id": "winpr2-devel-2.4.0-150400.3.52.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.52.1.i586",
"product": {
"name": "freerdp-2.4.0-150400.3.52.1.i586",
"product_id": "freerdp-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.52.1.i586",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.52.1.i586",
"product_id": "freerdp-devel-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.52.1.i586",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.52.1.i586",
"product_id": "freerdp-proxy-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.52.1.i586",
"product": {
"name": "freerdp-server-2.4.0-150400.3.52.1.i586",
"product_id": "freerdp-server-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.52.1.i586",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.52.1.i586",
"product_id": "freerdp-wayland-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.52.1.i586",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.52.1.i586",
"product_id": "libfreerdp2-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.52.1.i586",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.52.1.i586",
"product_id": "libuwac0-0-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.52.1.i586",
"product": {
"name": "libwinpr2-2.4.0-150400.3.52.1.i586",
"product_id": "libwinpr2-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.i586",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.i586",
"product_id": "uwac0-0-devel-2.4.0-150400.3.52.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.52.1.i586",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.52.1.i586",
"product_id": "winpr2-devel-2.4.0-150400.3.52.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "freerdp-2.4.0-150400.3.52.1.ppc64le",
"product_id": "freerdp-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.52.1.ppc64le",
"product_id": "freerdp-devel-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.52.1.ppc64le",
"product_id": "freerdp-proxy-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "freerdp-server-2.4.0-150400.3.52.1.ppc64le",
"product_id": "freerdp-server-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.52.1.ppc64le",
"product_id": "freerdp-wayland-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"product_id": "libfreerdp2-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.52.1.ppc64le",
"product_id": "libuwac0-0-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"product_id": "libwinpr2-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.ppc64le",
"product_id": "uwac0-0-devel-2.4.0-150400.3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.52.1.ppc64le",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.52.1.ppc64le",
"product_id": "winpr2-devel-2.4.0-150400.3.52.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "freerdp-2.4.0-150400.3.52.1.s390x",
"product_id": "freerdp-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.52.1.s390x",
"product_id": "freerdp-devel-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.52.1.s390x",
"product_id": "freerdp-proxy-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "freerdp-server-2.4.0-150400.3.52.1.s390x",
"product_id": "freerdp-server-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.52.1.s390x",
"product_id": "freerdp-wayland-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.52.1.s390x",
"product_id": "libfreerdp2-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.52.1.s390x",
"product_id": "libuwac0-0-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "libwinpr2-2.4.0-150400.3.52.1.s390x",
"product_id": "libwinpr2-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.s390x",
"product_id": "uwac0-0-devel-2.4.0-150400.3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.52.1.s390x",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.52.1.s390x",
"product_id": "winpr2-devel-2.4.0-150400.3.52.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "freerdp-2.4.0-150400.3.52.1.x86_64",
"product_id": "freerdp-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.52.1.x86_64",
"product_id": "freerdp-devel-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.52.1.x86_64",
"product_id": "freerdp-proxy-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "freerdp-server-2.4.0-150400.3.52.1.x86_64",
"product_id": "freerdp-server-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.52.1.x86_64",
"product_id": "freerdp-wayland-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.52.1.x86_64",
"product_id": "libfreerdp2-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.52.1.x86_64",
"product_id": "libuwac0-0-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "libwinpr2-2.4.0-150400.3.52.1.x86_64",
"product_id": "libwinpr2-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.52.1.x86_64",
"product_id": "uwac0-0-devel-2.4.0-150400.3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.52.1.x86_64",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.52.1.x86_64",
"product_id": "winpr2-devel-2.4.0-150400.3.52.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2.4.0-150400.3.52.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:libfreerdp2-2.4.0-150400.3.52.1.aarch64"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2.4.0-150400.3.52.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:libfreerdp2-2.4.0-150400.3.52.1.ppc64le"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2.4.0-150400.3.52.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:libfreerdp2-2.4.0-150400.3.52.1.s390x"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2.4.0-150400.3.52.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:libwinpr2-2.4.0-150400.3.52.1.aarch64"
},
"product_reference": "libwinpr2-2.4.0-150400.3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2.4.0-150400.3.52.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:libwinpr2-2.4.0-150400.3.52.1.ppc64le"
},
"product_reference": "libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2.4.0-150400.3.52.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:libwinpr2-2.4.0-150400.3.52.1.s390x"
},
"product_reference": "libwinpr2-2.4.0-150400.3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25941",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25941"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client\u0027s RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual data in the packet. This can lead to information disclosure or client crashes when a user connects to a malicious server. Versions 2.11.8 and 3.23.0 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25941",
"url": "https://www.suse.com/security/cve/CVE-2026-25941"
},
{
"category": "external",
"summary": "SUSE Bug 1258919 for CVE-2026-25941",
"url": "https://bugzilla.suse.com/1258919"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25942"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0-6) with an unchecked `execResult-\u003eexecResult` value received from the server, allowing an out-of-bounds read when the server sends an `execResult` value of 7 or greater. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25942",
"url": "https://www.suse.com/security/cve/CVE-2026-25942"
},
{
"category": "external",
"summary": "SUSE Bug 1258920 for CVE-2026-25942",
"url": "https://bugzilla.suse.com/1258920"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25952"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25952",
"url": "https://www.suse.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "SUSE Bug 1258921 for CVE-2026-25952",
"url": "https://bugzilla.suse.com/1258921"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25953"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25953",
"url": "https://www.suse.com/security/cve/CVE-2026-25953"
},
{
"category": "external",
"summary": "SUSE Bug 1258923 for CVE-2026-25953",
"url": "https://bugzilla.suse.com/1258923"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25954"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25954",
"url": "https://www.suse.com/security/cve/CVE-2026-25954"
},
{
"category": "external",
"summary": "SUSE Bug 1258924 for CVE-2026-25954",
"url": "https://bugzilla.suse.com/1258924"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25997",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25997"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the X11 event thread concurrently iterates it in `xf_clipboard_changed`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25997",
"url": "https://www.suse.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "SUSE Bug 1258977 for CVE-2026-25997",
"url": "https://bugzilla.suse.com/1258977"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26986"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26986",
"url": "https://www.suse.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "SUSE Bug 1258967 for CVE-2026-26986",
"url": "https://bugzilla.suse.com/1258967"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27015"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASSERT` -\u003e `abort()`. The crash occurs in upstream builds where `WITH_VERBOSE_WINPR_ASSERT=ON` (default in FreeRDP 3.22.0 / current WinPR CMake defaults). Smartcard redirection must be explicitly enabled by the user (e.g., `xfreerdp /smartcard`; `/smartcard-logon` implies `/smartcard`). Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27015",
"url": "https://www.suse.com/security/cve/CVE-2026-27015"
},
{
"category": "external",
"summary": "SUSE Bug 1258987 for CVE-2026-27015",
"url": "https://bugzilla.suse.com/1258987"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27951",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27951"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only work on 32bit systems where the available physical memory is `\u003e= SIZE_MAX`. Version 3.23.0 contains a patch. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27951",
"url": "https://www.suse.com/security/cve/CVE-2026-27951"
},
{
"category": "external",
"summary": "SUSE Bug 1258939 for CVE-2026-27951",
"url": "https://bugzilla.suse.com/1258939"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-27951"
},
{
"cve": "CVE-2026-29774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29774"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect-\u003eleft, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect-\u003etop * nDstStep + rect-\u003eleft * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29774",
"url": "https://www.suse.com/security/cve/CVE-2026-29774"
},
{
"category": "external",
"summary": "SUSE Bug 1259689 for CVE-2026-29774",
"url": "https://bugzilla.suse.com/1259689"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29775"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29775",
"url": "https://www.suse.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "SUSE Bug 1259684 for CVE-2026-29775",
"url": "https://bugzilla.suse.com/1259684"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "low"
}
],
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29776"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP\u0027s Core Library This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29776",
"url": "https://www.suse.com/security/cve/CVE-2026-29776"
},
{
"category": "external",
"summary": "SUSE Bug 1259692 for CVE-2026-29776",
"url": "https://bugzilla.suse.com/1259692"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "low"
}
],
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, division by zero in MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31884",
"url": "https://www.suse.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "SUSE Bug 1259680 for CVE-2026-31884",
"url": "https://bugzilla.suse.com/1259680"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31897"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in freerdp_bitmap_decompress_planar when SrcSize is 0. The function dereferences *srcp (which points to pSrcData) without first verifying that SrcSize \u003e= 1. When SrcSize is 0 and pSrcData is non-NULL, this reads one byte past the end of the source buffer. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31897",
"url": "https://www.suse.com/security/cve/CVE-2026-31897"
},
{
"category": "external",
"summary": "SUSE Bug 1259693 for CVE-2026-31897",
"url": "https://bugzilla.suse.com/1259693"
}
],
"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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:libfreerdp2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.52.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.52.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:21Z",
"details": "low"
}
],
"title": "CVE-2026-31897"
}
]
}
SUSE-SU-2026:1635-1
Vulnerability from csaf_suse - Published: 2026-04-27 12:06 - Updated: 2026-04-27 12:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.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-2026-25941: Out-of-Bounds Read in client RDPGFX channel via crafted `WIRE_TO_SURFACE_2` PDU (bsc#1258919).\n- CVE-2026-25942: Global-buffer-overflow in `xf_rail_server_execute_result` (bsc#1258920).\n- CVE-2026-25952: Heap-use-after-free in `xf_SetWindowMinMaxInfo` (bsc#1258921).\n- CVE-2026-25953: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258923).\n- CVE-2026-25954: Heap-use-after-free in `xf_rail_server_local_move_size` (bsc#1258924).\n- CVE-2026-25997: Heap-use-after-free in `xf_clipboard_format_equal` (bsc#1258977).\n- CVE-2026-26986: Heap-use-after-free in `rail_window_free` (bsc#1258967).\n- CVE-2026-27015: Smartcard NDR alignment padding triggers reachable `WINPR_ASSERT` abort (bsc#1258987).\n- CVE-2026-27951: Denial of service via endless blocking loop in `Stream_EnsureCapacity` (bsc#1258939).\n- CVE-2026-29774: Missing bounds validation can cause a client-side heap buffer overflow (bsc#1259689).\n- CVE-2026-29775: Malicious server can trigger a client-side heap out-of-bounds access (bsc#1259684).\n- CVE-2026-29776: Missing length check can lead to an integer underflow (bsc#1259692).\n- CVE-2026-31897: Missing length check can cause an out-of-bounds read (bsc#1259693).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1635,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1635,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1635",
"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_1635-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1635-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261635-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1635-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046045.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258919",
"url": "https://bugzilla.suse.com/1258919"
},
{
"category": "self",
"summary": "SUSE Bug 1258920",
"url": "https://bugzilla.suse.com/1258920"
},
{
"category": "self",
"summary": "SUSE Bug 1258921",
"url": "https://bugzilla.suse.com/1258921"
},
{
"category": "self",
"summary": "SUSE Bug 1258923",
"url": "https://bugzilla.suse.com/1258923"
},
{
"category": "self",
"summary": "SUSE Bug 1258924",
"url": "https://bugzilla.suse.com/1258924"
},
{
"category": "self",
"summary": "SUSE Bug 1258939",
"url": "https://bugzilla.suse.com/1258939"
},
{
"category": "self",
"summary": "SUSE Bug 1258967",
"url": "https://bugzilla.suse.com/1258967"
},
{
"category": "self",
"summary": "SUSE Bug 1258977",
"url": "https://bugzilla.suse.com/1258977"
},
{
"category": "self",
"summary": "SUSE Bug 1258987",
"url": "https://bugzilla.suse.com/1258987"
},
{
"category": "self",
"summary": "SUSE Bug 1259680",
"url": "https://bugzilla.suse.com/1259680"
},
{
"category": "self",
"summary": "SUSE Bug 1259684",
"url": "https://bugzilla.suse.com/1259684"
},
{
"category": "self",
"summary": "SUSE Bug 1259689",
"url": "https://bugzilla.suse.com/1259689"
},
{
"category": "self",
"summary": "SUSE Bug 1259692",
"url": "https://bugzilla.suse.com/1259692"
},
{
"category": "self",
"summary": "SUSE Bug 1259693",
"url": "https://bugzilla.suse.com/1259693"
},
{
"category": "self",
"summary": "SUSE Bug 1261848",
"url": "https://bugzilla.suse.com/1261848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25941 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25941/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25942 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25942/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25952 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25953 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25953/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25954 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25954/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25997 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25997/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27015 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27015/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27951 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27951/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29775 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29776 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31897/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-04-27T12:06:35Z",
"generator": {
"date": "2026-04-27T12:06:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1635-1",
"initial_release_date": "2026-04-27T12:06:35Z",
"revision_history": [
{
"date": "2026-04-27T12:06:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.aarch64",
"product": {
"name": "freerdp-2.1.2-12.68.1.aarch64",
"product_id": "freerdp-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.aarch64",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.aarch64",
"product_id": "freerdp-devel-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.aarch64",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.aarch64",
"product_id": "freerdp-proxy-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.aarch64",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.aarch64",
"product_id": "freerdp-server-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.aarch64",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.aarch64",
"product_id": "freerdp-wayland-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.aarch64",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.aarch64",
"product_id": "libfreerdp2-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.aarch64",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.aarch64",
"product_id": "libuwac0-0-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.aarch64",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.aarch64",
"product_id": "libwinpr2-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.aarch64",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.aarch64",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.aarch64",
"product_id": "winpr2-devel-2.1.2-12.68.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.i586",
"product": {
"name": "freerdp-2.1.2-12.68.1.i586",
"product_id": "freerdp-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.i586",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.i586",
"product_id": "freerdp-devel-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.i586",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.i586",
"product_id": "freerdp-proxy-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.i586",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.i586",
"product_id": "freerdp-server-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.i586",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.i586",
"product_id": "freerdp-wayland-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.i586",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.i586",
"product_id": "libfreerdp2-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.i586",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.i586",
"product_id": "libuwac0-0-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.i586",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.i586",
"product_id": "libwinpr2-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.i586",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.i586",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.i586",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.i586",
"product_id": "winpr2-devel-2.1.2-12.68.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.ppc64le",
"product": {
"name": "freerdp-2.1.2-12.68.1.ppc64le",
"product_id": "freerdp-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.ppc64le",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.ppc64le",
"product_id": "freerdp-devel-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.ppc64le",
"product_id": "freerdp-proxy-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.ppc64le",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.ppc64le",
"product_id": "freerdp-server-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.ppc64le",
"product_id": "freerdp-wayland-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.ppc64le",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.ppc64le",
"product_id": "libfreerdp2-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.ppc64le",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.ppc64le",
"product_id": "libuwac0-0-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.ppc64le",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.ppc64le",
"product_id": "libwinpr2-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.ppc64le",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.ppc64le",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.ppc64le",
"product_id": "winpr2-devel-2.1.2-12.68.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.s390",
"product": {
"name": "freerdp-2.1.2-12.68.1.s390",
"product_id": "freerdp-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.s390",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.s390",
"product_id": "freerdp-devel-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.s390",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.s390",
"product_id": "freerdp-proxy-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.s390",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.s390",
"product_id": "freerdp-server-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.s390",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.s390",
"product_id": "freerdp-wayland-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.s390",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.s390",
"product_id": "libfreerdp2-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.s390",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.s390",
"product_id": "libuwac0-0-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.s390",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.s390",
"product_id": "libwinpr2-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.s390",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.s390",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.s390"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.s390",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.s390",
"product_id": "winpr2-devel-2.1.2-12.68.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.s390x",
"product": {
"name": "freerdp-2.1.2-12.68.1.s390x",
"product_id": "freerdp-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.s390x",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.s390x",
"product_id": "freerdp-devel-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.s390x",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.s390x",
"product_id": "freerdp-proxy-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.s390x",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.s390x",
"product_id": "freerdp-server-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.s390x",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.s390x",
"product_id": "freerdp-wayland-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.s390x",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.s390x",
"product_id": "libfreerdp2-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.s390x",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.s390x",
"product_id": "libuwac0-0-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.s390x",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.s390x",
"product_id": "libwinpr2-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.s390x",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.s390x",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.s390x",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.s390x",
"product_id": "winpr2-devel-2.1.2-12.68.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.68.1.x86_64",
"product": {
"name": "freerdp-2.1.2-12.68.1.x86_64",
"product_id": "freerdp-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.68.1.x86_64",
"product": {
"name": "freerdp-devel-2.1.2-12.68.1.x86_64",
"product_id": "freerdp-devel-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.68.1.x86_64",
"product": {
"name": "freerdp-proxy-2.1.2-12.68.1.x86_64",
"product_id": "freerdp-proxy-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.68.1.x86_64",
"product": {
"name": "freerdp-server-2.1.2-12.68.1.x86_64",
"product_id": "freerdp-server-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.68.1.x86_64",
"product": {
"name": "freerdp-wayland-2.1.2-12.68.1.x86_64",
"product_id": "freerdp-wayland-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.68.1.x86_64",
"product": {
"name": "libfreerdp2-2.1.2-12.68.1.x86_64",
"product_id": "libfreerdp2-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.68.1.x86_64",
"product": {
"name": "libuwac0-0-2.1.2-12.68.1.x86_64",
"product_id": "libuwac0-0-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.68.1.x86_64",
"product": {
"name": "libwinpr2-2.1.2-12.68.1.x86_64",
"product_id": "libwinpr2-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.68.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.1.2-12.68.1.x86_64",
"product_id": "uwac0-0-devel-2.1.2-12.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.68.1.x86_64",
"product": {
"name": "winpr2-devel-2.1.2-12.68.1.x86_64",
"product_id": "winpr2-devel-2.1.2-12.68.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.1.2-12.68.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64"
},
"product_reference": "freerdp-devel-2.1.2-12.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.1.2-12.68.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le"
},
"product_reference": "freerdp-devel-2.1.2-12.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.1.2-12.68.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x"
},
"product_reference": "freerdp-devel-2.1.2-12.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.1.2-12.68.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64"
},
"product_reference": "freerdp-devel-2.1.2-12.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.1.2-12.68.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64"
},
"product_reference": "winpr2-devel-2.1.2-12.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.1.2-12.68.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le"
},
"product_reference": "winpr2-devel-2.1.2-12.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.1.2-12.68.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x"
},
"product_reference": "winpr2-devel-2.1.2-12.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.1.2-12.68.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64"
},
"product_reference": "winpr2-devel-2.1.2-12.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.1.2-12.68.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64"
},
"product_reference": "freerdp-devel-2.1.2-12.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.1.2-12.68.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
},
"product_reference": "winpr2-devel-2.1.2-12.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25941",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25941"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client\u0027s RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual data in the packet. This can lead to information disclosure or client crashes when a user connects to a malicious server. Versions 2.11.8 and 3.23.0 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25941",
"url": "https://www.suse.com/security/cve/CVE-2026-25941"
},
{
"category": "external",
"summary": "SUSE Bug 1258919 for CVE-2026-25941",
"url": "https://bugzilla.suse.com/1258919"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25942"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0-6) with an unchecked `execResult-\u003eexecResult` value received from the server, allowing an out-of-bounds read when the server sends an `execResult` value of 7 or greater. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25942",
"url": "https://www.suse.com/security/cve/CVE-2026-25942"
},
{
"category": "external",
"summary": "SUSE Bug 1258920 for CVE-2026-25942",
"url": "https://bugzilla.suse.com/1258920"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25952"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25952",
"url": "https://www.suse.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "SUSE Bug 1258921 for CVE-2026-25952",
"url": "https://bugzilla.suse.com/1258921"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25953"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25953",
"url": "https://www.suse.com/security/cve/CVE-2026-25953"
},
{
"category": "external",
"summary": "SUSE Bug 1258923 for CVE-2026-25953",
"url": "https://bugzilla.suse.com/1258923"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25954"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25954",
"url": "https://www.suse.com/security/cve/CVE-2026-25954"
},
{
"category": "external",
"summary": "SUSE Bug 1258924 for CVE-2026-25954",
"url": "https://bugzilla.suse.com/1258924"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25997",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25997"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the X11 event thread concurrently iterates it in `xf_clipboard_changed`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25997",
"url": "https://www.suse.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "SUSE Bug 1258977 for CVE-2026-25997",
"url": "https://bugzilla.suse.com/1258977"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26986"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26986",
"url": "https://www.suse.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "SUSE Bug 1258967 for CVE-2026-26986",
"url": "https://bugzilla.suse.com/1258967"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27015"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASSERT` -\u003e `abort()`. The crash occurs in upstream builds where `WITH_VERBOSE_WINPR_ASSERT=ON` (default in FreeRDP 3.22.0 / current WinPR CMake defaults). Smartcard redirection must be explicitly enabled by the user (e.g., `xfreerdp /smartcard`; `/smartcard-logon` implies `/smartcard`). Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27015",
"url": "https://www.suse.com/security/cve/CVE-2026-27015"
},
{
"category": "external",
"summary": "SUSE Bug 1258987 for CVE-2026-27015",
"url": "https://bugzilla.suse.com/1258987"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27951",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27951"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only work on 32bit systems where the available physical memory is `\u003e= SIZE_MAX`. Version 3.23.0 contains a patch. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27951",
"url": "https://www.suse.com/security/cve/CVE-2026-27951"
},
{
"category": "external",
"summary": "SUSE Bug 1258939 for CVE-2026-27951",
"url": "https://bugzilla.suse.com/1258939"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-27951"
},
{
"cve": "CVE-2026-29774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29774"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect-\u003eleft, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect-\u003etop * nDstStep + rect-\u003eleft * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29774",
"url": "https://www.suse.com/security/cve/CVE-2026-29774"
},
{
"category": "external",
"summary": "SUSE Bug 1259689 for CVE-2026-29774",
"url": "https://bugzilla.suse.com/1259689"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29775"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29775",
"url": "https://www.suse.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "SUSE Bug 1259684 for CVE-2026-29775",
"url": "https://bugzilla.suse.com/1259684"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "low"
}
],
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29776"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP\u0027s Core Library This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29776",
"url": "https://www.suse.com/security/cve/CVE-2026-29776"
},
{
"category": "external",
"summary": "SUSE Bug 1259692 for CVE-2026-29776",
"url": "https://bugzilla.suse.com/1259692"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "low"
}
],
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, division by zero in MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31884",
"url": "https://www.suse.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "SUSE Bug 1259680 for CVE-2026-31884",
"url": "https://bugzilla.suse.com/1259680"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31897"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in freerdp_bitmap_decompress_planar when SrcSize is 0. The function dereferences *srcp (which points to pSrcData) without first verifying that SrcSize \u003e= 1. When SrcSize is 0 and pSrcData is non-NULL, this reads one byte past the end of the source buffer. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31897",
"url": "https://www.suse.com/security/cve/CVE-2026-31897"
},
{
"category": "external",
"summary": "SUSE Bug 1259693 for CVE-2026-31897",
"url": "https://bugzilla.suse.com/1259693"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.68.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-27T12:06:35Z",
"details": "low"
}
],
"title": "CVE-2026-31897"
}
]
}
SUSE-SU-2026:1640-1
Vulnerability from csaf_suse - Published: 2026-04-28 11:33 - Updated: 2026-04-28 11:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for freerdp2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for freerdp2 fixes the following issues:\n\n- CVE-2026-25941: Out-of-Bounds Read in client RDPGFX channel via crafted `WIRE_TO_SURFACE_2` PDU (bsc#1258919).\n- CVE-2026-25942: Global-buffer-overflow in `xf_rail_server_execute_result` (bsc#1258920).\n- CVE-2026-25952: Heap-use-after-free in `xf_SetWindowMinMaxInfo` (bsc#1258921).\n- CVE-2026-25953: Heap-use-after-free in `xf_AppUpdateWindowFromSurface` (bsc#1258923).\n- CVE-2026-25954: Heap-use-after-free in `xf_rail_server_local_move_size` (bsc#1258924).\n- CVE-2026-25997: Heap-use-after-free in `xf_clipboard_format_equal` (bsc#1258977).\n- CVE-2026-26986: Heap-use-after-free in `rail_window_free` (bsc#1258967).\n- CVE-2026-27015: Smartcard NDR alignment padding triggers reachable `WINPR_ASSERT` abort (bsc#1258987).\n- CVE-2026-27951: Denial of Service via endless blocking loop in `Stream_EnsureCapacity` (bsc#1258939).\n- CVE-2026-29774: Missing bounds validation can cause a client-side heap buffer overflow (bsc#1259689).\n- CVE-2026-29775: Malicious server can trigger a client-side heap out-of-bounds access (bsc#1259684).\n- CVE-2026-29776: Missing length check can lead to an integer underflow (bsc#1259692).\n- CVE-2026-31897: Missing length check can cause an out-of-bounds read (bsc#1259693).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1640,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1640,SUSE-SLE-Product-WE-15-SP7-2026-1640",
"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_1640-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1640-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261640-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1640-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025752.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258919",
"url": "https://bugzilla.suse.com/1258919"
},
{
"category": "self",
"summary": "SUSE Bug 1258920",
"url": "https://bugzilla.suse.com/1258920"
},
{
"category": "self",
"summary": "SUSE Bug 1258921",
"url": "https://bugzilla.suse.com/1258921"
},
{
"category": "self",
"summary": "SUSE Bug 1258923",
"url": "https://bugzilla.suse.com/1258923"
},
{
"category": "self",
"summary": "SUSE Bug 1258924",
"url": "https://bugzilla.suse.com/1258924"
},
{
"category": "self",
"summary": "SUSE Bug 1258939",
"url": "https://bugzilla.suse.com/1258939"
},
{
"category": "self",
"summary": "SUSE Bug 1258967",
"url": "https://bugzilla.suse.com/1258967"
},
{
"category": "self",
"summary": "SUSE Bug 1258977",
"url": "https://bugzilla.suse.com/1258977"
},
{
"category": "self",
"summary": "SUSE Bug 1258987",
"url": "https://bugzilla.suse.com/1258987"
},
{
"category": "self",
"summary": "SUSE Bug 1259653",
"url": "https://bugzilla.suse.com/1259653"
},
{
"category": "self",
"summary": "SUSE Bug 1259680",
"url": "https://bugzilla.suse.com/1259680"
},
{
"category": "self",
"summary": "SUSE Bug 1259684",
"url": "https://bugzilla.suse.com/1259684"
},
{
"category": "self",
"summary": "SUSE Bug 1259689",
"url": "https://bugzilla.suse.com/1259689"
},
{
"category": "self",
"summary": "SUSE Bug 1259692",
"url": "https://bugzilla.suse.com/1259692"
},
{
"category": "self",
"summary": "SUSE Bug 1259693",
"url": "https://bugzilla.suse.com/1259693"
},
{
"category": "self",
"summary": "SUSE Bug 1261848",
"url": "https://bugzilla.suse.com/1261848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25941 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25941/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25942 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25942/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25952 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25953 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25953/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25954 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25954/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25997 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25997/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26986 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26986/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27015 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27015/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27951 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27951/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29775 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-29776 page",
"url": "https://www.suse.com/security/cve/CVE-2026-29776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31806 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31806/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31884 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31884/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31897/"
}
],
"title": "Security update for freerdp2",
"tracking": {
"current_release_date": "2026-04-28T11:33:58Z",
"generator": {
"date": "2026-04-28T11:33:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1640-1",
"initial_release_date": "2026-04-28T11:33:58Z",
"revision_history": [
{
"date": "2026-04-28T11:33:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "freerdp2-2.11.7-150700.3.22.1.aarch64",
"product_id": "freerdp2-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.aarch64",
"product_id": "freerdp2-devel-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.aarch64",
"product_id": "freerdp2-proxy-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.aarch64",
"product_id": "freerdp2-server-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.aarch64",
"product_id": "libfreerdp2-2-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.aarch64",
"product_id": "libwinpr2-2-2.11.7-150700.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"product_id": "winpr2-devel-2.11.7-150700.3.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.22.1.i586",
"product": {
"name": "freerdp2-2.11.7-150700.3.22.1.i586",
"product_id": "freerdp2-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.22.1.i586",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.i586",
"product_id": "freerdp2-devel-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.i586",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.i586",
"product_id": "freerdp2-proxy-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.22.1.i586",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.i586",
"product_id": "freerdp2-server-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.i586",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.i586",
"product_id": "libfreerdp2-2-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.22.1.i586",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.i586",
"product_id": "libwinpr2-2-2.11.7-150700.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.22.1.i586",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.i586",
"product_id": "winpr2-devel-2.11.7-150700.3.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "freerdp2-2.11.7-150700.3.22.1.ppc64le",
"product_id": "freerdp2-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.ppc64le",
"product_id": "freerdp2-devel-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.ppc64le",
"product_id": "freerdp2-proxy-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.ppc64le",
"product_id": "freerdp2-server-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.ppc64le",
"product_id": "libfreerdp2-2-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.ppc64le",
"product_id": "libwinpr2-2-2.11.7-150700.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"product_id": "winpr2-devel-2.11.7-150700.3.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "freerdp2-2.11.7-150700.3.22.1.s390x",
"product_id": "freerdp2-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.s390x",
"product_id": "freerdp2-devel-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.s390x",
"product_id": "freerdp2-proxy-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.s390x",
"product_id": "freerdp2-server-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.s390x",
"product_id": "libfreerdp2-2-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.s390x",
"product_id": "libwinpr2-2-2.11.7-150700.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.22.1.s390x",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.s390x",
"product_id": "winpr2-devel-2.11.7-150700.3.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "freerdp2-2.11.7-150700.3.22.1.x86_64",
"product_id": "freerdp2-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"product_id": "freerdp2-devel-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"product_id": "freerdp2-proxy-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"product_id": "freerdp2-server-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"product_id": "libfreerdp2-2-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"product_id": "libwinpr2-2-2.11.7-150700.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.22.1.x86_64",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.x86_64",
"product_id": "winpr2-devel-2.11.7-150700.3.22.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": "winpr2-devel-2.11.7-150700.3.22.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:winpr2-devel-2.11.7-150700.3.22.1.aarch64"
},
"product_reference": "winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.11.7-150700.3.22.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:winpr2-devel-2.11.7-150700.3.22.1.ppc64le"
},
"product_reference": "winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.11.7-150700.3.22.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:winpr2-devel-2.11.7-150700.3.22.1.s390x"
},
"product_reference": "winpr2-devel-2.11.7-150700.3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp2-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "freerdp2-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp2-devel-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp2-proxy-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp2-server-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr2-devel-2.11.7-150700.3.22.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP7",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
},
"product_reference": "winpr2-devel-2.11.7-150700.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25941",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25941"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client\u0027s RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual data in the packet. This can lead to information disclosure or client crashes when a user connects to a malicious server. Versions 2.11.8 and 3.23.0 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25941",
"url": "https://www.suse.com/security/cve/CVE-2026-25941"
},
{
"category": "external",
"summary": "SUSE Bug 1258919 for CVE-2026-25941",
"url": "https://bugzilla.suse.com/1258919"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25942"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_execute_result` indexes the global `error_code_names[]` array (7 elements, indices 0-6) with an unchecked `execResult-\u003eexecResult` value received from the server, allowing an out-of-bounds read when the server sends an `execResult` value of 7 or greater. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25942",
"url": "https://www.suse.com/security/cve/CVE-2026-25942"
},
{
"category": "external",
"summary": "SUSE Bug 1258920 for CVE-2026-25942",
"url": "https://bugzilla.suse.com/1258920"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25952"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_SetWindowMinMaxInfo` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` in `xf_rail_server_min_max_info` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25952",
"url": "https://www.suse.com/security/cve/CVE-2026-25952"
},
{
"category": "external",
"summary": "SUSE Bug 1258921 for CVE-2026-25952",
"url": "https://bugzilla.suse.com/1258921"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25953"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reads from a freed `xfAppWindow` because the RDPGFX DVC thread obtains a bare pointer via `xf_rail_get_window` without any lifetime protection, while the main thread can concurrently delete the window through a fastpath window-delete order. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25953",
"url": "https://www.suse.com/security/cve/CVE-2026-25953"
},
{
"category": "external",
"summary": "SUSE Bug 1258923 for CVE-2026-25953",
"url": "https://bugzilla.suse.com/1258923"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25954"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_rail_server_local_move_size` dereferences a freed `xfAppWindow` pointer because `xf_rail_get_window` returns an unprotected pointer from the `railWindows` hash table, and the main thread can concurrently delete the window (via a window delete order) while the RAIL channel thread is still using the pointer. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25954",
"url": "https://www.suse.com/security/cve/CVE-2026-25954"
},
{
"category": "external",
"summary": "SUSE Bug 1258924 for CVE-2026-25954",
"url": "https://bugzilla.suse.com/1258924"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25997",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25997"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_clipboard_format_equal` reads freed `lastSentFormats` memory because `xf_clipboard_formats_free` (called from the cliprdr channel thread during auto-reconnect) frees the array while the X11 event thread concurrently iterates it in `xf_clipboard_changed`, triggering a heap use after free. Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25997",
"url": "https://www.suse.com/security/cve/CVE-2026-25997"
},
{
"category": "external",
"summary": "SUSE Bug 1258977 for CVE-2026-25997",
"url": "https://bugzilla.suse.com/1258977"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26986",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26986"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `rail_window_free` dereferences a freed `xfAppWindow` pointer during `HashTable_Free` cleanup because `xf_rail_window_common` calls `free(appWindow)` on title allocation failure without first removing the entry from the `railWindows` hash table, leaving a dangling pointer that is freed again on disconnect. Version 3.23.0 fixes the vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26986",
"url": "https://www.suse.com/security/cve/CVE-2026-26986"
},
{
"category": "external",
"summary": "SUSE Bug 1258967 for CVE-2026-26986",
"url": "https://bugzilla.suse.com/1258967"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27015"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in `smartcard_unpack_read_size_align()` (`libfreerdp/utils/smartcard_pack.c:1703`) allows a malicious RDP server to crash the FreeRDP client via a reachable `WINPR_ASSERT` -\u003e `abort()`. The crash occurs in upstream builds where `WITH_VERBOSE_WINPR_ASSERT=ON` (default in FreeRDP 3.22.0 / current WinPR CMake defaults). Smartcard redirection must be explicitly enabled by the user (e.g., `xfreerdp /smartcard`; `/smartcard-logon` implies `/smartcard`). Version 3.23.0 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27015",
"url": "https://www.suse.com/security/cve/CVE-2026-27015"
},
{
"category": "external",
"summary": "SUSE Bug 1258987 for CVE-2026-27015",
"url": "https://bugzilla.suse.com/1258987"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27951",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27951"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, the function `Stream_EnsureCapacity` can create an endless blocking loop. This may affect all client and server implementations using `FreeRDP`. For practical exploitation this will only work on 32bit systems where the available physical memory is `\u003e= SIZE_MAX`. Version 3.23.0 contains a patch. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27951",
"url": "https://www.suse.com/security/cve/CVE-2026-27951"
},
{
"category": "external",
"summary": "SUSE Bug 1258939 for CVE-2026-27951",
"url": "https://bugzilla.suse.com/1258939"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-27951"
},
{
"cve": "CVE-2026-29774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29774"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client\u0027s AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect-\u003eleft, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect-\u003etop * nDstStep + rect-\u003eleft * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29774",
"url": "https://www.suse.com/security/cve/CVE-2026-29774"
},
{
"category": "external",
"summary": "SUSE Bug 1259689 for CVE-2026-29774",
"url": "https://bugzilla.suse.com/1259689"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29775"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap out-of-bounds read/write occurs in FreeRDP\u0027s bitmap cache subsystem due to an off-by-one boundary check in bitmap_cache_put. A malicious server can send a CACHE_BITMAP_ORDER (Rev1) with cacheId equal to maxCells, bypassing the guard and accessing cells[] one element past the allocated array. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29775",
"url": "https://www.suse.com/security/cve/CVE-2026-29775"
},
{
"category": "external",
"summary": "SUSE Bug 1259684 for CVE-2026-29775",
"url": "https://bugzilla.suse.com/1259684"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "low"
}
],
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-29776"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, Integer Underflow in update_read_cache_bitmap_order Function of FreeRDP\u0027s Core Library This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-29776",
"url": "https://www.suse.com/security/cve/CVE-2026-29776"
},
{
"category": "external",
"summary": "SUSE Bug 1259692 for CVE-2026-29776",
"url": "https://bugzilla.suse.com/1259692"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "low"
}
],
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31806"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, the gdi_surface_bits() function processes SURFACE_BITS_COMMAND messages sent by the RDP server. When the command is handled using NSCodec, the bmp.width and bmp.height values provided by the server are not properly validated against the actual desktop dimensions. A malicious RDP server can supply crafted bmp.width and bmp.height values that exceed the expected surface size. Because these values are used during bitmap decoding and memory operations without proper bounds checking, this can lead to a heap buffer overflow. Since the attacker can also control the associated pixel data transmitted by the server, the overflow may be exploitable to overwrite adjacent heap memory. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31806",
"url": "https://www.suse.com/security/cve/CVE-2026-31806"
},
{
"category": "external",
"summary": "SUSE Bug 1259653 for CVE-2026-31806",
"url": "https://bugzilla.suse.com/1259653"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "important"
}
],
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31884"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, division by zero in MS-ADPCM and IMA-ADPCM decoders when nBlockAlign is 0, leading to a crash. In libfreerdp/codec/dsp.c, both ADPCM decoders use size % block_size where block_size = context-\u003ecommon.format.nBlockAlign. The nBlockAlign value comes from the Server Audio Formats PDU on the RDPSND channel. The value 0 is not validated anywhere before reaching the decoder. When nBlockAlign = 0, the modulo operation causes a SIGFPE (floating point exception) crash. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31884",
"url": "https://www.suse.com/security/cve/CVE-2026-31884"
},
{
"category": "external",
"summary": "SUSE Bug 1259680 for CVE-2026-31884",
"url": "https://bugzilla.suse.com/1259680"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31897"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, there is an out-of-bounds read in freerdp_bitmap_decompress_planar when SrcSize is 0. The function dereferences *srcp (which points to pSrcData) without first verifying that SrcSize \u003e= 1. When SrcSize is 0 and pSrcData is non-NULL, this reads one byte past the end of the source buffer. This vulnerability is fixed in 3.24.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31897",
"url": "https://www.suse.com/security/cve/CVE-2026-31897"
},
{
"category": "external",
"summary": "SUSE Bug 1259693 for CVE-2026-31897",
"url": "https://bugzilla.suse.com/1259693"
}
],
"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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/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:winpr2-devel-2.11.7-150700.3.22.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.22.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:33:58Z",
"details": "low"
}
],
"title": "CVE-2026-31897"
}
]
}
WID-SEC-W-2026-0514
Vulnerability from csaf_certbund - Published: 2026-02-24 23:00 - Updated: 2026-05-20 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source FreeRDP <3.23.0
Open Source / FreeRDP
|
<3.23.0 | ||
|
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:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
{
"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 Angreifer kann mehrere Schwachstellen in FreeRDP ausnutzen, um beliebigen Programmcode auszuf\u00fchren, und um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- 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-0514 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0514.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0514 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0514"
},
{
"category": "external",
"summary": "FreeRDP 3.23.0 Release Notes vom 2026-02-24",
"url": "https://www.freerdp.com/2026/02/25/3_23_0-release"
},
{
"category": "external",
"summary": "FreeRDP GitHub vom 2026-02-24",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-26965 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5vgf-mw4f-r33h"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-26955 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mr6w-ch7c-mqqj"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-25955 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4g54-x8v7-559x"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-25954 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cc88-4j37-mw6j"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-25953 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-p6rq-rxpc-rh3p"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-25952 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqm-cwjg-7w9x"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-25942 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-78q6-67m7-wwf6"
},
{
"category": "external",
"summary": "FreeRDP GitHub CVE-2026-26986 vom 2026-02-24 mit PoC",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-crqx-g6x5-rx47"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-53FE996A57 vom 2026-02-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-53fe996a57"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-BE60DD75D9 vom 2026-02-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-be60dd75d9"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-A160E550EC vom 2026-02-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-a160e550ec"
},
{
"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": "Amazon Linux Security Advisory ALAS2-2026-3199 vom 2026-03-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3199.html"
},
{
"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": "Red Hat Security Advisory RHSA-2026:5936 vom 2026-03-26",
"url": "https://access.redhat.com/errata/RHSA-2026:5936"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5939 vom 2026-03-26",
"url": "https://access.redhat.com/errata/RHSA-2026:5939"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-5939 vom 2026-03-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-5939.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1129-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025021.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6004 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6004"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6004 vom 2026-03-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-6004.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6005 vom 2026-03-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-6005.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6005 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6005"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1160-1 vom 2026-03-31",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025071.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1165-1 vom 2026-04-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025117.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6395 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6395"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3221 vom 2026-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3221.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1164-1 vom 2026-04-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025118.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:6396 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6396"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6385 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6385"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6384 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6384"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6616 vom 2026-04-06",
"url": "https://access.redhat.com/errata/RHSA-2026:6616"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6665 vom 2026-04-06",
"url": "https://access.redhat.com/errata/RHSA-2026:6665"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6005 vom 2026-04-07",
"url": "https://errata.build.resf.org/RLSA-2026:6005"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6712 vom 2026-04-06",
"url": "https://access.redhat.com/errata/RHSA-2026:6712"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6764 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6764"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7292 vom 2026-04-09",
"url": "https://access.redhat.com/errata/RHSA-2026:7292"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1398-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025388.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10611-1 vom 2026-04-26",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3TBVH2KUPMCPXC3XS27ZSU4QWFXHWTOT/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1635-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025714.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1632-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025717.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1633-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025716.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1634-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025715.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1640-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025752.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21436-1 vom 2026-05-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025817.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20657-1 vom 2026-05-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GOVYWHBP2GJ4JKEUYYSBX76EN3L3ZYNM/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16019 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-16019.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16014 vom 2026-05-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-16014.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16019 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:16019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16014 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:16014"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16865 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16777 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16777"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16019 vom 2026-05-13",
"url": "https://errata.build.resf.org/RLSA-2026:16019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16814 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16814"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16866 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16866"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16483 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16483"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16482 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16482"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16482 vom 2026-05-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-16482.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16482 vom 2026-05-14",
"url": "https://errata.build.resf.org/RLSA-2026:16482"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16014 vom 2026-05-13",
"url": "https://errata.build.resf.org/RLSA-2026:16014"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19358 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19358"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19142 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19142"
},
{
"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": "Red Hat Security Advisory RHSA-2026:19811 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19811"
}
],
"source_lang": "en-US",
"title": "FreeRDP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-20T22:00:00.000+00:00",
"generator": {
"date": "2026-05-21T07:55:36.721+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0514",
"initial_release_date": "2026-02-24T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora und European Union Vulnerability Database aufgenommen"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-19T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon und Ubuntu aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE, Red Hat, Amazon und openSUSE aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-04T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "23"
}
},
"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": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.23.0",
"product": {
"name": "Open Source FreeRDP \u003c3.23.0",
"product_id": "T051175"
}
},
{
"category": "product_version",
"name": "3.23.0",
"product": {
"name": "Open Source FreeRDP 3.23.0",
"product_id": "T051175-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:freerdp:freerdp:3.23.0"
}
}
}
],
"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": [
{
"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": "product_version",
"name": "10",
"product": {
"name": "RESF Rocky Linux 10",
"product_id": "T054060",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:10"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "RESF Rocky Linux 9",
"product_id": "T054103",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:9"
}
}
}
],
"category": "product_name",
"name": "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-25941",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25941"
},
{
"cve": "CVE-2026-25942",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25942"
},
{
"cve": "CVE-2026-25952",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25952"
},
{
"cve": "CVE-2026-25953",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25953"
},
{
"cve": "CVE-2026-25954",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25954"
},
{
"cve": "CVE-2026-25955",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25955"
},
{
"cve": "CVE-2026-25959",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25959"
},
{
"cve": "CVE-2026-25997",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-25997"
},
{
"cve": "CVE-2026-26271",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-26271"
},
{
"cve": "CVE-2026-26955",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-26955"
},
{
"cve": "CVE-2026-26965",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-26965"
},
{
"cve": "CVE-2026-26986",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-26986"
},
{
"cve": "CVE-2026-27015",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-27015"
},
{
"cve": "CVE-2026-27950",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-27950"
},
{
"cve": "CVE-2026-27951",
"product_status": {
"known_affected": [
"T051175",
"T002207",
"67646",
"T000126",
"T027843",
"T054060",
"398363",
"T004914",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-02-24T23:00:00.000+00:00",
"title": "CVE-2026-27951"
}
]
}
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.