Improper Verification of Cryptographic Signature Affecting @openzeppelin/contracts-upgradeable package, versions <4.7.3
Snyk CVSS
Attack Complexity
High
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-OPENZEPPELINCONTRACTSUPGRADEABLE-2980280
- published 14 Aug 2022
- disclosed 14 Aug 2022
- credit Unknown
Introduced: 14 Aug 2022
CVE-2022-35961 Open this link in a new tabHow to fix?
Upgrade @openzeppelin/contracts-upgradeable
to version 4.7.3 or higher.
Overview
@openzeppelin/contracts-upgradeable is a Secure Smart Contract library for Solidity.
Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature via ECDSA.recover
and ECDSA.tryRecover
due to accepting EIP-2098 compact signatures in addition to the traditional 65 byte signature format.