pysec-2023-305
Vulnerability from pysec
Published
2023-09-18 21:16
Modified
2024-11-21 14:23
Severity ?
Details
Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). Starting in version 0.2.9 and prior to version 0.3.10, locks of the type @nonreentrant("")
or @nonreentrant('')
do not produce reentrancy checks at runtime. This issue is fixed in version 0.3.10. As a workaround, ensure the lock name is a non-empty string.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "vyper", "purl": "pkg:pypi/vyper" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0b740280c1e3c5528a20d47b29831948ddcc6d83" } ], "repo": "https://github.com/vyperlang/vyper", "type": "GIT" }, { "events": [ { "introduced": "0.2.9" }, { "fixed": "0.3.10" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.2.10", "0.2.11", "0.2.12", "0.2.13", "0.2.14", "0.2.15", "0.2.16", "0.2.9", "0.3.0", "0.3.1", "0.3.10rc1", "0.3.10rc2", "0.3.10rc3", "0.3.10rc4", "0.3.10rc5", "0.3.2", "0.3.3", "0.3.4", "0.3.5", "0.3.6", "0.3.7", "0.3.8", "0.3.9" ] } ], "aliases": [ "CVE-2023-42441", "GHSA-3hg2-r75x-g69m" ], "details": "Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). Starting in version 0.2.9 and prior to version 0.3.10, locks of the type `@nonreentrant(\"\")` or `@nonreentrant(\u0027\u0027)` do not produce reentrancy checks at runtime. This issue is fixed in version 0.3.10. As a workaround, ensure the lock name is a non-empty string.", "id": "PYSEC-2023-305", "modified": "2024-11-21T14:23:02.698147+00:00", "published": "2023-09-18T21:16:00+00:00", "references": [ { "type": "EVIDENCE", "url": "https://github.com/vyperlang/vyper/security/advisories/GHSA-3hg2-r75x-g69m" }, { "type": "FIX", "url": "https://github.com/vyperlang/vyper/security/advisories/GHSA-3hg2-r75x-g69m" }, { "type": "ADVISORY", "url": "https://github.com/vyperlang/vyper/security/advisories/GHSA-3hg2-r75x-g69m" }, { "type": "REPORT", "url": "https://github.com/vyperlang/vyper/pull/3605" }, { "type": "FIX", "url": "https://github.com/vyperlang/vyper/pull/3605" }, { "type": "FIX", "url": "https://github.com/vyperlang/vyper/commit/0b740280c1e3c5528a20d47b29831948ddcc6d83" } ], "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.