diff options
Diffstat (limited to 'glsa-201903-16.xml')
-rw-r--r-- | glsa-201903-16.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-201903-16.xml b/glsa-201903-16.xml new file mode 100644 index 00000000..7e9889dc --- /dev/null +++ b/glsa-201903-16.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201903-16"> + <title>OpenSSH: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in OpenSSH, the worst of + which could allow a remote attacker to gain unauthorized access. + </synopsis> + <product type="ebuild">openssh</product> + <announced>2019-03-20</announced> + <revised count="1">2019-03-20</revised> + <bug>675520</bug> + <bug>675522</bug> + <access>remote</access> + <affected> + <package name="net-misc/openssh" auto="yes" arch="*"> + <unaffected range="ge">7.9_p1-r4</unaffected> + <vulnerable range="lt">7.9_p1-r4</vulnerable> + </package> + </affected> + <background> + <p>OpenSSH is a complete SSH protocol implementation that includes SFTP + client and server support. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in OpenSSH. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could overwrite arbitrary files, transfer malicious + files, or gain unauthorized access. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenSSH users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/openssh-7.9_p1-r4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-20685">CVE-2018-20685</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6109">CVE-2019-6109</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6110">CVE-2019-6110</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6111">CVE-2019-6111</uri> + </references> + <metadata tag="requester" timestamp="2019-03-10T21:55:11Z">BlueKnight</metadata> + <metadata tag="submitter" timestamp="2019-03-20T13:35:05Z">b-man</metadata> +</glsa> |