diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-30 00:35:38 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-30 00:35:38 +0000 |
commit | 2e27a60686f678f590582e2f7e4a004a87a761dc (patch) | |
tree | 58627dda8fdce4e180bc51b7766aaf69ea46411b /metadata | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202009-18 ] Bitcoin: Multiple vulnerabilities (diff) | |
download | gentoo-2e27a60686f678f590582e2f7e4a004a87a761dc.tar.gz gentoo-2e27a60686f678f590582e2f7e4a004a87a761dc.tar.bz2 gentoo-2e27a60686f678f590582e2f7e4a004a87a761dc.zip |
Merge commit '785de3f76c77159a620986af784b88d221fb335c' into master
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/glsa/glsa-202009-18.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202009-18.xml b/metadata/glsa/glsa-202009-18.xml new file mode 100644 index 000000000000..024a1e62ea62 --- /dev/null +++ b/metadata/glsa/glsa-202009-18.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202009-18"> + <title>Bitcoin: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Bitcoin, the worst of + which could result in a Denial of Service condition. + </synopsis> + <product type="ebuild">bitcoin</product> + <announced>2020-09-30</announced> + <revised count="1">2020-09-30</revised> + <bug>711198</bug> + <access>remote</access> + <affected> + <package name="net-p2p/bitcoind" auto="yes" arch="*"> + <unaffected range="ge">0.20.1</unaffected> + <vulnerable range="lt">0.20.1</vulnerable> + </package> + <package name="net-p2p/bitcoin-qt" auto="yes" arch="*"> + <unaffected range="ge">0.20.1</unaffected> + <vulnerable range="lt">0.20.1</vulnerable> + </package> + <package name="net-p2p/bitcoin-cli" auto="yes" arch="*"> + <unaffected range="ge">0.20.1</unaffected> + <vulnerable range="lt">0.20.1</vulnerable> + </package> + </affected> + <background> + <p>Bitcoin Core consists of both “full-node” software for fully + validating the blockchain as well as a bitcoin wallet. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Bitcoin. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All bitcoind users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-p2p/bitcoind-0.20.1" + </code> + + <p>All bitcoin-qt users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-p2p/bitcoin-qt-0.20.1" + </code> + + <p>All bitcoin-cli users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-p2p/bitcoin-cli-0.20.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-15947">CVE-2019-15947</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14198">CVE-2020-14198</uri> + </references> + <metadata tag="requester" timestamp="2020-09-18T00:17:00Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2020-09-30T00:20:42Z">sam_c</metadata> +</glsa> |