QID 980492

QID 980492: Python (pip) Security Update for vyper (GHSA-c7pr-343r-5c46)

Security update has been released for vyper to fix the vulnerability.

Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.

The following code does not properly validate that its input is in bounds.

```python
@external
def foo(x: decimal) -> decimal:
return x
```

  • CVSS V3 rated as Medium - 4.3 severity.
  • CVSS V2 rated as Medium - 4 severity.
  • Solution
    0.3.0 / #2447Workaround:
    Don't use decimal args
    Vendor References

    CVEs related to QID 980492

    Software Advisories
    Advisory ID Software Component Link
    GHSA-c7pr-343r-5c46 vyper URL Logo github.com/advisories/GHSA-c7pr-343r-5c46