CVE-2025-43707 public disclosure#811
Merged
apoelstra merged 2 commits intoApr 24, 2025
Merged
Conversation
Taken from commit 9cedc49 on the release-12.x branch
heap-coder
added a commit
to heap-coder/rust-miniscript
that referenced
this pull request
Sep 27, 2025
80de07ae039d9f2f64a40c1e71ee5e9bea7679b5 CHANGELOG: disclose 12.3.1 contained a silent fix for CVE-2025-43707 (Antoine Poinsot)
6f8e37cc028a39dd06205a2f6160c114060e9b28 CHANGELOG: add entry for 12.3.0 (Antoine Poinsot)
Pull request description:
Add an entry to the CHANGELOG stating #798 was a silent fix for a crash bug which could be triggered by satisfying `thresh(k,subs)` fragments where `k == len(subs)`.
ACKs for top commit:
apoelstra:
ACK 80de07ae039d9f2f64a40c1e71ee5e9bea7679b5; successfully ran local tests
Tree-SHA512: 5c5fa7b5d07295a7b8fa0cbb60ab503d14d7af689132e7d7f3f56af85c92de9336b5fe7b9f7752a40b64ec846bd9005e093af7c4b8eba6be52ff6c4527b45088
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an entry to the CHANGELOG stating #798 was a silent fix for a crash bug which could be triggered by satisfying
thresh(k,subs)fragments wherek == len(subs).