diff options
author | 2021-07-03 01:39:13 +0000 | |
---|---|---|
committer | 2021-07-03 01:39:13 +0000 | |
commit | ff0a9a6f092344a7b186c813a1c26848813af6a7 (patch) | |
tree | 562d98cdd130bc56b1d10cc8dd2400bf5ff75d12 /metadata/glsa/glsa-202107-01.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202107-1 ] corosync: Denial of service (diff) | |
download | gentoo-ff0a9a6f092344a7b186c813a1c26848813af6a7.tar.gz gentoo-ff0a9a6f092344a7b186c813a1c26848813af6a7.tar.bz2 gentoo-ff0a9a6f092344a7b186c813a1c26848813af6a7.zip |
Merge commit '35a1967e7a36c77082d173fed266f0a82a746f4a'
Diffstat (limited to 'metadata/glsa/glsa-202107-01.xml')
-rw-r--r-- | metadata/glsa/glsa-202107-01.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202107-01.xml b/metadata/glsa/glsa-202107-01.xml new file mode 100644 index 000000000000..032f9797ab47 --- /dev/null +++ b/metadata/glsa/glsa-202107-01.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202107-01"> + <title>corosync: Denial of service</title> + <synopsis>A vulnerability in corosync could lead to a Denial of Service + condition. + </synopsis> + <product type="ebuild">corosync</product> + <announced>2021-07-03</announced> + <revised count="1">2021-07-03</revised> + <bug>658354</bug> + <access>remote</access> + <affected> + <package name="sys-cluster/corosync" auto="yes" arch="*"> + <unaffected range="ge">3.0.4</unaffected> + <vulnerable range="lt">3.0.4</vulnerable> + </package> + </affected> + <background> + <p>The Corosync Cluster Engine is a Group Communication System with + additional features for implementing high availability within + applications. + </p> + </background> + <description> + <p>It was discovered that corosync allowed an unauthenticated user to cause + a Denial of Service by application crash. + </p> + </description> + <impact type="low"> + <p>A remote attacker could send a malicious crafted packet, possibly + resulting in a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All corosync users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-cluster/corosync-3.0.4" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-1084">CVE-2018-1084</uri> + </references> + <metadata tag="requester" timestamp="2021-05-26T21:04:45Z">whissi</metadata> + <metadata tag="submitter" timestamp="2021-07-03T01:25:30Z">whissi</metadata> +</glsa> |