Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-31883 (GCVE-0-2026-31883)
Vulnerability from cvelistv5 – Published: 2026-03-13 17:35 – Updated: 2026-03-16 17:02
VLAI?
EPSS
Title
FreeRDP has a `size_t` underflow in ADPCM decoder leads to heap-buffer-overflow write
Summary
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size > 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0.
Severity ?
6.5 (Medium)
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-31883",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-16T17:02:49.465233Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-16T17:02:52.737Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "FreeRDP",
"vendor": "FreeRDP",
"versions": [
{
"status": "affected",
"version": "\u003c 3.24.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-191",
"description": "CWE-191: Integer Underflow (Wrap or Wraparound)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122: Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-13T17:35:17.411Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
},
{
"name": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8"
}
],
"source": {
"advisory": "GHSA-85x9-4xxp-xhm5",
"discovery": "UNKNOWN"
},
"title": "FreeRDP has a `size_t` underflow in ADPCM decoder leads to heap-buffer-overflow write"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-31883",
"datePublished": "2026-03-13T17:35:17.411Z",
"dateReserved": "2026-03-09T21:59:02.686Z",
"dateUpdated": "2026-03-16T17:02:52.737Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-31883\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-13T19:54:37.190\",\"lastModified\":\"2026-03-17T14:26:13.760\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-191\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:freerdp:freerdp:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.24.0\",\"matchCriteriaId\":\"97FCA262-35C3-4B6B-A321-15CE780FCA20\"}]}]}],\"references\":[{\"url\":\"https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-31883\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-16T17:02:49.465233Z\"}}}], \"references\": [{\"url\": \"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-16T17:02:44.300Z\"}}], \"cna\": {\"title\": \"FreeRDP has a `size_t` underflow in ADPCM decoder leads to heap-buffer-overflow write\", \"source\": {\"advisory\": \"GHSA-85x9-4xxp-xhm5\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"FreeRDP\", \"product\": \"FreeRDP\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.24.0\"}]}], \"references\": [{\"url\": \"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5\", \"name\": \"https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8\", \"name\": \"https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-191\", \"description\": \"CWE-191: Integer Underflow (Wrap or Wraparound)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122: Heap-based Buffer Overflow\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-13T17:35:17.411Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-31883\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-16T17:02:52.737Z\", \"dateReserved\": \"2026-03-09T21:59:02.686Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-13T17:35:17.411Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-31883
Vulnerability from fkie_nvd - Published: 2026-03-13 19:54 - Updated: 2026-03-17 14:26
Severity ?
6.5 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size > 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0.
References
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:freerdp:freerdp:*:*:*:*:*:*:*:*",
"matchCriteriaId": "97FCA262-35C3-4B6B-A321-15CE780FCA20",
"versionEndExcluding": "3.24.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. This vulnerability is fixed in 3.24.0."
},
{
"lang": "es",
"value": "FreeRDP es una implementaci\u00f3n gratuita del Protocolo de Escritorio Remoto. Anterior a la 3.24.0, un subdesbordamiento de size_t en los decodificadores de audio IMA-ADPCM y MS-ADPCM conduce a una escritura de desbordamiento de b\u00fafer de pila a trav\u00e9s del canal de audio RDPSND. En libfreerdp/codec/dsp.c, los decodificadores IMA-ADPCM y MS-ADPCM restan tama\u00f1os de encabezado de bloque de una variable size_t sin comprobar si hay subdesbordamiento. Cuando nBlockAlign (recibido del servidor) se establece de tal manera que size % block_size == 0 activa el an\u00e1lisis del encabezado en un punto donde size es menor que el encabezado (4 u 8 bytes), la resta envuelve size a ~SIZE_MAX. El bucle while (size \u0026gt; 0) entonces contin\u00faa por un n\u00famero astron\u00f3mico de iteraciones. Esta vulnerabilidad se corrige en la 3.24.0."
}
],
"id": "CVE-2026-31883",
"lastModified": "2026-03-17T14:26:13.760",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 2.5,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-03-13T19:54:37.190",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/FreeRDP/FreeRDP/commit/16df2300e1e3f5a51f68fb1626429e58b531b7c8"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-122"
},
{
"lang": "en",
"value": "CWE-191"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
WID-SEC-W-2026-0725
Vulnerability from csaf_certbund - Published: 2026-03-12 23:00 - Updated: 2026-04-09 22:00Summary
FreeRDP: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: FreeRDP ist eine freie Implementierung des Remote Desktop Protocol (RDP).
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in FreeRDP ausnutzen, um potenziell beliebigen Code auszuführen, einen Denial-of-Service-Zustand herbeizuführen, Speicherbeschädigungen zu verursachen, Daten zu manipulieren oder vertrauliche Informationen offenzulegen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
References
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeRDP ist eine freie Implementierung des Remote Desktop Protocol (RDP).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in FreeRDP ausnutzen, um potenziell beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, Speicherbesch\u00e4digungen zu verursachen, Daten zu manipulieren oder vertrauliche Informationen offenzulegen.",
"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-0725 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0725.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0725 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0725"
},
{
"category": "external",
"summary": "FreeRDP 3.24.0 release notes vom 2026-03-12",
"url": "https://www.freerdp.com/2026/03/13/3_24_0-release"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5q35-hv9x-7794 vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5q35-hv9x-7794"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-85x9-4xxp-xhm5 vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-85x9-4xxp-xhm5"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c747-x4wf-cqrr vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c747-x4wf-cqrr"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h23r-3988-3wf3 vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h23r-3988-3wf3"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h666-rfw3-jhvj vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h666-rfw3-jhvj"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-jp7m-94ww-p56r vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jp7m-94ww-p56r"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-rrqm-46rj-cmx2 vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-rrqm-46rj-cmx2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-xgv6-r22m-7c9x vom 2026-03-12",
"url": "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xgv6-r22m-7c9x"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-BF4C5BB9C5 vom 2026-03-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-bf4c5bb9c5"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-2C1AB5B23B vom 2026-03-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-2c1ab5b23b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-34886ABFAD vom 2026-03-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-34886abfad"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-AAE50DC427 vom 2026-03-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-aae50dc427"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-07418A381F vom 2026-03-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-07418a381f"
},
{
"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": "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": "Red Hat Security Advisory RHSA-2026:6340 vom 2026-04-01",
"url": "https://access.redhat.com/errata/RHSA-2026:6340"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6340 vom 2026-04-01",
"url": "http://linux.oracle.com/errata/ELSA-2026-6340.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10459-1 vom 2026-04-01",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/34ABPSLQFVRGFKDSR5ZEDKG5UH6KIBCA/"
},
{
"category": "external",
"summary": "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": "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: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:6727 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6727"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6743 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6799 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6799"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6918 vom 2026-04-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-6918.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6958 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:6958"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6340 vom 2026-04-07",
"url": "https://errata.build.resf.org/RLSA-2026:6340"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6918 vom 2026-04-08",
"url": "https://access.redhat.com/errata/RHSA-2026:6918"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6799 vom 2026-04-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-6799.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6918 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6918"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6799 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6799"
}
],
"source_lang": "en-US",
"title": "FreeRDP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:16:56.098+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0725",
"initial_release_date": "2026-03-12T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-12T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora und European Union Vulnerability Database aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux, openSUSE, SUSE und Amazon aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "10"
}
},
"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.24.0",
"product": {
"name": "Open Source FreeRDP \u003c3.24.0",
"product_id": "T051732"
}
},
{
"category": "product_version",
"name": "3.24.0",
"product": {
"name": "Open Source FreeRDP 3.24.0",
"product_id": "T051732-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:freerdp:freerdp:3.24.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": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-29774",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-29774"
},
{
"cve": "CVE-2026-29775",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-29775"
},
{
"cve": "CVE-2026-29776",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-29776"
},
{
"cve": "CVE-2026-31806",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31883",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31883"
},
{
"cve": "CVE-2026-31884",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31884"
},
{
"cve": "CVE-2026-31885",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31885"
},
{
"cve": "CVE-2026-31897",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T027843",
"T051732",
"398363",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31897"
}
]
}
SUSE-SU-2026:1160-1
Vulnerability from csaf_suse - Published: 2026-03-31 15:03 - Updated: 2026-03-31 15:03Summary
Security update for freerdp
Severity
Important
Notes
Title of the patch: Security update for freerdp
Description of the patch: This update for freerdp fixes the following issues:
- CVE-2026-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).
- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).
- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).
- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution
(bsc#1259653).
- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).
- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).
Patchnames: SUSE-2026-1160,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1160,openSUSE-SLE-15.6-2026-1160
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.1 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).\n- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).\n- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).\n- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution\n (bsc#1259653).\n- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).\n- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1160,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1160,openSUSE-SLE-15.6-2026-1160",
"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_1160-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1160-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261160-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1160-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-March/045202.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258979",
"url": "https://bugzilla.suse.com/1258979"
},
{
"category": "self",
"summary": "SUSE Bug 1258982",
"url": "https://bugzilla.suse.com/1258982"
},
{
"category": "self",
"summary": "SUSE Bug 1258985",
"url": "https://bugzilla.suse.com/1258985"
},
{
"category": "self",
"summary": "SUSE Bug 1259653",
"url": "https://bugzilla.suse.com/1259653"
},
{
"category": "self",
"summary": "SUSE Bug 1259679",
"url": "https://bugzilla.suse.com/1259679"
},
{
"category": "self",
"summary": "SUSE Bug 1259686",
"url": "https://bugzilla.suse.com/1259686"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26271 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26955 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26965 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26965/"
},
{
"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-31883 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31885 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31885/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-03-31T15:03:59Z",
"generator": {
"date": "2026-03-31T15:03:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1160-1",
"initial_release_date": "2026-03-31T15:03:59Z",
"revision_history": [
{
"date": "2026-03-31T15:03:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "freerdp-2.11.2-150600.4.18.1.aarch64",
"product_id": "freerdp-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"product_id": "freerdp-devel-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"product_id": "freerdp-proxy-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "freerdp-server-2.11.2-150600.4.18.1.aarch64",
"product_id": "freerdp-server-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"product_id": "freerdp-wayland-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"product_id": "libfreerdp2-2-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"product_id": "libuwac0-0-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"product_id": "libwinpr2-2-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"product_id": "uwac0-0-devel-2.11.2-150600.4.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.18.1.aarch64",
"product": {
"name": "winpr-devel-2.11.2-150600.4.18.1.aarch64",
"product_id": "winpr-devel-2.11.2-150600.4.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.18.1.i586",
"product": {
"name": "freerdp-2.11.2-150600.4.18.1.i586",
"product_id": "freerdp-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.18.1.i586",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.i586",
"product_id": "freerdp-devel-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.18.1.i586",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.i586",
"product_id": "freerdp-proxy-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.18.1.i586",
"product": {
"name": "freerdp-server-2.11.2-150600.4.18.1.i586",
"product_id": "freerdp-server-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.18.1.i586",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.i586",
"product_id": "freerdp-wayland-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.i586",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.i586",
"product_id": "libfreerdp2-2-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.18.1.i586",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.i586",
"product_id": "libuwac0-0-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.18.1.i586",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.i586",
"product_id": "libwinpr2-2-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.i586",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.i586",
"product_id": "uwac0-0-devel-2.11.2-150600.4.18.1.i586"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.18.1.i586",
"product": {
"name": "winpr-devel-2.11.2-150600.4.18.1.i586",
"product_id": "winpr-devel-2.11.2-150600.4.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "freerdp-2.11.2-150600.4.18.1.ppc64le",
"product_id": "freerdp-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"product_id": "freerdp-devel-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"product_id": "freerdp-proxy-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"product_id": "freerdp-server-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"product_id": "freerdp-wayland-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"product_id": "libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"product_id": "libuwac0-0-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"product_id": "libwinpr2-2-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"product_id": "uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"product": {
"name": "winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"product_id": "winpr-devel-2.11.2-150600.4.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "freerdp-2.11.2-150600.4.18.1.s390x",
"product_id": "freerdp-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.s390x",
"product_id": "freerdp-devel-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"product_id": "freerdp-proxy-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "freerdp-server-2.11.2-150600.4.18.1.s390x",
"product_id": "freerdp-server-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"product_id": "freerdp-wayland-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"product_id": "libfreerdp2-2-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.s390x",
"product_id": "libuwac0-0-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"product_id": "libwinpr2-2-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"product_id": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.18.1.s390x",
"product": {
"name": "winpr-devel-2.11.2-150600.4.18.1.s390x",
"product_id": "winpr-devel-2.11.2-150600.4.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "freerdp-2.11.2-150600.4.18.1.x86_64",
"product_id": "freerdp-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"product_id": "freerdp-devel-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"product_id": "freerdp-proxy-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "freerdp-server-2.11.2-150600.4.18.1.x86_64",
"product_id": "freerdp-server-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"product_id": "freerdp-wayland-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"product_id": "libfreerdp2-2-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"product_id": "libuwac0-0-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"product_id": "libwinpr2-2-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"product_id": "uwac0-0-devel-2.11.2-150600.4.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr-devel-2.11.2-150600.4.18.1.x86_64",
"product": {
"name": "winpr-devel-2.11.2-150600.4.18.1.x86_64",
"product_id": "winpr-devel-2.11.2-150600.4.18.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": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.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.18.1.aarch64"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.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.18.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.18.1.ppc64le"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.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.18.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.18.1.s390x"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "freerdp-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "freerdp-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "freerdp-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "freerdp-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "freerdp-devel-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-devel-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-proxy-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "freerdp-server-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "freerdp-server-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-server-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "freerdp-server-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "freerdp-wayland-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfreerdp2-2-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "libuwac0-0-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libuwac0-0-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libwinpr2-2-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uwac0-0-devel-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr-devel-2.11.2-150600.4.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64"
},
"product_reference": "winpr-devel-2.11.2-150600.4.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr-devel-2.11.2-150600.4.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le"
},
"product_reference": "winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr-devel-2.11.2-150600.4.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x"
},
"product_reference": "winpr-devel-2.11.2-150600.4.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "winpr-devel-2.11.2-150600.4.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
},
"product_reference": "winpr-devel-2.11.2-150600.4.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26271"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a buffer overread in `freerdp_image_copy_from_icon_data()` (libfreerdp/codec/color.c) can be triggered by crafted RDP Window Icon (TS_ICON_INFO) data. The bug is reachable over the network when a client processes icon data from an RDP server (or from a man-in-the-middle). 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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26271",
"url": "https://www.suse.com/security/cve/CVE-2026-26271"
},
{
"category": "external",
"summary": "SUSE Bug 1258979 for CVE-2026-26271",
"url": "https://bugzilla.suse.com/1258979"
}
],
"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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-26271"
},
{
"cve": "CVE-2026-26955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26955"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to validate the command rectangle against the destination surface dimensions, allowing attacker-controlled `cmd-\u003eleft`/`cmd-\u003etop` (and subcodec rectangle offsets) to reach image copy routines that write into `surface-\u003edata` without bounds enforcement. The OOB write corrupts an adjacent `gdiGfxSurface` struct\u0027s `codecs*` pointer with attacker-controlled pixel data, and corruption of `codecs*` is sufficient to reach an indirect function pointer call (`NSC_CONTEXT.decode` at `nsc.c:500`) on a subsequent codec command - full instruction pointer (RIP) control demonstrated in exploitability harness. Users should upgrade to version 3.23.0 to receive a patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26955",
"url": "https://www.suse.com/security/cve/CVE-2026-26955"
},
{
"category": "external",
"summary": "SUSE Bug 1258982 for CVE-2026-26955",
"url": "https://bugzilla.suse.com/1258982"
}
],
"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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "important"
}
],
"title": "CVE-2026-26955"
},
{
"cve": "CVE-2026-26965",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26965"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDstData` becomes `planar-\u003epTempData` (sized for the desktop), while `nYDst` is only validated against the **surface** by `is_within_surface()`. A malicious RDP server can exploit this to perform a heap out-of-bounds write with attacker-controlled offset and pixel data on any connecting FreeRDP client. The OOB write reaches up to 132,096 bytes past the temp buffer end, and on the brk heap (desktop \u2264 128x128), an adjacent `NSC_CONTEXT` struct\u0027s `decode` function pointer is overwritten with attacker-controlled pixel data - control-flow-relevant corruption (function pointer overwritten) demonstrated under deterministic heap layout (`nsc-\u003edecode = 0xFF414141FF414141`). 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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26965",
"url": "https://www.suse.com/security/cve/CVE-2026-26965"
},
{
"category": "external",
"summary": "SUSE Bug 1258985 for CVE-2026-26965",
"url": "https://bugzilla.suse.com/1258985"
}
],
"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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "important"
}
],
"title": "CVE-2026-26965"
},
{
"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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.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:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "important"
}
],
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31883"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. 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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31883",
"url": "https://www.suse.com/security/cve/CVE-2026-31883"
},
{
"category": "external",
"summary": "SUSE Bug 1259679 for CVE-2026-31883",
"url": "https://bugzilla.suse.com/1259679"
}
],
"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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "important"
}
],
"title": "CVE-2026-31883"
},
{
"cve": "CVE-2026-31885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31885"
}
],
"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 MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. 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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31885",
"url": "https://www.suse.com/security/cve/CVE-2026-31885"
},
{
"category": "external",
"summary": "SUSE Bug 1259686 for CVE-2026-31885",
"url": "https://bugzilla.suse.com/1259686"
}
],
"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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/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.18.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-proxy-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-server-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:freerdp-wayland-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libfreerdp2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libuwac0-0-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:libwinpr2-2-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:uwac0-0-devel-2.11.2-150600.4.18.1.x86_64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.aarch64",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.ppc64le",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.s390x",
"openSUSE Leap 15.6:winpr-devel-2.11.2-150600.4.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T15:03:59Z",
"details": "important"
}
],
"title": "CVE-2026-31885"
}
]
}
SUSE-SU-2026:1129-1
Vulnerability from csaf_suse - Published: 2026-03-27 15:05 - Updated: 2026-03-27 15:05Summary
Security update for freerdp
Severity
Important
Notes
Title of the patch: Security update for freerdp
Description of the patch: This update for freerdp fixes the following issues:
- CVE-2026-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).
- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).
- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).
- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution
(bsc#1259653).
- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).
- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).
Patchnames: SUSE-2026-1129,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1129
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.1 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).\n- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).\n- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).\n- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution\n (bsc#1259653).\n- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).\n- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1129,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1129",
"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_1129-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1129-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261129-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1129-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025021.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258979",
"url": "https://bugzilla.suse.com/1258979"
},
{
"category": "self",
"summary": "SUSE Bug 1258982",
"url": "https://bugzilla.suse.com/1258982"
},
{
"category": "self",
"summary": "SUSE Bug 1258985",
"url": "https://bugzilla.suse.com/1258985"
},
{
"category": "self",
"summary": "SUSE Bug 1259653",
"url": "https://bugzilla.suse.com/1259653"
},
{
"category": "self",
"summary": "SUSE Bug 1259679",
"url": "https://bugzilla.suse.com/1259679"
},
{
"category": "self",
"summary": "SUSE Bug 1259686",
"url": "https://bugzilla.suse.com/1259686"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26271 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26955 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26965 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26965/"
},
{
"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-31883 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31885 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31885/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-03-27T15:05:09Z",
"generator": {
"date": "2026-03-27T15:05:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1129-1",
"initial_release_date": "2026-03-27T15:05:09Z",
"revision_history": [
{
"date": "2026-03-27T15:05:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "freerdp-2.4.0-150400.3.47.1.aarch64",
"product_id": "freerdp-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.47.1.aarch64",
"product_id": "freerdp-devel-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.47.1.aarch64",
"product_id": "freerdp-proxy-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "freerdp-server-2.4.0-150400.3.47.1.aarch64",
"product_id": "freerdp-server-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.47.1.aarch64",
"product_id": "freerdp-wayland-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"product_id": "libfreerdp2-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.47.1.aarch64",
"product_id": "libuwac0-0-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "libwinpr2-2.4.0-150400.3.47.1.aarch64",
"product_id": "libwinpr2-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.aarch64",
"product_id": "uwac0-0-devel-2.4.0-150400.3.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.47.1.aarch64",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.47.1.aarch64",
"product_id": "winpr2-devel-2.4.0-150400.3.47.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.47.1.i586",
"product": {
"name": "freerdp-2.4.0-150400.3.47.1.i586",
"product_id": "freerdp-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.47.1.i586",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.47.1.i586",
"product_id": "freerdp-devel-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.47.1.i586",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.47.1.i586",
"product_id": "freerdp-proxy-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.47.1.i586",
"product": {
"name": "freerdp-server-2.4.0-150400.3.47.1.i586",
"product_id": "freerdp-server-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.47.1.i586",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.47.1.i586",
"product_id": "freerdp-wayland-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.47.1.i586",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.47.1.i586",
"product_id": "libfreerdp2-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.47.1.i586",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.47.1.i586",
"product_id": "libuwac0-0-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.47.1.i586",
"product": {
"name": "libwinpr2-2.4.0-150400.3.47.1.i586",
"product_id": "libwinpr2-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.i586",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.i586",
"product_id": "uwac0-0-devel-2.4.0-150400.3.47.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.47.1.i586",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.47.1.i586",
"product_id": "winpr2-devel-2.4.0-150400.3.47.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "freerdp-2.4.0-150400.3.47.1.ppc64le",
"product_id": "freerdp-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.47.1.ppc64le",
"product_id": "freerdp-devel-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.47.1.ppc64le",
"product_id": "freerdp-proxy-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "freerdp-server-2.4.0-150400.3.47.1.ppc64le",
"product_id": "freerdp-server-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.47.1.ppc64le",
"product_id": "freerdp-wayland-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"product_id": "libfreerdp2-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.47.1.ppc64le",
"product_id": "libuwac0-0-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"product_id": "libwinpr2-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.ppc64le",
"product_id": "uwac0-0-devel-2.4.0-150400.3.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.47.1.ppc64le",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.47.1.ppc64le",
"product_id": "winpr2-devel-2.4.0-150400.3.47.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "freerdp-2.4.0-150400.3.47.1.s390x",
"product_id": "freerdp-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.47.1.s390x",
"product_id": "freerdp-devel-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.47.1.s390x",
"product_id": "freerdp-proxy-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "freerdp-server-2.4.0-150400.3.47.1.s390x",
"product_id": "freerdp-server-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.47.1.s390x",
"product_id": "freerdp-wayland-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.47.1.s390x",
"product_id": "libfreerdp2-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.47.1.s390x",
"product_id": "libuwac0-0-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "libwinpr2-2.4.0-150400.3.47.1.s390x",
"product_id": "libwinpr2-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.s390x",
"product_id": "uwac0-0-devel-2.4.0-150400.3.47.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.47.1.s390x",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.47.1.s390x",
"product_id": "winpr2-devel-2.4.0-150400.3.47.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "freerdp-2.4.0-150400.3.47.1.x86_64",
"product_id": "freerdp-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "freerdp-devel-2.4.0-150400.3.47.1.x86_64",
"product_id": "freerdp-devel-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "freerdp-proxy-2.4.0-150400.3.47.1.x86_64",
"product_id": "freerdp-proxy-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "freerdp-server-2.4.0-150400.3.47.1.x86_64",
"product_id": "freerdp-server-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "freerdp-wayland-2.4.0-150400.3.47.1.x86_64",
"product_id": "freerdp-wayland-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "libfreerdp2-2.4.0-150400.3.47.1.x86_64",
"product_id": "libfreerdp2-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "libuwac0-0-2.4.0-150400.3.47.1.x86_64",
"product_id": "libuwac0-0-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "libwinpr2-2.4.0-150400.3.47.1.x86_64",
"product_id": "libwinpr2-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.4.0-150400.3.47.1.x86_64",
"product_id": "uwac0-0-devel-2.4.0-150400.3.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.4.0-150400.3.47.1.x86_64",
"product": {
"name": "winpr2-devel-2.4.0-150400.3.47.1.x86_64",
"product_id": "winpr2-devel-2.4.0-150400.3.47.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.47.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.47.1.aarch64"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.47.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.47.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.47.1.ppc64le"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.47.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.47.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.47.1.s390x"
},
"product_reference": "libfreerdp2-2.4.0-150400.3.47.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.47.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.47.1.aarch64"
},
"product_reference": "libwinpr2-2.4.0-150400.3.47.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.47.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.47.1.ppc64le"
},
"product_reference": "libwinpr2-2.4.0-150400.3.47.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.47.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.47.1.s390x"
},
"product_reference": "libwinpr2-2.4.0-150400.3.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26271"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a buffer overread in `freerdp_image_copy_from_icon_data()` (libfreerdp/codec/color.c) can be triggered by crafted RDP Window Icon (TS_ICON_INFO) data. The bug is reachable over the network when a client processes icon data from an RDP server (or from a man-in-the-middle). 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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26271",
"url": "https://www.suse.com/security/cve/CVE-2026-26271"
},
{
"category": "external",
"summary": "SUSE Bug 1258979 for CVE-2026-26271",
"url": "https://bugzilla.suse.com/1258979"
}
],
"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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-26271"
},
{
"cve": "CVE-2026-26955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26955"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to validate the command rectangle against the destination surface dimensions, allowing attacker-controlled `cmd-\u003eleft`/`cmd-\u003etop` (and subcodec rectangle offsets) to reach image copy routines that write into `surface-\u003edata` without bounds enforcement. The OOB write corrupts an adjacent `gdiGfxSurface` struct\u0027s `codecs*` pointer with attacker-controlled pixel data, and corruption of `codecs*` is sufficient to reach an indirect function pointer call (`NSC_CONTEXT.decode` at `nsc.c:500`) on a subsequent codec command - full instruction pointer (RIP) control demonstrated in exploitability harness. Users should upgrade to version 3.23.0 to receive a patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26955",
"url": "https://www.suse.com/security/cve/CVE-2026-26955"
},
{
"category": "external",
"summary": "SUSE Bug 1258982 for CVE-2026-26955",
"url": "https://bugzilla.suse.com/1258982"
}
],
"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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"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:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "important"
}
],
"title": "CVE-2026-26955"
},
{
"cve": "CVE-2026-26965",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26965"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDstData` becomes `planar-\u003epTempData` (sized for the desktop), while `nYDst` is only validated against the **surface** by `is_within_surface()`. A malicious RDP server can exploit this to perform a heap out-of-bounds write with attacker-controlled offset and pixel data on any connecting FreeRDP client. The OOB write reaches up to 132,096 bytes past the temp buffer end, and on the brk heap (desktop \u2264 128x128), an adjacent `NSC_CONTEXT` struct\u0027s `decode` function pointer is overwritten with attacker-controlled pixel data - control-flow-relevant corruption (function pointer overwritten) demonstrated under deterministic heap layout (`nsc-\u003edecode = 0xFF414141FF414141`). 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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26965",
"url": "https://www.suse.com/security/cve/CVE-2026-26965"
},
{
"category": "external",
"summary": "SUSE Bug 1258985 for CVE-2026-26965",
"url": "https://bugzilla.suse.com/1258985"
}
],
"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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"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:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "important"
}
],
"title": "CVE-2026-26965"
},
{
"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:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"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:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"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:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "important"
}
],
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31883"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. 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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31883",
"url": "https://www.suse.com/security/cve/CVE-2026-31883"
},
{
"category": "external",
"summary": "SUSE Bug 1259679 for CVE-2026-31883",
"url": "https://bugzilla.suse.com/1259679"
}
],
"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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "important"
}
],
"title": "CVE-2026-31883"
},
{
"cve": "CVE-2026-31885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31885"
}
],
"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 MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. 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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31885",
"url": "https://www.suse.com/security/cve/CVE-2026-31885"
},
{
"category": "external",
"summary": "SUSE Bug 1259686 for CVE-2026-31885",
"url": "https://bugzilla.suse.com/1259686"
}
],
"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.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libfreerdp2-2.4.0-150400.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libwinpr2-2.4.0-150400.3.47.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T15:05:09Z",
"details": "important"
}
],
"title": "CVE-2026-31885"
}
]
}
SUSE-SU-2026:1164-1
Vulnerability from csaf_suse - Published: 2026-04-01 13:40 - Updated: 2026-04-01 13:40Summary
Security update for freerdp2
Severity
Important
Notes
Title of the patch: Security update for freerdp2
Description of the patch: This update for freerdp2 fixes the following issues:
- CVE-2026-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).
- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).
- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).
- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution
(bsc#1259653).
- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).
- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).
Patchnames: SUSE-2026-1164,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1164,SUSE-SLE-Product-WE-15-SP7-2026-1164
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.1 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).\n- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).\n- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).\n- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution\n (bsc#1259653).\n- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).\n- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1164,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1164,SUSE-SLE-Product-WE-15-SP7-2026-1164",
"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_1164-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1164-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261164-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1164-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045257.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258979",
"url": "https://bugzilla.suse.com/1258979"
},
{
"category": "self",
"summary": "SUSE Bug 1258982",
"url": "https://bugzilla.suse.com/1258982"
},
{
"category": "self",
"summary": "SUSE Bug 1258985",
"url": "https://bugzilla.suse.com/1258985"
},
{
"category": "self",
"summary": "SUSE Bug 1259653",
"url": "https://bugzilla.suse.com/1259653"
},
{
"category": "self",
"summary": "SUSE Bug 1259679",
"url": "https://bugzilla.suse.com/1259679"
},
{
"category": "self",
"summary": "SUSE Bug 1259686",
"url": "https://bugzilla.suse.com/1259686"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26271 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26955 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26965 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26965/"
},
{
"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-31883 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31885 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31885/"
}
],
"title": "Security update for freerdp2",
"tracking": {
"current_release_date": "2026-04-01T13:40:49Z",
"generator": {
"date": "2026-04-01T13:40:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1164-1",
"initial_release_date": "2026-04-01T13:40:49Z",
"revision_history": [
{
"date": "2026-04-01T13:40:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "freerdp2-2.11.7-150700.3.14.1.aarch64",
"product_id": "freerdp2-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.14.1.aarch64",
"product_id": "freerdp2-devel-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.aarch64",
"product_id": "freerdp2-proxy-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.14.1.aarch64",
"product_id": "freerdp2-server-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.aarch64",
"product_id": "libfreerdp2-2-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.14.1.aarch64",
"product_id": "libwinpr2-2-2.11.7-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"product_id": "winpr2-devel-2.11.7-150700.3.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.14.1.i586",
"product": {
"name": "freerdp2-2.11.7-150700.3.14.1.i586",
"product_id": "freerdp2-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.14.1.i586",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.14.1.i586",
"product_id": "freerdp2-devel-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.i586",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.i586",
"product_id": "freerdp2-proxy-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.14.1.i586",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.14.1.i586",
"product_id": "freerdp2-server-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.i586",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.i586",
"product_id": "libfreerdp2-2-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.14.1.i586",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.14.1.i586",
"product_id": "libwinpr2-2-2.11.7-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.14.1.i586",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.14.1.i586",
"product_id": "winpr2-devel-2.11.7-150700.3.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp2-2.11.7-150700.3.14.1.ppc64le",
"product_id": "freerdp2-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.14.1.ppc64le",
"product_id": "freerdp2-devel-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.ppc64le",
"product_id": "freerdp2-proxy-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.14.1.ppc64le",
"product_id": "freerdp2-server-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.ppc64le",
"product_id": "libfreerdp2-2-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.14.1.ppc64le",
"product_id": "libwinpr2-2-2.11.7-150700.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"product_id": "winpr2-devel-2.11.7-150700.3.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "freerdp2-2.11.7-150700.3.14.1.s390x",
"product_id": "freerdp2-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.14.1.s390x",
"product_id": "freerdp2-devel-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.s390x",
"product_id": "freerdp2-proxy-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.14.1.s390x",
"product_id": "freerdp2-server-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.s390x",
"product_id": "libfreerdp2-2-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.14.1.s390x",
"product_id": "libwinpr2-2-2.11.7-150700.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.14.1.s390x",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.14.1.s390x",
"product_id": "winpr2-devel-2.11.7-150700.3.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp2-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "freerdp2-2.11.7-150700.3.14.1.x86_64",
"product_id": "freerdp2-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"product_id": "freerdp2-devel-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"product_id": "freerdp2-proxy-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"product_id": "freerdp2-server-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"product_id": "libfreerdp2-2-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"product_id": "libwinpr2-2-2.11.7-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.11.7-150700.3.14.1.x86_64",
"product": {
"name": "winpr2-devel-2.11.7-150700.3.14.1.x86_64",
"product_id": "winpr2-devel-2.11.7-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": "winpr2-devel-2.11.7-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:winpr2-devel-2.11.7-150700.3.14.1.aarch64"
},
"product_reference": "winpr2-devel-2.11.7-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": "winpr2-devel-2.11.7-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:winpr2-devel-2.11.7-150700.3.14.1.ppc64le"
},
"product_reference": "winpr2-devel-2.11.7-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": "winpr2-devel-2.11.7-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:winpr2-devel-2.11.7-150700.3.14.1.s390x"
},
"product_reference": "winpr2-devel-2.11.7-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": "freerdp2-2.11.7-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:freerdp2-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "freerdp2-2.11.7-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": "freerdp2-devel-2.11.7-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:freerdp2-devel-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "freerdp2-devel-2.11.7-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": "freerdp2-proxy-2.11.7-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:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "freerdp2-proxy-2.11.7-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": "freerdp2-server-2.11.7-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:freerdp2-server-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "freerdp2-server-2.11.7-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": "libfreerdp2-2-2.11.7-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:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "libfreerdp2-2-2.11.7-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": "libwinpr2-2-2.11.7-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:libwinpr2-2-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "libwinpr2-2-2.11.7-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": "winpr2-devel-2.11.7-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:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
},
"product_reference": "winpr2-devel-2.11.7-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26271"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a buffer overread in `freerdp_image_copy_from_icon_data()` (libfreerdp/codec/color.c) can be triggered by crafted RDP Window Icon (TS_ICON_INFO) data. The bug is reachable over the network when a client processes icon data from an RDP server (or from a man-in-the-middle). 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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26271",
"url": "https://www.suse.com/security/cve/CVE-2026-26271"
},
{
"category": "external",
"summary": "SUSE Bug 1258979 for CVE-2026-26271",
"url": "https://bugzilla.suse.com/1258979"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-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:winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-26271"
},
{
"cve": "CVE-2026-26955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26955"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to validate the command rectangle against the destination surface dimensions, allowing attacker-controlled `cmd-\u003eleft`/`cmd-\u003etop` (and subcodec rectangle offsets) to reach image copy routines that write into `surface-\u003edata` without bounds enforcement. The OOB write corrupts an adjacent `gdiGfxSurface` struct\u0027s `codecs*` pointer with attacker-controlled pixel data, and corruption of `codecs*` is sufficient to reach an indirect function pointer call (`NSC_CONTEXT.decode` at `nsc.c:500`) on a subsequent codec command - full instruction pointer (RIP) control demonstrated in exploitability harness. Users should upgrade to version 3.23.0 to receive a patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26955",
"url": "https://www.suse.com/security/cve/CVE-2026-26955"
},
{
"category": "external",
"summary": "SUSE Bug 1258982 for CVE-2026-26955",
"url": "https://bugzilla.suse.com/1258982"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "important"
}
],
"title": "CVE-2026-26955"
},
{
"cve": "CVE-2026-26965",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26965"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDstData` becomes `planar-\u003epTempData` (sized for the desktop), while `nYDst` is only validated against the **surface** by `is_within_surface()`. A malicious RDP server can exploit this to perform a heap out-of-bounds write with attacker-controlled offset and pixel data on any connecting FreeRDP client. The OOB write reaches up to 132,096 bytes past the temp buffer end, and on the brk heap (desktop \u2264 128x128), an adjacent `NSC_CONTEXT` struct\u0027s `decode` function pointer is overwritten with attacker-controlled pixel data - control-flow-relevant corruption (function pointer overwritten) demonstrated under deterministic heap layout (`nsc-\u003edecode = 0xFF414141FF414141`). 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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26965",
"url": "https://www.suse.com/security/cve/CVE-2026-26965"
},
{
"category": "external",
"summary": "SUSE Bug 1258985 for CVE-2026-26965",
"url": "https://bugzilla.suse.com/1258985"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "important"
}
],
"title": "CVE-2026-26965"
},
{
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "important"
}
],
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31883"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. 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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31883",
"url": "https://www.suse.com/security/cve/CVE-2026-31883"
},
{
"category": "external",
"summary": "SUSE Bug 1259679 for CVE-2026-31883",
"url": "https://bugzilla.suse.com/1259679"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "important"
}
],
"title": "CVE-2026-31883"
},
{
"cve": "CVE-2026-31885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31885"
}
],
"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 MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. 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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31885",
"url": "https://www.suse.com/security/cve/CVE-2026-31885"
},
{
"category": "external",
"summary": "SUSE Bug 1259686 for CVE-2026-31885",
"url": "https://bugzilla.suse.com/1259686"
}
],
"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.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.s390x",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-devel-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-proxy-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:freerdp2-server-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libfreerdp2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:libwinpr2-2-2.11.7-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Workstation Extension 15 SP7:winpr2-devel-2.11.7-150700.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:49Z",
"details": "important"
}
],
"title": "CVE-2026-31885"
}
]
}
SUSE-SU-2026:1165-1
Vulnerability from csaf_suse - Published: 2026-04-01 13:40 - Updated: 2026-04-01 13:40Summary
Security update for freerdp
Severity
Important
Notes
Title of the patch: Security update for freerdp
Description of the patch: This update for freerdp fixes the following issues:
- CVE-2026-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).
- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).
- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).
- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution
(bsc#1259653).
- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).
- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).
Patchnames: SUSE-2026-1165,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1165,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1165
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.1 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-26271: Buffer Overread in FreeRDP Icon Processing (bsc#1258979).\n- CVE-2026-26955: Out-of-bounds Write in freerdp (bsc#1258982).\n- CVE-2026-26965: Out-of-bounds Write in freerdp (bsc#1258985).\n- CVE-2026-31806: improper validation of server messages can lead to a heap buffer overflow and arbitrary code execution\n (bsc#1259653).\n- CVE-2026-31883: crafted RDPSND audio format and wave data can cause a heap buffer overflow write (bsc#1259679).\n- CVE-2026-31885: unchecked predictor can lead to an out-of-bounds read (bsc#1259686).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1165,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1165,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1165",
"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_1165-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1165-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261165-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1165-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045256.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258979",
"url": "https://bugzilla.suse.com/1258979"
},
{
"category": "self",
"summary": "SUSE Bug 1258982",
"url": "https://bugzilla.suse.com/1258982"
},
{
"category": "self",
"summary": "SUSE Bug 1258985",
"url": "https://bugzilla.suse.com/1258985"
},
{
"category": "self",
"summary": "SUSE Bug 1259653",
"url": "https://bugzilla.suse.com/1259653"
},
{
"category": "self",
"summary": "SUSE Bug 1259679",
"url": "https://bugzilla.suse.com/1259679"
},
{
"category": "self",
"summary": "SUSE Bug 1259686",
"url": "https://bugzilla.suse.com/1259686"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26271 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26955 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26965 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26965/"
},
{
"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-31883 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31885 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31885/"
}
],
"title": "Security update for freerdp",
"tracking": {
"current_release_date": "2026-04-01T13:40:57Z",
"generator": {
"date": "2026-04-01T13:40:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1165-1",
"initial_release_date": "2026-04-01T13:40:57Z",
"revision_history": [
{
"date": "2026-04-01T13:40:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.aarch64",
"product": {
"name": "freerdp-2.1.2-12.63.1.aarch64",
"product_id": "freerdp-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.aarch64",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.aarch64",
"product_id": "freerdp-devel-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.aarch64",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.aarch64",
"product_id": "freerdp-proxy-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.aarch64",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.aarch64",
"product_id": "freerdp-server-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.aarch64",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.aarch64",
"product_id": "freerdp-wayland-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.aarch64",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.aarch64",
"product_id": "libfreerdp2-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.aarch64",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.aarch64",
"product_id": "libuwac0-0-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.aarch64",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.aarch64",
"product_id": "libwinpr2-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.aarch64",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.aarch64",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.aarch64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.aarch64",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.aarch64",
"product_id": "winpr2-devel-2.1.2-12.63.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.i586",
"product": {
"name": "freerdp-2.1.2-12.63.1.i586",
"product_id": "freerdp-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.i586",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.i586",
"product_id": "freerdp-devel-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.i586",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.i586",
"product_id": "freerdp-proxy-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.i586",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.i586",
"product_id": "freerdp-server-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.i586",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.i586",
"product_id": "freerdp-wayland-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.i586",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.i586",
"product_id": "libfreerdp2-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.i586",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.i586",
"product_id": "libuwac0-0-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.i586",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.i586",
"product_id": "libwinpr2-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.i586",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.i586",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.i586"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.i586",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.i586",
"product_id": "winpr2-devel-2.1.2-12.63.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.ppc64le",
"product": {
"name": "freerdp-2.1.2-12.63.1.ppc64le",
"product_id": "freerdp-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.ppc64le",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.ppc64le",
"product_id": "freerdp-devel-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.ppc64le",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.ppc64le",
"product_id": "freerdp-proxy-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.ppc64le",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.ppc64le",
"product_id": "freerdp-server-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.ppc64le",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.ppc64le",
"product_id": "freerdp-wayland-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.ppc64le",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.ppc64le",
"product_id": "libfreerdp2-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.ppc64le",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.ppc64le",
"product_id": "libuwac0-0-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.ppc64le",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.ppc64le",
"product_id": "libwinpr2-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.ppc64le",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.ppc64le",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.ppc64le"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.ppc64le",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.ppc64le",
"product_id": "winpr2-devel-2.1.2-12.63.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.s390",
"product": {
"name": "freerdp-2.1.2-12.63.1.s390",
"product_id": "freerdp-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.s390",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.s390",
"product_id": "freerdp-devel-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.s390",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.s390",
"product_id": "freerdp-proxy-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.s390",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.s390",
"product_id": "freerdp-server-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.s390",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.s390",
"product_id": "freerdp-wayland-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.s390",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.s390",
"product_id": "libfreerdp2-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.s390",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.s390",
"product_id": "libuwac0-0-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.s390",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.s390",
"product_id": "libwinpr2-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.s390",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.s390",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.s390"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.s390",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.s390",
"product_id": "winpr2-devel-2.1.2-12.63.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.s390x",
"product": {
"name": "freerdp-2.1.2-12.63.1.s390x",
"product_id": "freerdp-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.s390x",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.s390x",
"product_id": "freerdp-devel-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.s390x",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.s390x",
"product_id": "freerdp-proxy-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.s390x",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.s390x",
"product_id": "freerdp-server-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.s390x",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.s390x",
"product_id": "freerdp-wayland-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.s390x",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.s390x",
"product_id": "libfreerdp2-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.s390x",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.s390x",
"product_id": "libuwac0-0-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.s390x",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.s390x",
"product_id": "libwinpr2-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.s390x",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.s390x",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.s390x"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.s390x",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.s390x",
"product_id": "winpr2-devel-2.1.2-12.63.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "freerdp-2.1.2-12.63.1.x86_64",
"product": {
"name": "freerdp-2.1.2-12.63.1.x86_64",
"product_id": "freerdp-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-devel-2.1.2-12.63.1.x86_64",
"product": {
"name": "freerdp-devel-2.1.2-12.63.1.x86_64",
"product_id": "freerdp-devel-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-proxy-2.1.2-12.63.1.x86_64",
"product": {
"name": "freerdp-proxy-2.1.2-12.63.1.x86_64",
"product_id": "freerdp-proxy-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-server-2.1.2-12.63.1.x86_64",
"product": {
"name": "freerdp-server-2.1.2-12.63.1.x86_64",
"product_id": "freerdp-server-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "freerdp-wayland-2.1.2-12.63.1.x86_64",
"product": {
"name": "freerdp-wayland-2.1.2-12.63.1.x86_64",
"product_id": "freerdp-wayland-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfreerdp2-2.1.2-12.63.1.x86_64",
"product": {
"name": "libfreerdp2-2.1.2-12.63.1.x86_64",
"product_id": "libfreerdp2-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "libuwac0-0-2.1.2-12.63.1.x86_64",
"product": {
"name": "libuwac0-0-2.1.2-12.63.1.x86_64",
"product_id": "libuwac0-0-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "libwinpr2-2.1.2-12.63.1.x86_64",
"product": {
"name": "libwinpr2-2.1.2-12.63.1.x86_64",
"product_id": "libwinpr2-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "uwac0-0-devel-2.1.2-12.63.1.x86_64",
"product": {
"name": "uwac0-0-devel-2.1.2-12.63.1.x86_64",
"product_id": "uwac0-0-devel-2.1.2-12.63.1.x86_64"
}
},
{
"category": "product_version",
"name": "winpr2-devel-2.1.2-12.63.1.x86_64",
"product": {
"name": "winpr2-devel-2.1.2-12.63.1.x86_64",
"product_id": "winpr2-devel-2.1.2-12.63.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.63.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.63.1.aarch64"
},
"product_reference": "freerdp-devel-2.1.2-12.63.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.63.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.63.1.ppc64le"
},
"product_reference": "freerdp-devel-2.1.2-12.63.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.63.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.63.1.s390x"
},
"product_reference": "freerdp-devel-2.1.2-12.63.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.63.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.63.1.x86_64"
},
"product_reference": "freerdp-devel-2.1.2-12.63.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.63.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.63.1.aarch64"
},
"product_reference": "winpr2-devel-2.1.2-12.63.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.63.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.63.1.ppc64le"
},
"product_reference": "winpr2-devel-2.1.2-12.63.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.63.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.63.1.s390x"
},
"product_reference": "winpr2-devel-2.1.2-12.63.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.63.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.63.1.x86_64"
},
"product_reference": "winpr2-devel-2.1.2-12.63.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.63.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.63.1.x86_64"
},
"product_reference": "freerdp-devel-2.1.2-12.63.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.63.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.63.1.x86_64"
},
"product_reference": "winpr2-devel-2.1.2-12.63.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26271"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a buffer overread in `freerdp_image_copy_from_icon_data()` (libfreerdp/codec/color.c) can be triggered by crafted RDP Window Icon (TS_ICON_INFO) data. The bug is reachable over the network when a client processes icon data from an RDP server (or from a man-in-the-middle). 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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26271",
"url": "https://www.suse.com/security/cve/CVE-2026-26271"
},
{
"category": "external",
"summary": "SUSE Bug 1258979 for CVE-2026-26271",
"url": "https://bugzilla.suse.com/1258979"
}
],
"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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-26271"
},
{
"cve": "CVE-2026-26955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26955"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to validate the command rectangle against the destination surface dimensions, allowing attacker-controlled `cmd-\u003eleft`/`cmd-\u003etop` (and subcodec rectangle offsets) to reach image copy routines that write into `surface-\u003edata` without bounds enforcement. The OOB write corrupts an adjacent `gdiGfxSurface` struct\u0027s `codecs*` pointer with attacker-controlled pixel data, and corruption of `codecs*` is sufficient to reach an indirect function pointer call (`NSC_CONTEXT.decode` at `nsc.c:500`) on a subsequent codec command - full instruction pointer (RIP) control demonstrated in exploitability harness. Users should upgrade to version 3.23.0 to receive a patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26955",
"url": "https://www.suse.com/security/cve/CVE-2026-26955"
},
{
"category": "external",
"summary": "SUSE Bug 1258982 for CVE-2026-26955",
"url": "https://bugzilla.suse.com/1258982"
}
],
"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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "important"
}
],
"title": "CVE-2026-26955"
},
{
"cve": "CVE-2026-26965",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26965"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDstData` becomes `planar-\u003epTempData` (sized for the desktop), while `nYDst` is only validated against the **surface** by `is_within_surface()`. A malicious RDP server can exploit this to perform a heap out-of-bounds write with attacker-controlled offset and pixel data on any connecting FreeRDP client. The OOB write reaches up to 132,096 bytes past the temp buffer end, and on the brk heap (desktop \u2264 128x128), an adjacent `NSC_CONTEXT` struct\u0027s `decode` function pointer is overwritten with attacker-controlled pixel data - control-flow-relevant corruption (function pointer overwritten) demonstrated under deterministic heap layout (`nsc-\u003edecode = 0xFF414141FF414141`). 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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26965",
"url": "https://www.suse.com/security/cve/CVE-2026-26965"
},
{
"category": "external",
"summary": "SUSE Bug 1258985 for CVE-2026-26965",
"url": "https://bugzilla.suse.com/1258985"
}
],
"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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "important"
}
],
"title": "CVE-2026-26965"
},
{
"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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.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 Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "important"
}
],
"title": "CVE-2026-31806"
},
{
"cve": "CVE-2026-31883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31883"
}
],
"notes": [
{
"category": "general",
"text": "FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a size_t underflow in the IMA-ADPCM and MS-ADPCM audio decoders leads to heap-buffer-overflow write via the RDPSND audio channel. In libfreerdp/codec/dsp.c, the IMA-ADPCM and MS-ADPCM decoders subtract block header sizes from a size_t variable without checking for underflow. When nBlockAlign (received from the server) is set such that size % block_size == 0 triggers the header parsing at a point where size is smaller than the header (4 or 8 bytes), the subtraction wraps size to ~SIZE_MAX. The while (size \u003e 0) loop then continues for an astronomical number of iterations. 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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31883",
"url": "https://www.suse.com/security/cve/CVE-2026-31883"
},
{
"category": "external",
"summary": "SUSE Bug 1259679 for CVE-2026-31883",
"url": "https://bugzilla.suse.com/1259679"
}
],
"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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "important"
}
],
"title": "CVE-2026-31883"
},
{
"cve": "CVE-2026-31885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31885"
}
],
"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 MS-ADPCM and IMA-ADPCM decoders due to unchecked predictor and step_index values from input data. 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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31885",
"url": "https://www.suse.com/security/cve/CVE-2026-31885"
},
{
"category": "external",
"summary": "SUSE Bug 1259686 for CVE-2026-31885",
"url": "https://bugzilla.suse.com/1259686"
}
],
"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.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:winpr2-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:freerdp-devel-2.1.2-12.63.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:winpr2-devel-2.1.2-12.63.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T13:40:57Z",
"details": "important"
}
],
"title": "CVE-2026-31885"
}
]
}
Loading…
Show additional events:
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…