Answer in brief
CVE-2026-32686 records a Medium severity vulnerability in Unbounded exponent in decimal enables unauthenticated DoS. The current sources do not mark it as known exploited. The current feed maps decimal (erlang), ericmj/decimal (generic), ericmj/decimal (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps decimal (erlang), ericmj/decimal (generic), ericmj/decimal (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| decimalerlang | >=0.1.0,<3.0.0 | 3.0.0 |
| ericmj/decimalgeneric | >=0.1.0 <3.0.0 | 3.0.0 |
| ericmj/decimalgeneric | >=bc11f4a2b6fb61fc1360a0ab4e79141bba918841 <6a523f3a73b8c9974540e21c7aa88f1258bb35ae | 6a523f3a73b8c9974540e21c7aa88f1258bb35ae |
Published upstream
May 7, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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 without error. Subsequent calls to arithmetic functions (Decimal.add/2, Decimal.sub/2, Decimal.div/2), Decimal.to_string/2 with :normal or :xsd format, Decimal.to_integer/1, Decimal.round/3, or Decimal.compare/3 with a threshold allocate memory proportional to the exponent value, which can exhaust available memory and crash the BEAM VM. Any application that accepts user-supplied decimal input and subsequently performs arithmetic, rounding, conversion to integer, or string formatting on it is exposed. A single malicious request is sufficient to cause an out-of-memory crash. This issue affects decimal: from 0.1.0 before 3.0.0.
Quoted source text, attributed separately from HOL analysis.