Lucene search
+L

341 matches found

Vulnrichment
Vulnrichment
added 2022/08/14 12:05 a.m.8 views

CVE-2022-35961 ECDSA signature malleability in OpenZeppelin Contracts

OpenZeppelin Contracts is a library for secure smart contract development. The functions ECDSA.recover and ECDSA.tryRecover are vulnerable to a kind of signature malleability due to accepting EIP-2098 compact signatures in addition to the traditional 65 byte signature format. This is only an issu...

7.9CVSS7.7AI score0.00419EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/08/14 12:00 a.m.14 views

PT-2022-23060

Name of the Vulnerable Software and Affected Versions OpenZeppelin Contracts versions prior to 4.7.3 Description The functions ECDSA.recover and ECDSA.tryRecover are vulnerable to signature malleability due to accepting EIP-2098 compact signatures in addition to the traditional 65 byte signature...

7.9CVSS6.8AI score0.00419EPSS
SaveExploits0References18
Code423n4
Code423n4
added 2022/08/03 12:00 a.m.37 views

Direct usage of ecrecover allows signature malleability

Lines of code Vulnerability details Impact The permit function of ERC20Permit calls the Solidity ecrecover function directly to verify the given signatures. However, the ecrecover EVM opcode allows malleable non-unique signatures and thus is susceptible to replay attacks. This can leads to permit...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/07/15 12:00 a.m.22 views

Incorrect check for signature malleability

Lines of code Vulnerability details Impact Sig.recover has an Incorrect check: c.v != 27 || c.v != 28. Thus, Sig.recover always reverts. Proof of Concept c.v != 27 || c.v != 28 is always true function recoverbytes32 h, Components calldata c internal pure returns address // EIP-2 and malleable...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/22 12:00 a.m.22 views

use ECDSA helper library instead of ecrecover

Lines of code Vulnerability details use ECDSA helper library instead of ecrecover the function permit adds approval for a spender for a certain amount of value use of ecrecover to validate signatures without a nonce will allow signatures to be replayed to add additional approvals due to signature...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/01/28 12:00 a.m.30 views

Mageia: Security Advisory (MGASA-2020-0002)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.1CVSS8.5AI score0.02407EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2022/01/05 12:00 a.m.29 views

lockWithPermit() function allows for replay attacks and signature malleability

Handle jayjonah8 Vulnerability details Impact In XDEFIDistribution.sol the lockWithPermit function calls permit on the XDEFI token. The problem with simply using permit alone for this is the message that is signed by the owner using the ECDSA algorithm. The message only contains the receiver...

6.9AI score
SaveExploits0
attackerkb
attackerkb
added 2022/01/02 4:15 p.m.7 views

CVE-2021-36751

ENC DataVault 7.2.3 and before, and OEM versions, use an encryption algorithm that is vulnerable to data manipulation without knowledge of the key. This is called ciphertext malleability. There is no data integrity mechanism to detect this manipulation...

6.4CVSS5.9AI score0.00486EPSS
SaveExploits0References4
NVD
NVD
added 2022/01/02 4:15 p.m.29 views

CVE-2021-36751

ENC DataVault 7.2.3 and before, and OEM versions, use an encryption algorithm that is vulnerable to data manipulation without knowledge of the key. This is called ciphertext malleability. There is no data integrity mechanism to detect this manipulation...

6.4CVSS0.00486EPSS
SaveExploits0References3
OSV
OSV
added 2022/01/02 4:15 p.m.13 views

CVE-2021-36751

ENC DataVault 7.2.3 and before, and OEM versions, use an encryption algorithm that is vulnerable to data manipulation without knowledge of the key. This is called ciphertext malleability. There is no data integrity mechanism to detect this manipulation...

4.2CVSS5.8AI score0.00486EPSS
SaveExploits0References3
Prion
Prion
added 2022/01/02 4:15 p.m.22 views

Design/Logic Flaw

