Lucene search
+L

80 matches found

OSV
OSV
added 2026/04/24 2:42 p.m.14 views

CVE-2026-31626 staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: initialize letmp64 in rtwBIPverify Initialize letmp64 to zero in rtwBIPverify to prevent using uninitialized data. Smatch warns that only 6 bytes are copied to this 8-byte u64 variable, leaving the last two...

7.1CVSS5.8AI score
SaveExploits0References12
BDU FSTEC
BDU FSTEC
added 2026/01/23 12:00 a.m.17 views

The vulnerability of the verify() and decrypt() functions in the npm OpenPGP library allows a perpetrator to obtain a valid message signature and disclose the protected information.

The vulnerability of the verify and decrypt functions in the npm OpenPGP library is related to errors in verifying the cryptographic signature. Exploiting this vulnerability could allow a malicious actor to obtain a valid signature for a message and disclose the protected information...

7.8CVSS7.6AI score0.00647EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/01/20 8:45 p.m.18 views

Buffer Over-read

Overview @trustwallet/wallet-core is a mobile-focused library implementing low-level cryptographic wallet functionality for a high number of blockchains Affected versions of this package are vulnerable to Buffer Over-read via the verify function. An attacker can cause the application to crash or...

8.7CVSS5.6AI score0.00399EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/01/20 8:45 p.m.14 views

Buffer Over-read

Overview trustwallet/wallet-core is a mobile-focused library implementing low-level cryptographic wallet functionality for a high number of blockchains Affected versions of this package are vulnerable to Buffer Over-read via the verify function. An attacker can cause the application to crash or...

8.7CVSS5.6AI score0.00399EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/01/09 7:39 p.m.20 views

Use of a Broken or Risky Cryptographic Algorithm

Overview beatt83/jose-swift is a comprehensive support for the Jose suite of standards, including JWA JSON Web Algorithms, JWK JSON Web Key, JWE JSON Web Encryption, JWS JSON Web Signature, and JWT JSON Web Token. Affected versions of this package are vulnerable to Use of a Broken or Risky...

9.3CVSS7.1AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/09 12:35 p.m.14 views

CVE-2023-45292

When using the default implementation of Verify to check a Captcha, verification can be bypassed. For example, if the first parameter is a non-existent id, the second parameter is an empty string, and the third parameter is true, the function will always consider the Captcha to be correct...

5.3CVSS6.9AI score0.00297EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2007-2578

Malware in sbrugna...

9.3CVSS6.4AI score0.06541EPSS
SaveExploits2References8
RedhatCVE
RedhatCVE
added 2025/08/24 8:11 p.m.16 views

CVE-2025-57801

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...

9.1CVSS7AI score0.00213EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/08/22 8:58 p.m.23 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.00213EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/08/22 7:54 p.m.4 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.9AI score0.00213EPSS
SaveExploits1References2
NVD
NVD
added 2025/07/01 3:15 a.m.24 views

CVE-2024-49365

tiny-secp256k1 is a tiny secp256k1 native/JS wrapper. Prior to version 1.1.7, a malicious JSON-stringifyable message can be made passing on verify, when global Buffer is the buffer package. This affects only environments where require'buffer' is the NPM buffer package. Buffer.isBuffer check can b...

9.1CVSS0.0023EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/06/30 12:00 a.m.14 views

PT-2025-27493 · Unknown · Tiny-Secp256K1

Name of the Vulnerable Software and Affected Versions: tiny-secp256k1 versions prior to 1.1.7 Description: A malicious JSON-stringifyable message can be made to bypass the Buffer.isBuffer check, resulting in strange objects being accepted as a message. This can trick the verify function into...

9.1CVSS7.5AI score0.0023EPSS
SaveExploits0References8
NVD
NVD
added 2024/10/10 1:15 a.m.21 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

9.1CVSS0.00496EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/10 1:15 a.m.5 views

DEBIAN-CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

9.1CVSS5.6AI score0.00496EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/10 12:00 a.m.181 views

CVE-2024-48949

CVE-2024-48949 concerns the Elliptic package for Node.js before 6.5.6. The vulnerability stems from the verify function in lib/elliptic/eddsa/index.js, which omits the validation sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg(), enabling acceptance of invalid signatures. IBM’s bulletin lists thi...

9.1CVSS7AI score0.00496EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/10 12:00 a.m.20 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

6.8AI score0.00496EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/10 12:00 a.m.15 views

CVE-2024-48949

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S.gtesig.eddsa.curve.n || sig.S.isNeg" validation...

9.1CVSS5.5AI score0.00496EPSS
SaveExploits0
OSV
OSV
added 2024/02/13 6:30 a.m.23 views

GHSA-747X-5M58-MQ97 svix vulnerable to Authentication Bypass

Versions of the package svix before 1.17.0 are vulnerable to Authentication Bypass due to an issue in the verify function where signatures of different lengths are incorrectly compared. An attacker can bypass signature verification by providing a shorter signature that matches the beginning of th...

6.8CVSS6AI score0.0041EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/13 5:15 a.m.30 views

Authentication flaw

Versions of the package svix before 1.17.0 are vulnerable to Authentication Bypass due to an issue in the verify function where signatures of different lengths are incorrectly compared. An attacker can bypass signature verification by providing a shorter signature that matches the beginning of th...

4CVSS7.1AI score0.0041EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/02/06 8:30 p.m.25 views

Duplicate Advisory: Svix vulnerable to improper comparison of different-length signatures

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-747x-5m58-mq97. This link is maintained to preserve external references. Original Description The Webhook::verify function incorrectly compared signatures of different lengths - the two signatures would only be...

5.4AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder