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
VEX
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)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/FreeRDP/FreeRDP/security/advis… | x_refsource_CONFIRM |
| https://github.com/FreeRDP/FreeRDP/commit/16df230… | x_refsource_MISC |
{
"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": {
"epss": {
"cve": "CVE-2026-31883",
"date": "2026-07-19",
"epss": "0.00317",
"percentile": "0.23812"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-31883\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-13T19:54:37.190\",\"lastModified\":\"2026-06-17T10:34:41.517\",\"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.\"},{\"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.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"FreeRDP\",\"product\":\"FreeRDP\",\"versions\":[{\"version\":\"\u003c 3.24.0\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C: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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-03-16T17:02:49.465233Z\",\"id\":\"CVE-2026-31883\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-12T08:20:49+00:00",
"cve": "CVE-2026-31883",
"id": "CVE-2026-31883",
"initial_release_date": "2026-03-13T17:35:17.411000+00:00",
"product_status:fixed": "781",
"product_status:known_affected": "5",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "freerdp: FreeRDP: Denial of Service via crafted audio data in RDP",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31883.json",
"version": "3"
},
"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"
}
}
}
WID-SEC-W-2026-0725
Vulnerability from csaf_certbund - Published: 2026-03-12 23:00 - Updated: 2026-06-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
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
RESF Rocky Linux 10
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:10
|
10 | |
|
Open Source FreeRDP <3.24.0
Open Source / FreeRDP
|
<3.24.0 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
RESF Rocky Linux
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
RESF Rocky Linux 9
RESF / Rocky Linux
|
cpe:/o:resf:rocky_linux:9
|
9 |
References
71 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"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3239 vom 2026-04-14",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3239.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1398-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025388.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9640 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9640"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9641 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9641"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10076 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10076"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10734 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10734"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10735 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10735"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1635-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025714.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1634-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025715.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11323 vom 2026-04-28",
"url": "https://access.redhat.com/errata/RHSA-2026:11323"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1632-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025717.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1633-1 vom 2026-04-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025716.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10951 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10951"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1640-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025752.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21436-1 vom 2026-05-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025817.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20657-1 vom 2026-05-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GOVYWHBP2GJ4JKEUYYSBX76EN3L3ZYNM/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16019 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-16019.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16014 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:16014"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16019 vom 2026-05-11",
"url": "https://access.redhat.com/errata/RHSA-2026:16019"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16014 vom 2026-05-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-16014.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16483 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16483"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16482 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16482"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16866 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16866"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16019 vom 2026-05-13",
"url": "https://errata.build.resf.org/RLSA-2026:16019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16865 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16777 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16777"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16814 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16814"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-16482 vom 2026-05-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-16482.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16482 vom 2026-05-14",
"url": "https://errata.build.resf.org/RLSA-2026:16482"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:16014 vom 2026-05-13",
"url": "https://errata.build.resf.org/RLSA-2026:16014"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19358 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19358"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19142 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19142"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19033 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19033"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19811 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19811"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20605 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20605"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20546 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20546"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11323 vom 2026-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-11323.html"
}
],
"source_lang": "en-US",
"title": "FreeRDP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-09T22:00:00.000+00:00",
"generator": {
"date": "2026-06-10T09:51:08.323+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.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"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-04T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "26"
}
},
"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": [
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "RESF Rocky Linux 10",
"product_id": "T054060",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:10"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "RESF Rocky Linux 9",
"product_id": "T054103",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:9"
}
}
}
],
"category": "product_name",
"name": "Rocky Linux"
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"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": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T054655",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"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",
"T054060",
"T051732",
"398363",
"T004914",
"T054655",
"T032255",
"74185",
"T054103"
]
},
"release_date": "2026-03-12T23:00:00.000+00:00",
"title": "CVE-2026-31897"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…