Bug 1666119 (CVE-2019-6109)
Summary: | CVE-2019-6109 openssh: Missing character encoding in progress display allows for spoofing of scp client output | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Sam Fowler <sfowler> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | apmukher, jjelen, kbresin, mvanderw, sardella |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-06 00:51:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1666121, 1666576, 1666577 | ||
Bug Blocks: | 1665788 |
Description
Sam Fowler
2019-01-15 00:26:38 UTC
Created openssh tracking bugs for this issue: Affects: fedora-all [bug 1666121] There was a patch sanitizing the encoding of the filenames in the progress meter, but the upstream bugzilla is down so I can not find it. I would rather see fixed it in this way, rather than with this patch, which is not accepted upstream and is very intrusive. Analysis: This is a flaw in the scp client (/usr/bin/scp) shipped as a part of openssh-clients package. The flaw essentially allows a malicious scp server to manipulate the output seen by the client (i.e. the progress display when the files are being transferred) by allowing the server to push ANSI characters to the client. Though this vulnerability has no impact on its on, it can be used with other flaws to hide additional files being transferred by the malicious client. To trigger this flaw, the scp client needs to either connect to a malicious scp server or connect to a MITM scp server. Connecting to a MITM server will require the client to accept the new host key, which essentially implies that either the scp server (which the client previously connected to) has changed or there is a possible MITM attempt, both of which should be investigated by the system administrator before going ahead with the connection. Also note that, since this is a flaw in the scp utility, the SSH client is not affected. Statement: This issue affects the scp client shipped with openssh. The SSH protocol or the SSH client is not affected. For more detailed analysis please refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1666119#c3 For the record, exactly this issue was already reported three years ago, there were already attempts to solve it, but nothing was merged yet. https://bugzilla.mindrot.org/show_bug.cgi?id=2434 Of note, as of 03/25 the severity of CVE-2019-6109 has been upgraded to medium. https://nvd.nist.gov/vuln/detail/CVE-2019-6109 Mitigation: This issue only affects the users of scp binary which is a part of openssh-clients package. Other usage of SSH protocol or other ssh clients is not affected. Administrators can uninstall openssh-clients for additional protection against accidental usage of this binary. Removing the openssh-clients package will make binaries like scp and ssh etc unavailable on that system. Note: To exploit this flaw, the victim needs to connect to a malicious SSH server or MITM (Man-in-the-middle) the scp connection, both of which can be detected by the system administrator via a change in the host key of the SSH server. Further, if connections via scp are made to only trusted SSH servers, then those use-cases are not vulnerable to this security flaw. This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2019:3702 https://access.redhat.com/errata/RHSA-2019:3702 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-2019-6109 |