Lucene search
+L

74 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2007-2578

Malware in sbrugna...

9.3CVSS6.4AI score0.06541EPSS
SaveExploits2References8
RedhatCVE
RedhatCVE
added 2025/08/24 8:11 p.m.11 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.18 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.21 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.00215EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/06/30 12:00 a.m.11 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.00215EPSS
SaveExploits0References8
NVD
NVD
added 2024/10/10 1:15 a.m.17 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.2 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.168 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.14 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.21 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.28 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.20 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
RustSec
RustSec
added 2024/02/06 12:00 p.m.10 views

Improper comparison of different-length signatures

The Webhook::verify function incorrectly compared signatures of different lengths - the two signatures would only be compared up to the length of the shorter signature. This allowed an attacker to pass in v1, as the signature, which would always pass verification...

6.5CVSS7AI score0.0041EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/08 12:00 a.m.6 views

PT-2023-29488 · Git +3 · Base64Captcha +1

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue concerns the default implementation of a Verify function used to check a Captcha. Verification can be bypassed under certain conditions. For...

5.3CVSS4.9AI score0.00297EPSS
SaveExploits1References12
Positive Technologies
Positive Technologies
added 2023/11/20 12:00 a.m.13 views

PT-2023-30740

Name of the Vulnerable Software and Affected Versions fast-jwt versions prior to 3.3.2 Description The fast-jwt library does not properly prevent JWT algorithm confusion for all public key types. The 'publicKeyPemMatcher' in 'fast-jwt/src/crypto.js' does not properly match all common PEM formats...

5.9CVSS6.3AI score0.00687EPSS
SaveExploits1References10
Microsoft CVE
Microsoft CVE
added 2023/06/06 7:00 a.m.10 views

A vulnerbility was found in OpenSC. This security flaw cause a buffer overrun vulnerability in pkcs15 cardos_have_verifyrc_package. The attacker can supply a smart card package with malformed ASN1 context. The cardos_have_verifyrc_package function scans the ASN1 buffer for 2 tags where remaining length is wrongly caculated due to moved starting pointer. This leads to possible heap-based buffer oob read. In cases where ASAN is enabled while compiling this causes a crash. Further info leak or more damage is possible.

...

7.1CVSS6.7AI score0.00293EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 6:05 a.m.9 views

SUSE CVE-2009-0265

Internet Systems Consortium ISC BIND 9.6.0 and earlier does not properly check the return value from the OpenSSL EVPVerifyFinal function, which allows remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature, a similar vulnerability to CVE-2008-5077 and...

7.5CVSS7.6AI score0.02474EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/01/18 5:25 a.m.23 views

Timing Attack

barzahlen/barzahlen-php is vulnerable to Timing Attacks. The vulnerability exists via the verify function in Webhook.php, which allows an attacker to gain timing information of the application, which can leads to Information Disclosure...

5.3CVSS3.4AI score0.00625EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder