製品・ソフトウェアに関する情報
Lotus におけるデジタル署名の検証に関する脆弱性
Title Lotus におけるデジタル署名の検証に関する脆弱性
Summary

Lotus には、デジタル署名の検証に関する脆弱性が存在します。

Possible impacts 情報を改ざんされる可能性があります。
Solution

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date Jan. 26, 2021, midnight
Registration Date Dec. 21, 2021, 12:06 p.m.
Last Update Dec. 21, 2021, 12:06 p.m.
CVSS3.0 : 重要
Score 7.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS2.0 : 警告
Score 5
Vector AV:N/AC:L/Au:N/C:N/I:P/A:N
Affected System
Filecoin project
lotus 
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2021年12月21日]
  掲載
Dec. 21, 2021, 12:06 p.m.

NVD Vulnerability Information
CVE-2021-21405
Summary

Lotus is an Implementation of the Filecoin protocol written in Go. BLS signature validation in lotus uses blst library method VerifyCompressed. This method accepts signatures in 2 forms: "serialized", and "compressed", meaning that BLS signatures can be provided as either of 2 unique byte arrays. Lotus block validation functions perform a uniqueness check on provided blocks. Two blocks are considered distinct if the CIDs of their blockheader do not match. The CID method for blockheader includes the BlockSig of the block. The result of these issues is that it would be possible to punish miners for valid blocks, as there are two different valid block CIDs available for each block, even though this must be unique. By switching from the go based `blst` bindings over to the bindings in `filecoin-ffi`, the code paths now ensure that all signatures are compressed by size and the way they are deserialized. This happened in https://github.com/filecoin-project/lotus/pull/5393.

Publication Date April 16, 2021, 7:15 a.m.
Registration Date April 16, 2021, 10:03 a.m.
Last Update Nov. 21, 2024, 2:48 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:filecoin:lotus:*:*:*:*:*:*:*:* 1.5.0
Related information, measures and tools
Common Vulnerabilities List