Lucene search
K

39 matches found

Tenable Nessus
Tenable Nessus
added 2023/03/08 12:0 a.m.42 views

FreeBSD : go -- crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results (742279d6-bdbe-11ed-a179-2b68e9d12706)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 742279d6-bdbe-11ed-a179-2b68e9d12706 advisory. - The Go project reports: crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results The...

5.3CVSS6.9AI score0.00817EPSS
Exploits0References3
FreeBSD
FreeBSD
added 2023/02/22 12:0 a.m.33 views

go -- crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results

The Go project reports: crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars a scalar larger than the order of the curve...

5.3CVSS6.6AI score0.00817EPSS
Exploits0References1
Snyk
Snyk
added 2022/07/01 8:11 p.m.1 views

Buffer Overflow

Overview std/crypto/elliptic is a Go standard library package std/crypto/elliptic Affected versions of this package are vulnerable to Buffer Overflow. Go Vulnerability Report: via the ScalarMult process in the crypto/elliptic package on amd64 architectures. An attacker can recover secret scalar...

8.2CVSS6.8AI score0.02225EPSS
Exploits0References3
OSV
OSV
added 2022/07/01 8:11 p.m.32 views

GO-2022-0187 Incorrect computation for P-256 curves in crypto/elliptic

The ScalarMult implementation of curve P-256 for amd64 architectures generates incorrect results for certain specific input points. An adaptive attack can progressively extract the scalar input to ScalarMult by submitting crafted points and observing failures to derive correct output. This leads ...

5.9CVSS5.7AI score0.02225EPSS
Exploits0References4
OSV
OSV
added 2022/05/20 9:17 p.m.35 views

GO-2022-0435 Panic due to large inputs affecting P-256 curves in crypto/elliptic

A crafted scalar input longer than 32 bytes can cause P256.ScalarMult or P256.ScalarBaseMult to panic. Indirect uses through crypto/ecdsa and crypto/tls are unaffected. amd64, arm64, ppc64le, and s390x are unaffected...

7.5CVSS9.7AI score0.03933EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2022/04/21 10:52 p.m.52 views

CVE-2022-28327

An integer overflow flaw was found in Golang's crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256.ScalarMult or P256.ScalarBaseMult to panic, leading to a loss of availability...

7.5CVSS3.4AI score0.03933EPSS
Exploits0References4
OSV
OSV
added 2022/02/17 5:34 p.m.30 views

GO-2021-0235 Incorrect operations on the P-224 curve in crypto/elliptic

The P224 Curve implementation can in rare circumstances generate incorrect outputs, including returning invalid points from ScalarMult...

6.5CVSS7.2AI score0.02666EPSS
Exploits0References4
OSV
OSV
added 2021/08/25 9:0 p.m.1 views

GHSA-2WC6-2RCJ-8V76 scalarmult() vulnerable to degenerate public keys

The scalarmult function included in previous versions of this crate accepted all-zero public keys, for which the resulting Diffie-Hellman shared secret will always be zero regardless of the private key used. This issue was fixed by checking for this class of keys and rejecting them if they are us...

6.5CVSS6.6AI score0.01251EPSS
Exploits0References5
CNVD
CNVD
added 2017/11/22 12:0 a.m.2 views

There are unspecified vulnerabilities in sodiumoxide

sodiumoxide is a new cryptographic library for network communications. An unspecified vulnerability exists in the 'scalarmult' function in sodiumoxide 0.0.13 and earlier. No details of the vulnerability are provided at this time...

6.5CVSS6.9AI score0.01251EPSS
Exploits0References1
OSV
OSV
added 2017/11/17 6:29 p.m.1 views

CVE-2017-1000168

sodiumoxide 0.0.13 and older scalarmult vulnerable to degenerate public keys...

6.5CVSS5.8AI score0.01251EPSS
Exploits0References1
Prion
Prion
added 2017/11/17 6:29 p.m.9 views

Code injection

sodiumoxide 0.0.13 and older scalarmult vulnerable to degenerate public keys...

4.3CVSS6.4AI score0.01251EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2017/11/17 6:0 p.m.29 views

CVE-2017-1000168

sodiumoxide 0.0.13 and older scalarmult vulnerable to degenerate public keys...

6.4AI score0.01251EPSS
Exploits0References1
CVE
CVE
added 2017/11/17 6:0 p.m.47 views

CVE-2017-1000168

The CVE-2017-1000168 entry concerns sodiumoxide prior to a fixed release where the scalarmult() function refused all-zero public keys, preventing the derived Diffie-Hellman shared secret from always being zero. The root cause, as documented in multiple sources (e.g., rustsec and GHSA advisories),...

6.5CVSS6.4AI score0.01251EPSS
Exploits0References1Affected Software1
OSV
OSV
added 2017/07/06 4:29 p.m.26 views

CVE-2017-8932

A bug in the standard library ScalarMult implementation of curve P-256 for amd64 architectures in Go before 1.7.6 and 1.8.x before 1.8.2 causes incorrect results to be generated for specific input points. An adaptive attack can be mounted to progressively extract the scalar input to ScalarMult by...

5.9CVSS6.5AI score
Exploits0References9
Cvelist
Cvelist
added 2017/07/06 4:0 p.m.19 views

CVE-2017-8932

A bug in the standard library ScalarMult implementation of curve P-256 for amd64 architectures in Go before 1.7.6 and 1.8.x before 1.8.2 causes incorrect results to be generated for specific input points. An adaptive attack can be mounted to progressively extract the scalar input to ScalarMult by...

5.8AI score0.02225EPSS
Exploits0References9
CVE
CVE
added 2017/07/06 4:0 p.m.87 views

CVE-2017-8932

CVE-2017-8932 affects the Go standard library’s ScalarMult on the P-256 curve for amd64. The bug causes incorrect results for certain input points, enabling an adaptive attack that progressively extracts the scalar in the ScalarMult operation and can lead to a full key recovery for static ECDH as...

5.9CVSS5.6AI score0.02225EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2017/07/06 4:0 p.m.18 views

CVE-2017-8932

Removed by vendor...

5.9CVSS6.2AI score0.02225EPSS
Exploits0
RustSec
RustSec
added 2017/01/26 12:0 p.m.24 views

scalarmult() vulnerable to degenerate public keys

The scalarmult function included in previous versions of this crate accepted all-zero public keys, for which the resulting Diffie-Hellman shared secret will always be zero regardless of the private key used. This issue was fixed by checking for this class of keys and rejecting them if they are us...

6.5CVSS3.4AI score0.01251EPSS
Exploits0Affected Software1
OSV
OSV
added 2017/01/26 12:0 p.m.19 views

RUSTSEC-2017-0001 scalarmult() vulnerable to degenerate public keys

The scalarmult function included in previous versions of this crate accepted all-zero public keys, for which the resulting Diffie-Hellman shared secret will always be zero regardless of the private key used. This issue was fixed by checking for this class of keys and rejecting them if they are us...

6.5CVSS6.6AI score0.01251EPSS
Exploits0References3
Rows per page
Query Builder