Lucene search
+L

2100 matches found

Packet Storm News
Packet Storm News
added 2025/06/11 12:00 a.m.8 views

Efficient Modular Multiplier over GF (2^M) for ECPM

Elliptic curve cryptography ECC has emerged as the dominant public-key protocol, with NIST standardizing parameters for binary field GF2^m ECC systems. This work presents a hardware implementation of a Hybrid Multiplication technique for modular multiplication over binary field GF2m, targeting NI...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/06/10 11:49 a.m.28 views

BIT-MARIADB-MIN-2022-0778 Infinite loop in BN_mod_sqrt() reachable when parsing certificates

The BNmodsqrt function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a...

7.5CVSS7.7AI score0.73188EPSS
SaveExploits2References35
Tenable Nessus
Tenable Nessus
added 2025/06/09 12:00 a.m.13 views

NewStart CGSL MAIN 7.02 : openssl Multiple Vulnerabilities (NS-SA-2025-0049)

The remote NewStart CGSL host, running version MAIN 7.02, has openssl packages installed that are affected by multiple vulnerabilities: - Use of the low-level GF2^m elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes...

6.5CVSS7.5AI score0.05842EPSS
SaveExploits0References11
IBM Security Bulletins
IBM Security Bulletins
added 2025/06/03 10:33 a.m.19 views

Security Bulletin: IBM Maximo Application Suite - Manage Component uses elliptic-6.5.4.tgz (Publicly disclosed vulnerability found by Mend)

Summary Security Bulletin: IBM Maximo Application Suite - Manage Component uses elliptic-6.5.4.tgz Publicly disclosed vulnerability found by Mend. This bulletin contains information regarding the vulnerability and its fixture. Vulnerability Details CVEID:CVE-2024-48948 DESCRIPTION: The Elliptic...

9.1CVSS8.9AI score0.00617EPSS
SaveExploits3Affected Software1
RedhatCVE
RedhatCVE
added 2025/05/23 8:01 a.m.11 views

CVE-2024-6609

When almost out-of-memory an elliptic curve key which was never allocated could have been freed again. This vulnerability affects Firefox 128 and Thunderbird 128...

8.8CVSS8AI score0.00576EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 7:30 a.m.13 views

CVE-2024-48930

secp256k1-node is a Node.js binding for an Optimized C library for EC operations on curve secp256k1. In elliptic-based version, loadUncompressedPublicKey has a check that the public key is on the curve. Prior to versions 5.0.1, 4.0.4, and 3.8.1, however, loadCompressedPublicKey is missing that...

8.7CVSS6.5AI score0.00406EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 7:23 a.m.15 views

CVE-2024-26317

In illumos illumos-gate 2024-02-15, an error occurs in the elliptic curve point addition algorithm that uses mixed Jacobian-affine coordinates, causing the algorithm to yield a result of POINTATINFINITY when it should not. A man-in-the-middle attacker could use this to interfere with a connection...

6.1CVSS6.7AI score0.00188EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 5:39 a.m.9 views

CVE-2023-26556

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.1CVSS6.8AI score0.00864EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/23 3:45 a.m.23 views

CVE-2023-3112

A vulnerability was reported in Elliptic Labs Virtual Lock Sensor for ThinkPad T14 Gen 3 that could allow an attacker with local access to execute code with elevated privileges...

7.8CVSS7.1AI score0.00202EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:18 p.m.9 views

CVE-2020-0601

A spoofing vulnerability exists in the way Windows CryptoAPI Crypt32.dll validates Elliptic Curve Cryptography ECC certificates.An attacker could exploit the vulnerability by using a spoofed code-signing certificate to sign a malicious executable, making it appear the file was from a trusted,...

8.1CVSS6.9AI score0.89436EPSS
SaveExploits15References1
RedhatCVE
RedhatCVE
added 2025/05/22 4:05 p.m.13 views

CVE-2020-1026

A Security Feature Bypass vulnerability exists in the MSR JavaScript Cryptography Library that is caused by multiple bugs in the library’s Elliptic Curve Cryptography ECC implementation.An attacker could potentially abuse these bugs to learn information about a server’s private ECC key a key...

9.8CVSS6.5AI score0.02605EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:50 a.m.14 views

CVE-2019-10764

In elliptic-php versions priot to 1.0.6, Timing attacks might be possible which can result in practical recovery of the long-term private key generated by the library under certain conditions. Leakage of a bit-length of the scalar during scalar multiplication is possible on an elliptic curve whic...

7.4CVSS6.7AI score0.01091EPSS
SaveExploits1References1
IBM Security Bulletins
IBM Security Bulletins
added 2025/05/21 2:57 p.m.16 views

Security Bulletin: Vulnerability in Elliptic package 6.5.7 for Node.js affects IBM watsonx Assistant Cartridge and IBM watsonx Orchestrate with watsonx Assistant Cartridge.

Summary Potential vulnerability in Elliptic package 6.5.7 for Node.js has been identified that affects IBM watsonx Assistant Cartridge and IBM watsonx Orchestrate with watsonx Assistant Cartridge - Assistant Builder Component. . The vulnerability have been addressed. Refer to details for addition...

4.8CVSS6.3AI score0.00553EPSS
SaveExploits1Affected Software2
SUSE CVE
SUSE CVE
added 2025/05/21 12:45 a.m.10 views

SUSE CVE-2025-37984

In the Linux kernel, the following vulnerability has been resolved: crypto: ecdsa - Harden against integer overflows in DIVROUNDUP Herbert notes that DIVROUNDUP may overflow unnecessarily if an ecdsa implementation's -keysize callback returns an unusually large value. Herbert instead suggests for...

6.5CVSS8.1AI score0.00177EPSS
SaveExploits0References17
Packet Storm News
Packet Storm News
added 2025/05/20 12:00 a.m.21 views

CRYPTONITE: Scalable Accelerator Design for Cryptographic Primitives and Algorithms

Cryptographic primitives, consisting of repetitive operations with different inputs, are typically implemented using straight-line C code due to traditional execution on CPUs. Computing these primitives is necessary for secure communication; thus, dedicated hardware accelerators are required in...

7.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/05/17 12:00 a.m.8 views

EulerOS Virtualization 2.12.0 : openssl (EulerOS-SA-2025-1565)

According to the versions of the openssl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : Issue summary: Use of the low-level GF2^m elliptic curve APIs with untrusted explicit values for the field polynomial can lead to...

4.3CVSS6.9AI score0.05842EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/05/17 12:00 a.m.10 views

EulerOS Virtualization 2.12.1 : openssl (EulerOS-SA-2025-1550)

According to the versions of the openssl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : Issue summary: Use of the low-level GF2^m elliptic curve APIs with untrusted explicit values for the field polynomial can lead to...

4.3CVSS6.9AI score0.05842EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/15 8:51 a.m.5 views

SUSE-SU-2025:0613-3 Security update for openssl-1_1

This update for openssl-11 fixes the following issues: - CVE-2024-13176: Fixed timing side-channel in the ECDSA signature computation bsc1236136. Other bugfixes: - Non approved PBKDF parameters wrongly resulting as approved bsc1236771...

4.1CVSS7.1AI score0.00613EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/05/13 3:59 p.m.11 views

crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec

A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leaka...

4CVSS7.1AI score0.0029EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:00 a.m.12 views

EulerOS 2.0 SP12 : openssl (EulerOS-SA-2025-1431)

According to the versions of the openssl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Issue summary: A timing side-channel which could potentially allow recovering the private key exists in the ECDSA signature computation. Impact...

4.1CVSS6.4AI score0.00613EPSS
SaveExploits0References2
Rows per page
Query Builder