Lucene search
+L

43 matches found

CVE
CVE
added 3 days ago6 views

CVE-2026-63761

SurrealDB before 3.1.0 uses JWT ES512 but internally maps to ES384 because jsonwebtoken v10.x has no ES512. This causes authentication handshake failures when a P-521 key for ES512 is used and can lead to tokens being rejected by systems expecting genuine ES512 signatures. The vulnerability descr...

5.3CVSS5.3AI score0.00163EPSS
Exploits0References2Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.14 views

Astra Linux – Vulnerability in Nettle

A flaw was discovered in Nettle versions prior to 3.7.2. In these versions, several Nettle signature verification functions—GOST DSA, EDDSA, and ECDSA—result in the Elliptic Curve Cryptography point ECC’s multiply function being called with out-of-range scalers. This may lead to incorrect results...

8.1CVSS6.4AI score0.01607EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.9 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: openssh (UTSA-2026-016492)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016492 advisory. OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted ...

6.5CVSS5.8AI score0.00237EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/04/24 1:27 a.m.6 views

SUSE CVE-2026-41564

CryptX versions before 0.088 for Perl do not reseed the Crypt::PK PRNG state after forking. The Crypt::PK::RSA, Crypt::PK::DSA, Crypt::PK::DH, Crypt::PK::ECC, Crypt::PK::Ed25519 and Crypt::PK::X25519 modules seed a per-object PRNG state in their constructors and reuse it without fork detection. A...

7.5CVSS5.8AI score0.00447EPSS
Exploits0References3
OSV
OSV
added 2026/04/09 8:16 p.m.2 views

DEBIAN-CVE-2026-5194

Missing hash/digest size and OID checks allow digests smaller than allowed when verifying ECDSA certificates, or smaller than is appropriate for the relevant key type, to be accepted by signature verification functions. This could lead to reduced security of ECDSA certificate-based authentication...

9.1CVSS7.5AI score0.00468EPSS
Exploits1References1
Snyk
Snyk
added 2026/04/02 4:52 p.m.2 views

Always-Incorrect Control Flow Implementation

Overview Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation due to the misinterpretation of the PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms configuration, which causes unintended ECDSA algorithms to be accepted. An attacker can compromise...

6.5CVSS5.9AI score0.00237EPSS
Exploits0References2
Redos
Redos
added 2026/03/10 12:0 a.m.9 views

ROS-20260310-73-0040

A vulnerability in the signature verification functions GOST DSA, EDDSA and ECDSA of the Nettle library is related to flaws in the cryptographic algorithms used. Exploitation of the vulnerability could allow an attacker to execute arbitrary code by entering an invalid signature...

8.1CVSS7AI score0.01607EPSS
Exploits0
OSV
OSV
added 2026/02/10 10:17 p.m.7 views

UBUNTU-CVE-2026-26007

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 46.0.5, the publickeyfromnumbers or EllipticCurvePublicNumbers.publickey, EllipticCurvePublicNumbers.publickey, loadderpublickey and loadpempublickey functions do not verify that the...

8.2CVSS6.9AI score0.00341EPSS
Exploits0References6
OSV
OSV
added 2026/02/10 10:17 p.m.7 views

ALPINE-CVE-2026-26007

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 46.0.5, the publickeyfromnumbers or EllipticCurvePublicNumbers.publickey, EllipticCurvePublicNumbers.publickey, loadderpublickey and loadpempublickey functions do not verify that the...

6.5CVSS5.8AI score0.00341EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2025/10/15 6:57 p.m.11 views

gnark-crypto doesn't range check input values during ECDSA and EdDSA signature deserialization

Impact During deserialization of ECDSA and EdDSA signatures gnark-crypto did not check that the values are in the range 1, n-1 with n being the corresponding modulus either base field modulus in case of R in EdDSA, and scalar field modulus in case of s,r in ECDSA and s in EdDSA. As this also...

9.8CVSS6.8AI score0.00844EPSS
Exploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2025/10/15 12:0 a.m.12 views

Duplicate

This advisory duplicates another...

