漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
filippo.io/edwards25519 MultiScalarMult function produces invalid results or undefined behavior if receiver is not the identity
Vulnerability Description
filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.
CVSS Information
N/A
Vulnerability Type
初始化不恰当
Vulnerability Title
filippo.io/edwards25519 安全漏洞
Vulnerability Description
filippo.io/edwards25519是Filippo Valsorda个人开发者的一个Go语言库。 filippo.io/edwards25519 1.1.0及之前版本存在安全漏洞,该漏洞源于MultiScalarMult方法在接收者非单位点时产生无效结果或未定义行为,可能导致加密原语构建错误。
CVSS Information
N/A
Vulnerability Type
N/A