diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-07 12:34:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-07 14:35:04 +0200 |
commit | 469a89192ca5a7b1e10407b5bcaa401d65b7b403 (patch) | |
tree | 938ac2fd19ab72687ece8c09a6065caadc88f316 | |
parent | [ GLSA 202408-11 ] aiohttp: Multiple Vulnerabilities (diff) | |
download | glsa-469a89192ca5a7b1e10407b5bcaa401d65b7b403.tar.gz glsa-469a89192ca5a7b1e10407b5bcaa401d65b7b403.tar.bz2 glsa-469a89192ca5a7b1e10407b5bcaa401d65b7b403.zip |
[ GLSA 202408-12 ] Bitcoin: Denial of Service
Bug: https://bugs.gentoo.org/908084
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-12.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202408-12.xml b/glsa-202408-12.xml new file mode 100644 index 00000000..1f3fb6d9 --- /dev/null +++ b/glsa-202408-12.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-12"> + <title>Bitcoin: Denial of Service</title> + <synopsis>A vulnerability has been discovered in Bitcoin, which can lead to a denial of service.</synopsis> + <product type="ebuild">bitcoind</product> + <announced>2024-08-07</announced> + <revised count="1">2024-08-07</revised> + <bug>908084</bug> + <access>remote</access> + <affected> + <package name="net-p2p/bitcoind" auto="yes" arch="*"> + <unaffected range="ge">25.0</unaffected> + <vulnerable range="lt">25.0</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>Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Bitcoin Core, when debug mode is not used, allows attackers to cause a denial of service (CPU consumption) because draining the inventory-to-send queue is inefficient, as exploited in the wild in May 2023.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Bitcoin users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-p2p/bitcoind-25.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-33297">CVE-2023-33297</uri> + </references> + <metadata tag="requester" timestamp="2024-08-07T12:34:53.892565Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-07T12:34:53.895329Z">graaff</metadata> +</glsa>
\ No newline at end of file |