File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 43
43
serializing ` ChannelConfig ` using the LDK serialization API, however, if a
44
44
backward compatibility wrapper is required, please open an issue.
45
45
46
+ ## Security
47
+ 0.0.109 fixes a denial-of-service vulnerability which is reachable from
48
+ untrusted input in some application deployments.
49
+
50
+ * Third parties which are allowed to open channels with an LDK-based node may
51
+ fund a channel with a bogus and maliciously-crafted transaction which, when
52
+ spent, can cause a panic in the channel's corresponding ` ChannelMonitor ` .
53
+ Such a channel is never usable as it cannot be funded with a funding
54
+ transaction which matches the required output script, allowing the
55
+ ` ChannelMonitor ` for such channels to be safely purged as a workaround on
56
+ previous versions of LDK. Thanks to Eugene Siegel for reporting this issue.
57
+
46
58
In total, this release features 32 files changed, 1868 insertions, 520
47
59
deletions in 32 commits from 9 authors, in alphabetical order:
48
60
* Antoine Riard
You can’t perform that action at this time.
0 commit comments