Lightning Network Daemon (lnd) is an implementation of a lightning bitcoin overlay network node. All lnd nodes before version `v0.15.4` are vulnerable to a block parsing bug that can cause a node to enter a degraded state once encountered. In this degraded state, nodes can continue to make payments and forward HTLCs, and close out channels. Opening channels is prohibited, and also on chain transaction events will be undetected. This can cause loss of funds if a CSV expiry is researched during a breach attempt or a CLTV delta expires forgetting the funds in the HTLC. A patch is available in `lnd` version 0.15.4. Users are advised to upgrade. Users unable to upgrade may use the `lncli updatechanpolicy` RPC call to increase their CLTV value to a very high amount or increase their fee policies. This will prevent nodes from routing through your node, meaning that no pending HTLCs can be present.
References
Link | Resource |
---|---|
https://github.com/lightningnetwork/lnd/issues/7096 | Exploit Issue Tracking Patch Third Party Advisory |
https://github.com/lightningnetwork/lnd/pull/7098 | Patch Third Party Advisory |
https://github.com/lightningnetwork/lnd/releases/tag/v0.15.4-beta | Release Notes Third Party Advisory |
https://github.com/lightningnetwork/lnd/security/advisories/GHSA-hc82-w9v8-83pr | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
22 Nov 2022, 16:49
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-11-17 22:15
Updated : 2024-02-04 23:14
NVD link : CVE-2022-39389
Mitre link : CVE-2022-39389
CVE.ORG link : CVE-2022-39389
JSON object : View
Products Affected
lightning_network_daemon_project
- lightning_network_daemon
btcd_project
- btcd
CWE
CWE-20
Improper Input Validation