cvrf2cusa/cvrf/2023/cvrf-openEuler-SA-2023-1656.xml
Jia Chao 0b34274085 git mv
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-25 09:57:37 +08:00

599 lines
44 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
<DocumentTitle xml:lang="en">An update for freerdp is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1 and openEuler-22.03-LTS-SP2</DocumentTitle>
<DocumentType>Security Advisory</DocumentType>
<DocumentPublisher Type="Vendor">
<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
<IssuingAuthority>openEuler security committee</IssuingAuthority>
</DocumentPublisher>
<DocumentTracking>
<Identification>
<ID>openEuler-SA-2023-1656</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2023-09-15</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2023-09-15</InitialReleaseDate>
<CurrentReleaseDate>2023-09-15</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2023-09-15</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">freerdp security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for freerdp is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1 and openEuler-22.03-LTS-SP2.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">FreeRDP is a client implementation of the Remote Desktop Protocol (RDP) that follows Microsoft&apos;s open specifications. This package provides the client applications xfreerdp and wlfreerdp.
Security Fix(es):
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. This issue affects Clients only. Integer underflow leading to DOS (e.g. abort due to `WINPR_ASSERT` with default compilation flags). When an insufficient blockLen is provided, and proper length validation is not performed, an Integer Underflow occurs, leading to a Denial of Service (DOS) vulnerability. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.
(CVE-2023-39350)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX (rfx) handling. Inside the `rfx_process_message_tileset` function, the program allocates tiles using `rfx_allocate_tiles` for the number of numTiles. If the initialization process of tiles is not completed for various reasons, tiles will have a NULL pointer. Which may be accessed in further processing and would cause a program crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.(CVE-2023-39351)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an invalid offset validation leading to Out Of Bound Write. This can be triggered when the values `rect-&gt;left` and `rect-&gt;top` are exactly equal to `surface-&gt;width` and `surface-&gt;height`. eg. `rect-&gt;left` == `surface-&gt;width` &amp;&amp; `rect-&gt;top` == `surface-&gt;height`. In practice this should cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.
(CVE-2023-39352)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to a missing offset validation leading to Out Of Bound Read. In the `libfreerdp/codec/rfx.c` file there is no offset validation in `tile-&gt;quantIdxY`, `tile-&gt;quantIdxCb`, and `tile-&gt;quantIdxCr`. As a result crafted input can lead to an out of bounds read access which in turn will cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.(CVE-2023-39353)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Read in the `nsc_rle_decompress_data` function. The Out-Of-Bounds Read occurs because it processes `context-&gt;Planes` without checking if it contains data of sufficient length. Should an attacker be able to leverage this vulnerability they may be able to cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.(CVE-2023-39354)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. In affected versions a missing offset validation may lead to an Out Of Bound Read in the function `gdi_multi_opaque_rect`. In particular there is no code to validate if the value `multi_opaque_rect-&gt;numRectangles` is less than 45. Looping through `multi_opaque_rect-&gt;`numRectangles without proper boundary checks can lead to Out-of-Bounds Read errors which will likely lead to a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.
(CVE-2023-39356)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Integer-Underflow leading to Out-Of-Bound Read in the `zgfx_decompress_segment` function. In the context of `CopyMemory`, it&apos;s possible to read data beyond the transmitted packet range and likely cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.(CVE-2023-40181)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an IntegerOverflow leading to Out-Of-Bound Write Vulnerability in the `gdi_CreateSurface` function. This issue affects FreeRDP based clients only. FreeRDP proxies are not affected as image decoding is not done by a proxy. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.(CVE-2023-40186)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Read in the `general_LumaToYUV444` function. This Out-Of-Bounds Read occurs because processing is done on the `in` variable without checking if it contains data of sufficient length. Insufficient data for the `in` variable may cause errors or crashes. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.(CVE-2023-40188)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the `clear_decompress_bands_data` function in which there is no offset validation. Abuse of this vulnerability may lead to an out of bounds write. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. there are no known workarounds for this vulnerability.(CVE-2023-40567)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the `progressive_decompress` function. This issue is likely down to incorrect calculations of the `nXSrc` and `nYSrc` variables. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. there are no known workarounds for this vulnerability.(CVE-2023-40569)
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. In affected versions there is a Global-Buffer-Overflow in the ncrush_decompress function. Feeding crafted input into this function can trigger the overflow which has only been shown to cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.(CVE-2023-40589)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for freerdp is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1 and openEuler-22.03-LTS-SP2.
openEuler Security has rated this update as having a security impact of high. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">High</Note>
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">freerdp</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39350</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39351</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39352</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39353</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39354</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-39356</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40181</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40186</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40188</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40567</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40569</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-40589</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39350</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39351</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39352</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39353</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39354</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-39356</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40181</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40186</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40188</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40567</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40569</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-40589</URL>
</Reference>
</DocumentReferences>
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
<Branch Type="Product Name" Name="openEuler">
<FullProductName ProductID="openEuler-20.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">openEuler-20.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-20.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">openEuler-20.03-LTS-SP3</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">openEuler-22.03-LTS</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">openEuler-22.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">openEuler-22.03-LTS-SP2</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-debugsource-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-debuginfo-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-help-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">libwinpr-devel-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-devel-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">libwinpr-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-debugsource-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-devel-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-debuginfo-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">libwinpr-devel-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">libwinpr-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-help-2.11.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-devel-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-help-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-debugsource-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">libwinpr-devel-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">libwinpr-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-debuginfo-2.11.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">libwinpr-devel-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-help-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-devel-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-debuginfo-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">libwinpr-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-debugsource-2.11.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">libwinpr-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-devel-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-debugsource-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-help-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">libwinpr-devel-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-debuginfo-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-2.11.1-1.oe2203sp2.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-2.11.1-1.oe1.src.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-2.11.1-1.oe1.src.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-2.11.1-1.oe2203.src.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-2.11.1-1.oe2203sp1.src.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-2.11.1-1.oe2203sp2.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-help-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">libwinpr-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">libwinpr-devel-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-debugsource-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-devel-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">freerdp-debuginfo-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-devel-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">libwinpr-devel-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-debuginfo-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-debugsource-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">freerdp-help-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP3">libwinpr-2.11.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-debuginfo-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-devel-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">libwinpr-devel-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">libwinpr-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-help-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">freerdp-debugsource-2.11.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">libwinpr-devel-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">libwinpr-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-devel-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-help-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-debugsource-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">freerdp-debuginfo-2.11.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-devel-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">libwinpr-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-help-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-help-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debuginfo-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-debuginfo-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="freerdp-debugsource-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">freerdp-debugsource-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="libwinpr-devel-2.11.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">libwinpr-devel-2.11.1-1.oe2203sp2.x86_64.rpm</FullProductName>
</Branch>
</ProductTree>
<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. This issue affects Clients only. Integer underflow leading to DOS (e.g. abort due to `WINPR_ASSERT` with default compilation flags). When an insufficient blockLen is provided, and proper length validation is not performed, an Integer Underflow occurs, leading to a Denial of Service (DOS) vulnerability. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39350</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="2" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions of FreeRDP are subject to a Null Pointer Dereference leading a crash in the RemoteFX (rfx) handling. Inside the `rfx_process_message_tileset` function, the program allocates tiles using `rfx_allocate_tiles` for the number of numTiles. If the initialization process of tiles is not completed for various reasons, tiles will have a NULL pointer. Which may be accessed in further processing and would cause a program crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39351</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="3" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an invalid offset validation leading to Out Of Bound Write. This can be triggered when the values `rect-&gt;left` and `rect-&gt;top` are exactly equal to `surface-&gt;width` and `surface-&gt;height`. eg. `rect-&gt;left` == `surface-&gt;width` &amp;&amp; `rect-&gt;top` == `surface-&gt;height`. In practice this should cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39352</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="4" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="4" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to a missing offset validation leading to Out Of Bound Read. In the `libfreerdp/codec/rfx.c` file there is no offset validation in `tile-&gt;quantIdxY`, `tile-&gt;quantIdxCb`, and `tile-&gt;quantIdxCr`. As a result crafted input can lead to an out of bounds read access which in turn will cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39353</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="5" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="5" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Read in the `nsc_rle_decompress_data` function. The Out-Of-Bounds Read occurs because it processes `context-&gt;Planes` without checking if it contains data of sufficient length. Should an attacker be able to leverage this vulnerability they may be able to cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39354</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="6" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="6" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. In affected versions a missing offset validation may lead to an Out Of Bound Read in the function `gdi_multi_opaque_rect`. In particular there is no code to validate if the value `multi_opaque_rect-&gt;numRectangles` is less than 45. Looping through `multi_opaque_rect-&gt;`numRectangles without proper boundary checks can lead to Out-of-Bounds Read errors which will likely lead to a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-39356</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="7" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="7" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Integer-Underflow leading to Out-Of-Bound Read in the `zgfx_decompress_segment` function. In the context of `CopyMemory`, it s possible to read data beyond the transmitted packet range and likely cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40181</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="8" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="8" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an IntegerOverflow leading to Out-Of-Bound Write Vulnerability in the `gdi_CreateSurface` function. This issue affects FreeRDP based clients only. FreeRDP proxies are not affected as image decoding is not done by a proxy. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40186</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>6.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="9" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="9" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Read in the `general_LumaToYUV444` function. This Out-Of-Bounds Read occurs because processing is done on the `in` variable without checking if it contains data of sufficient length. Insufficient data for the `in` variable may cause errors or crashes. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40188</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="10" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="10" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the `clear_decompress_bands_data` function in which there is no offset validation. Abuse of this vulnerability may lead to an out of bounds write. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. there are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40567</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>6.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="11" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="11" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an Out-Of-Bounds Write in the `progressive_decompress` function. This issue is likely down to incorrect calculations of the `nXSrc` and `nYSrc` variables. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. there are no known workarounds for this vulnerability.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40569</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>6.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="12" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="12" xml:lang="en">FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. In affected versions there is a Global-Buffer-Overflow in the ncrush_decompress function. Feeding crafted input into this function can trigger the overflow which has only been shown to cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this issue.</Note>
</Notes>
<ReleaseDate>2023-09-15</ReleaseDate>
<CVE>CVE-2023-40589</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP3</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>freerdp security update</Description>
<DATE>2023-09-15</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1656</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>