ENC DataVault 7.2.3 and before, and OEM versions, use an encryption algorithm that is vulnerable to data manipulation without knowledge of the key. This is called ciphertext malleability. There is no data integrity mechanism to detect this manipulation...

6.4CVSS4.5AI score0.00486EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/01/02 12:00 a.m.76 views

CVE-2021-36751

ENC DataVault 7.2.3 and earlier, including OEM versions, use a cryptographic algorithm vulnerable to ciphertext malleability, and lack a data-integrity check. An attacker could modify ciphertext, causing corresponding plaintext changes. The vulnerability is tied to ENC DataVault’s encryption choi...

6.4CVSS5.4AI score0.00486EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/01/02 12:00 a.m.32 views

CVE-2021-36751

ENC DataVault 7.2.3 and before, and OEM versions, use an encryption algorithm that is vulnerable to data manipulation without knowledge of the key. This is called ciphertext malleability. There is no data integrity mechanism to detect this manipulation...

4.8AI score0.00486EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/01/02 12:00 a.m.18 views

PT-2022-10543 · Unknown · Enc Datavault Oem +1

Name of the Vulnerable Software and Affected Versions: ENC DataVault versions 7.2.3 and before ENC DataVault OEM versions Description: The issue concerns the use of an encryption algorithm that is vulnerable to data manipulation, known as ciphertext malleability, without requiring knowledge of th...

6.4CVSS4.2AI score0.00486EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2021/11/16 3:43 p.m.17 views

python-ecdsa: DER encoding is not being verified in signatures

A flaw was found in python-ecdsa, where it did not correctly verify whether signatures used DER encoding. Without this verification, a malformed signature could be accepted, making the signature malleable. Without proper verification, an attacker could use a malleable signature to create false...

9.1CVSS5.7AI score0.01534EPSS
SaveExploits1References6
Code423n4
Code423n4
added 2021/09/08 12:00 a.m.16 views

lack of validation for the v and s value in recover() funciton

Handle JMukesh Vulnerability details Impact due to lack of checking of v and s value in recover it become prone to signature malleability Proof of Concept check out the tryRecover of ECDSA.sol Tools Used manual reveiw Recommended Mitigation Steps add necessary check to make the signature unique -...

6.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/05/21 4:23 p.m.101 views

BLS Signature "Malleability"

Impact 1. BLS signature validation in lotus uses blst library method VerifyCompressed. This method accepts signatures in 2 forms - "serialized", and "compressed", meaning that BLS signatures can be provided as either of 2 unique byte arrays. 2. Lotus block validation functions perform a uniquenes...

7.5CVSS0.00976EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2020/10/16 12:51 a.m.95 views

GHSA-G5VF-V6WF-7W2R Ciphertext Malleability Issue in Tink Java

Impact Tink's Java version before 1.5 under some circumstances allowed attackers to change the key ID part of the ciphertext, resulting in the attacker creating a second ciphertext that will decrypt to the same plaintext. This can be a problem in particular in the case of encrypting with a...

6.9CVSS5AI score0.00463EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2020/10/16 12:51 a.m.94 views

Ciphertext Malleability Issue in Tink Java

Impact Tink's Java version before 1.5 under some circumstances allowed attackers to change the key ID part of the ciphertext, resulting in the attacker creating a second ciphertext that will decrypt to the same plaintext. This can be a problem in particular in the case of encrypting with a...

5.3CVSS1.2AI score0.00463EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2020/10/09 12:00 a.m.16 views

PT-2025-11144

Name of the Vulnerable Software and Affected Versions: EdDSA-Java aka ed25519-java versions 0.3.0 and earlier Description: The implementation of EdDSA in EdDSA-Java exhibits signature malleability and does not satisfy the SUF-CMA property. This allows attackers to create new valid signatures...

4.3CVSS6.5AI score0.0014EPSS
SaveExploits0References30
Rows per page
Query Builder