Executive Summary

Informations
Name CVE-2022-35961 First vendor Publication 2022-08-15
Vendor Cve Last vendor Modification 2022-12-06

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Overall CVSS Score 6.5
Base Score 6.5 Environmental Score 6.5
impact SubScore 3.6 Temporal Score 6.5
Exploitabality Sub Score 2.8
 
Attack Vector Network Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact High Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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 issue for the functions that take a single `bytes` argument, and not the functions that take `r, v, s` or `r, vs` as separate arguments. The potentially affected contracts are those that implement signature reuse or replay protection by marking the signature itself as used rather than the signed message or a nonce included in it. A user may take a signature that has already been submitted, submit it again in a different form, and bypass this protection. The issue has been patched in 4.7.3.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35961

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-354 Improper Validation of Integrity Check Value

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 3
Application 1

Sources (Detail)

Source Url
CONFIRM https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GH...
MISC https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3610
https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v4.7.3

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2023-02-14 02:14:56
  • Multiple Updates
2022-12-07 00:27:31
  • Multiple Updates
2022-08-16 21:27:11
  • Multiple Updates
2022-08-15 17:27:10
  • First insertion