In FreeRDP less than or equal to 2.0.0, there is an out-of-bound read in ntlm_read_NegotiateMessage. This has been fixed in 2.1.0. Reference: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp Upstream commit: https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae
Created freerdp tracking bugs for this issue: Affects: epel-6 [bug 1844179] Affects: fedora-all [bug 1844180] Created freerdp1.2 tracking bugs for this issue: Affects: epel-7 [bug 1844181] Affects: fedora-all [bug 1844178]
Technical Summary: An out-of-bounds read was possible in ntlm_read_NegotiateMessage() of winpr/libwinpr/sspi/NTLM/ntlm_message.c. The component read 4 bytes of data from the stream into a buffer without first checking if there were 4 bytes left in the stream. The patch now uses Stream_GetRemainingLength() to mitigate this.
Mitigation: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Via RHSA-2020:4031 https://access.redhat.com/errata/RHSA-2020:4031
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2020-11088
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2020:4647 https://access.redhat.com/errata/RHSA-2020:4647