脆弱性情報
高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。
脆弱性タイトル
Denial of service when feeding malformed size arguments in go-bitfield
脆弱性説明
go-bitfield is a simple bitfield package for the go language aiming to be more performant that the standard library. When feeding untrusted user input into the size parameter of `NewBitfield` and `FromBytes` functions, an attacker can trigger `panic`s. This happen when the `size` is a not a multiple of `8` or is negative. There were already a note in the `NewBitfield` documentation, however known users of this package are subject to this issue. Users are advised to upgrade. Users unable to upgrade should ensure that `size` is a multiple of 8 before calling `NewBitfield` or `FromBytes`.
CVSS情報
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
脆弱性タイプ
对因果或异常条件的不恰当检查
脆弱性タイトル
go-bitfield 代码问题漏洞
脆弱性説明
go-bitfield是IPFS开源的一个简单的位字段包。 go-bitfield v1.1.0之前版本存在代码问题漏洞,该漏洞源于当将不受信任的用户输入到NewBitfield和FromBytes函数的参数时,攻击者可以触发恐慌。
CVSS情報
N/A
脆弱性タイプ
N/A