VYPR

Decimal

by Ericmj

hex: decimal

Source repositories

CVEs (1)

  • CVE-2026-32686MedMay 7, 2026
    risk 0.38cvss epss 0.00

    Uncontrolled Resource Consumption vulnerability in ericmj decimal allows unauthenticated remote Denial of Service. The decimal library does not bound the exponent on parsed input. Storing a decimal with a very large exponent (e.g. Decimal.new("1e1000000000")) is accepted…