CVE-2026-32686
Last modified
CVE-2026-32686 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-32686?
How severe is CVE-2026-32686?
How do I fix CVE-2026-32686?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-3268A vulnerability was detected in psi-probe PSI Probe up to 5.…4.3
- CVE-2026-32680The installer of RATOC RAID Monitoring Manager for Windows a…8.5
- CVE-2026-32682When NGINX Gateway Fabric is configured using GRPCRoutes, an…7.1
- CVE-2026-32683Some EZVIZ products utilize older versions of cloud feature …5.3
- CVE-2026-32684The application does not impose strict enough restrictions o…2.9
- CVE-2026-32685Path traversal vulnerability in Gleam's handling of custom d…4.6
- CVE-2026-32687Improper Neutralization of Special Elements used in an SQL C…7.8
- CVE-2026-32688Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-32689Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-3269A flaw has been found in psi-probe PSI Probe up to 5.3.0. Th…6.5
- CVE-2026-32690Secrets in Variables saved as JSON dictionaries were not pro…3.7
- CVE-2026-32691A race condition in the secrets management subsystem of Juju…5.3
Are you affected by CVE-2026-32686?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
