Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2023-37902 | First vendor Publication | 2023-07-25 |
Vendor | Cve | Last vendor Modification | 2023-08-03 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N | |||
---|---|---|---|
Overall CVSS Score | 5.3 | ||
Base Score | 5.3 | Environmental Score | 5.3 |
impact SubScore | 1.4 | Temporal Score | 5.3 |
Exploitabality Sub Score | 3.9 | ||
Attack Vector | Network | Attack Complexity | Low |
Privileges Required | None | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | None |
Integrity Impact | Low | 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
Vyper is a Pythonic programming language that targets the Ethereum Virtual Machine (EVM). Prior to version 0.3.10, the ecrecover precompile does not fill the output buffer if the signature does not verify. However, the ecrecover builtin will still return whatever is at memory location 0. This means that the if the compiler has been convinced to write to the 0 memory location with specially crafted data (generally, this can happen with a hashmap access or immutable read) just before the ecrecover, a signature check might pass on an invalid signature. Version 0.3.10 contains a patch for this issue. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-37902 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-252 | Unchecked Return Value |
CPE : Common Platform Enumeration
Type | Description | Count |
---|---|---|
Application | 5 |
Sources (Detail)
Source | Url |
---|---|
MISC | https://github.com/vyperlang/vyper/commit/019a37ab98ff53f04fecfadf602b6cd5ac7... https://github.com/vyperlang/vyper/security/advisories/GHSA-f5x6-7qgp-jhf3 |
Alert History
Date | Informations |
---|---|
2023-08-11 21:27:39 |
|
2023-08-03 21:27:53 |
|
2023-07-26 09:27:21 |
|
2023-07-26 00:27:19 |
|