MEDIUM 5.3 PyPI
Vyper has incorrect re-entrancy lock when key is empty string
GHSA-3hg2-r75x-g69m · CVE-2023-42441 · PYSEC-2023-305
Published · Modified
Description
Impact
Locks of the type @nonreentrant("") or @nonreentrant('') do not produce reentrancy checks at runtime.
@nonreentrant("") # unprotected
@external
def bar():
pass
@nonreentrant("lock") # protected
@external
def foo():
pass
Patches
Patched in #3605
Workarounds
The lock name should be a non-empty string.
References
Are there any links users can visit to find out more?
References
- WEB https://github.com/vyperlang/vyper/security/advisories/GHSA-3hg2-r75x-g69m
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2023-42441
- WEB https://github.com/vyperlang/vyper/pull/3605
- WEB https://github.com/vyperlang/vyper/commit/0b740280c1e3c5528a20d47b29831948ddcc6d83
- WEB https://github.com/pypa/advisory-database/tree/main/vulns/vyper/PYSEC-2023-305.yaml
- PACKAGE https://github.com/vyperlang/vyper
Ready to move
Start Securing
Free, no credit card | First findings in minutes