Lucene search
+L

3576 matches found

Veracode
Veracode
added 2025/07/02 7:04 a.m.7 views

Private Key Extraction

tiny-secp256k1 is vulnerable to private key extraction. The vulnerability is due to the ability to bypass Buffer.isBuffer checks when the global Buffer is overridden by the NPM buffer package, which allows an attacker to reuse the nonce k across different messages and extract the private key by...

9.1CVSS7.2AI score0.00317EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2025/07/01 5:35 p.m.7 views

GHSA-H34R-JXQM-QGPR juju/utils leaks private key in certs

Summary Certs generated by v4 contain their private key. Details Background Recently, I encountered an API in Go that’s easy to misuse: sha512.Sum384 and sha512.New384.Sum look very similar and behave very differently. https://go.dev/play/p/kDCqqoYk84k demonstrates this. I want to discuss extendi...

6.5CVSS6.2AI score0.00135EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2025/07/01 5:35 p.m.21 views

juju/utils leaks private key in certs

Summary Certs generated by v4 contain their private key. Details Background Recently, I encountered an API in Go that’s easy to misuse: sha512.Sum384 and sha512.New384.Sum look very similar and behave very differently. https://go.dev/play/p/kDCqqoYk84k demonstrates this. I want to discuss extendi...

6.5CVSS7.1AI score0.00135EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2025/07/01 11:15 a.m.9 views

CVE-2025-6224

Certificate generation in juju/utils using the cert.NewLeaf function could include private information. If this certificate were then transferred over the network in plaintext, an attacker listening on that network could sniff the certificate and trivially extract the private key from it...

6.5CVSS0.00135EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/01 11:15 a.m.8 views

UBUNTU-CVE-2025-6224

Certificate generation in juju/utils using the cert.NewLeaf function could include private information. If this certificate were then transferred over the network in plaintext, an attacker listening on that network could sniff the certificate and trivially extract the private key from it...

6.5CVSS6AI score0.00135EPSS
SaveExploits1References2
OSV
OSV
added 2025/07/01 10:39 a.m.7 views

CVE-2025-6224 Key leakage in juju/utils certificates

Certificate generation in juju/utils using the cert.NewLeaf function could include private information. If this certificate were then transferred over the network in plaintext, an attacker listening on that network could sniff the certificate and trivially extract the private key from it...

6.5CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2025/07/01 3:15 a.m.13 views

CVE-2024-49364

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is the buffer package. This affects only environments where require'buffer' is the NPM buffer package. The...

9.1CVSS0.00317EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/01 2:07 a.m.5 views

CVE-2024-49364 tiny-secp256k1 vulnerable to private key extraction when signing a malicious JSON-stringifyable message in bundled environment

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is the buffer package. This affects only environments where require'buffer' is the NPM buffer package. The...

9.1CVSS7AI score
SaveExploits0References4
CVE
CVE
added 2025/07/01 2:07 a.m.28 views

CVE-2024-49364

CVE-2024-49364 affects tiny-secp256k1 (NPM wrapper). Prior to 1.1.7, if global Buffer comes from the NPM buffer package, the Buffer.isBuffer check can be bypassed, enabling private key extraction by signing a malicious JSON-stringifiable object via key reuse across messages. The issue is fixed in...

9.1CVSS6.6AI score0.00317EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/07/01 2:07 a.m.3 views

CVE-2024-49364 tiny-secp256k1 vulnerable to private key extraction when signing a malicious JSON-stringifyable message in bundled environment

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is the buffer package. This affects only environments where require'buffer' is the NPM buffer package. The...

9.1CVSS7.2AI score0.00317EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/07/01 2:07 a.m.15 views

CVE-2024-49364 tiny-secp256k1 vulnerable to private key extraction when signing a malicious JSON-stringifyable message in bundled environment

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is the buffer package. This affects only environments where require'buffer' is the NPM buffer package. The...

9.1CVSS0.00317EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/07/01 12:00 a.m.9 views

tiny-secp256k1 安全漏洞

tiny-secp256k1 is a wrapper for bitcoinjs open source. A security vulnerability exists in tiny-secp256k1 versions prior to 1.1.7, which stems from the potential disclosure of a private key when signing a malicious JSON stringable object, potentially leading to private key extraction...

9.1CVSS6.3AI score0.00317EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/30 5:43 p.m.16 views

GHSA-7MC2-6PHR-23XC tiny-secp256k1 vulnerable to private key extraction when signing a malicious JSON-stringifyable message in bundled environment

Summary Private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is buffer package Details This affects only environments where require'buffer' is E.g.: browser bundles, React Native apps, etc. Buffer.isBuffer check can be bypassed, resulting in k reuse fo...

9.1CVSS5.7AI score0.00317EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/06/30 5:43 p.m.15 views

tiny-secp256k1 vulnerable to private key extraction when signing a malicious JSON-stringifyable message in bundled environment

Summary Private key can be extracted on signing a malicious JSON-stringifiable object, when global Buffer is buffer package Details This affects only environments where require'buffer' is E.g.: browser bundles, React Native apps, etc. Buffer.isBuffer check can be bypassed, resulting in k reuse fo...

9.1CVSS6.8AI score0.00317EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/06/30 12:00 a.m.8 views

PT-2025-27492 · Unknown · Tiny-Secp256K1

Name of the Vulnerable Software and Affected Versions: tiny-secp256k1 versions prior to 1.1.7 Description: A private key can be extracted when signing a malicious JSON-stringifiable object, affecting environments where the global Buffer is the buffer package. The Buffer.isBuffer check can be...

9.1CVSS7.4AI score0.00317EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2025/06/30 12:00 a.m.12 views

The vulnerability of Hikvision’s IP cameras’ microprogramming software lies in the fact that the operation value escapes the buffer in memory when processing the PrivateKey parameter. This allows a intruder to trigger a service failure.

The vulnerability of Hikvision’s IP cameras’ microprogramming software is related to the issue where the operation data escapes from the buffer into memory when processing the PrivateKey parameter. Exploiting this vulnerability can allow a remote attacker to cause a service failure by sending a...

7.8CVSS5.8AI score0.00522EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/06/24 12:00 a.m.8 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the privatekeyfromfile function. An attacker can potentially access sensitive information or modify data, under certain circumstances such as the specified filename not existing. Note: The vulnerable function has been...

3.6CVSS6.8AI score0.00186EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/06/23 8:39 a.m.12 views

CVE-2025-52464

Meshtastic is an open source mesh networking solution. In versions from 2.5.0 to before 2.6.11, the flashing procedure of several hardware vendors was resulting in duplicated public/private keys. Additionally, the Meshtastic was failing to properly initialize the internal randomness pool on some...

9.5CVSS7AI score0.00451EPSS
SaveExploits0References1
CVE
CVE
added 2025/06/19 3:10 p.m.122 views

CVE-2025-52464

Meshtastic versions 2.5.0–2.6.10 expose a vulnerability where flashing procedures can duplicate public/private keys and the RNG may have low entropy, allowing an attacker to decrypt Direct Messages after collecting compromised keys. This is caused by key generation timing and insufficient randomn...

9.5CVSS6.3AI score0.00451EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/18 12:02 a.m.16 views

CVE-2025-27587

OpenSSL 3.0.0 through 3.3.2 on the PowerPC architecture is vulnerable to a Minerva attack, exploitable by measuring the time of signing of random messages using the EVPDigestSign API, and then using the private key to extract the K value nonce from the signatures. Next, based on the bit size of t...

5.3CVSS6AI score0.0038EPSS
SaveExploits0References1
Rows per page
Query Builder