5.9AI score
Exploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/08/30 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-42961

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in wolfSSL before 5.5.0. A fault injection attack on RAM via Rowhammer leads to ECDSA key disclosure. Users performing signing operation...

5.3CVSS6AI score0.00527EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2021-20305

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in Nettle in versions before 3.7.2, where several Nettle signature verification functions GOST DSA, EDDSA & ECDSA result in the Elliptic Curve...

8.1CVSS6.2AI score0.01607EPSS
Exploits0References2
OSV
OSV
added 2025/08/22 8:58 p.m.36 views

GHSA-95V9-HV42-PWRJ gnark is vulnerable to signature malleability in EdDSA and ECDSA due to missing scalar checks

In version before, sig.s used without asserting 0 ≤ S order in Verify function in eddsa.go and ecdsa.go, which will lead to signature malleability vulnerability. Impact Since gnark’s native EdDSA and ECDSA circuits lack essential constraints, multiple distinct witnesses can satisfy the same publi...

9.1CVSS5.5AI score0.00198EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2025/08/22 8:58 p.m.16 views

gnark is vulnerable to signature malleability in EdDSA and ECDSA due to missing scalar checks

In version before, sig.s used without asserting 0 ≤ S order in Verify function in eddsa.go and ecdsa.go, which will lead to signature malleability vulnerability. Impact Since gnark’s native EdDSA and ECDSA circuits lack essential constraints, multiple distinct witnesses can satisfy the same publi...

9.1CVSS5.4AI score0.00198EPSS
Exploits1References5Affected Software1
Cvelist
Cvelist
added 2025/08/22 7:54 p.m.13 views

CVE-2025-57801 gnark is vulnerable to signature malleability in EdDSA and ECDSA due to missing scalar checks

gnark is a zero-knowledge proof system framework. In versions prior to 0.14.0, the Verify function in eddsa.go and ecdsa.go used the S value from a signature without asserting that 0 ≤ S order, leading to a signature malleability vulnerability. Because gnark’s native EdDSA and ECDSA circuits lack...

8.6CVSS0.00198EPSS
Exploits1References2
OSV
OSV
added 2025/08/22 7:54 p.m.6 views

CVE-2025-57801 gnark is vulnerable to signature malleability in EdDSA and ECDSA due to missing scalar checks

gnark is a zero-knowledge proof system framework. In versions prior to 0.14.0, the Verify function in eddsa.go and ecdsa.go used the S value from a signature without asserting that 0 ≤ S order, leading to a signature malleability vulnerability. Because gnark’s native EdDSA and ECDSA circuits lack...

8.6CVSS6.5AI score0.00198EPSS
Exploits1References4
BDU FSTEC
BDU FSTEC
added 2025/04/03 12:0 a.m.9 views

The vulnerability of the IBM Common Cryptographic Architecture (CCA) cryptographic platform, related to information disclosure, allows a perpetrator to gain unauthorized access to the protected information.

The vulnerability of the IBM Common Cryptographic Architecture CCA relates to the disclosure of information. Exploiting this vulnerability could allow a malicious actor, operating remotely, to gain unauthorized access to the protected information during the generation of ECDSA signatures...

6.8CVSS5.5AI score0.00409EPSS
Exploits0References3Affected Software2
SUSE Linux
SUSE Linux
added 2025/03/07 4:28 p.m.3 views

Security update for openssl-3

This update for openssl-3 fixes the following issues: CVE-2024-13176: Fixed timing side-channel in the ECDSA signature computationbsc1236136. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you c...

6CVSS7.3AI score0.00601EPSS
Exploits0References4
OSV
OSV
added 2025/01/20 2:15 p.m.2 views

DEBIAN-CVE-2024-13176

Issue summary: A timing side-channel which could potentially allow recovering the private key exists in the ECDSA signature computation. Impact summary: A timing side-channel in ECDSA signature computations could allow recovering the private key by an attacker. However, measuring the timing would...

4.1CVSS6AI score0.00601EPSS
Exploits0References1
Rows per page
Query Builder