Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2026-32686— Unbounded exponent in decimal enables unauthenticated DoS

EPSS 0.07% · P22
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-32686

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Unbounded exponent in decimal enables unauthenticated DoS
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
未加控制的资源消耗(资源穷尽)
Source: NVD (National Vulnerability Database)
Vulnerability Title
Decimal 资源管理错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Decimal是Eric Meadows-Jönsson个人开发者的一个任意精度十进制算术库。 Decimal 0.1.0版本至3.0.0之前版本存在资源管理错误漏洞,该漏洞源于未限制解析输入的指数,可能导致未经身份验证的远程拒绝服务攻击,通过存储具有极大指数的十进制数并在后续算术、格式化或比较操作中分配与指数值成比例的内存,从而耗尽内存并导致BEAM VM崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
ericmjdecimal 0.1.0 ~ 3.0.0 cpe:2.3:a:ericmj:decimal:*:*:*:*:*:*:*:*
ericmjdecimal bc11f4a2b6fb61fc1360a0ab4e79141bba918841 ~ 6a523f3a73b8c9974540e21c7aa88f1258bb35ae cpe:2.3:a:ericmj:decimal:*:*:*:*:*:*:*:*

II. Public POCs for CVE-2026-32686

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-32686

登录查看更多情报信息。

IV. Related Vulnerabilities

V. Comments for CVE-2026-32686

No comments yet


Leave a comment