Skip to content

Commit 21740e5

Browse files
committed
Addressed reviews. Changed policy link, added atrribution and changed style of vulnerabilities list.
1 parent c4ab559 commit 21740e5

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

_posts/en/newsletters/2025-10-31-newsletter.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,31 @@ Bitcoin infrastructure software.
1616
## News
1717

1818
- **Disclosure of four low-severity vulnerabilities in Bitcoin Core:**
19-
Antoine Poinsot recently [posted][poinsot disc] to the Bitcoin-Dev mailing list four Bitcoin Core security advisories for low severity
19+
Antoine Poinsot recently [posted][poinsot disc] to the Bitcoin-Dev
20+
mailing List four Bitcoin Core security advisories for low-severity
2021
vulnerabilities that were fixed in [Bitcoin Core 30.0][]. According to the
21-
[disclosure policy][disc pol], a low-severity vulnerability is disclosed two
22-
weeks after the release of a major version containing the fix. The four
23-
disclosed vulnerabilities are the following:
22+
[disclosure policy][news306 disc pol], a low-severity vulnerability is disclosed two
23+
weeks after the release of a major version containing the fix.
2424

25-
- [CVE-2025-54604][]: Disk filling from spoofed self connections. This bug
25+
The four disclosed vulnerabilities are the following:
26+
27+
- [Disk filling from spoofed self connections][CVE-2025-54604]: This bug
2628
would allow an attacker to fill up the disk space of a victim node by faking
27-
self-connections.
29+
self-connections. The vulnerability was disclosed responsibly by Niklas Goegge in March 2022. Eugene Siegel and Niklas Goegge merged a mitigation in July 2025.
2830

29-
- [CVE-2025-54605][]: Disk filling from invalid blocks. This bug would allow
31+
- [Disk filling from invalid blocks][CVE-2025-54605]: This bug would allow
3032
an attacker to fill up the disk space of a victim node by repeatedly sending
31-
invalid blocks. This bug was disclosed responsibly by Niklas Goegge in May 2022 and also independently by Eugene Siegel. Eugene Siegel and Niklas Goegge merged the mitigation in July 2025.
33+
invalid blocks. This bug was disclosed responsibly by Niklas Goegge in May 2022 and also independently by Eugene Siegel in March 2025. Eugene Siegel and Niklas Goegge merged the mitigation in July 2025.
3234

33-
- [CVE-2025-46597][]: Highly unlikely remote crash on 32-bit systems. This bug
35+
- [Highly unlikely remote crash on 32-bit systems][CVE-2025-46597]: This bug
3436
may cause a node to crash when receiving a pathological block in a rare
3537
edge case. This bug was disclosed responsibly by Pieter Wuille in April 2025. Antoine Poinsot implemented and merged the mitigation in June 2025.
3638

37-
- [CVE-2025-46598][]: CPU DoS from unconfirmed transaction processing. This
39+
- [CPU DoS from unconfirmed transaction processing][CVE-2025-46598]: This
3840
bug would cause resource exhaustion when processing an unconfirmed
39-
transaction. Patches for the first three vulnerabilities have also been included
41+
transaction. This bug was reported to the mailing list by Antoine Poinsot in April 2025. Pieter Wuille, Anthony Towns, and Antoine Poinsot implemented and merged the mitigation in August 2025.
42+
43+
Patches for the first three vulnerabilities have also been included
4044
in [Bitcoin Core 29.1][] and later minor releases.
4145

4246
## Selected Q&A from Bitcoin Stack Exchange
@@ -148,7 +152,7 @@ repo], and [BINANAs][binana repo]._
148152

149153
[poinsot disc]: https://groups.google.com/g/bitcoindev/c/sBpCgS_yGws
150154
[Bitcoin Core 30.0]: https://bitcoincore.org/en/releases/30.0/
151-
[disc pol]: https://bitcoincore.org/en/security-advisories/
155+
[news306 disc pol]: /en/newsletters/2024/06/07/#upcoming-disclosure-of-vulnerabilities-affecting-old-versions-of-bitcoin-core
152156
[CVE-2025-54604]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-54604/
153157
[CVE-2025-54605]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-54605/
154158
[CVE-2025-46597]: https://bitcoincore.org/en/2025/10/24/disclose-cve-2025-46597/

0 commit comments

Comments
 (0)