πŸ” CVE Alert

CVE-2026-82734

UNKNOWN 0.0

Non-finite Infinity/NaN decimal values bypass bounds constraints in Ash.Type.Decimal

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Validation of Specified Quantity in Input vulnerability in ash-project ash allows an attacker to submit a non-finite decimal value that bypasses numeric bounds constraints or fails later operations on the value. Ash.Type.Decimal cast input through Ecto's decimal cast in cast_input/2 and cast_stored/2 (lib/ash/type/decimal.ex) without checking that the resulting value is finite. Elixir's Decimal represents Infinity and NaN as valid structs, so a value such as "Infinity" or "NaN" passed casting and was persisted. Because NaN compares as false against every bound, min and max constraints do not reject it, and the stored special value later raises when used in Decimal arithmetic or is refused by the data layer, failing subsequent requests. The fix rejects any non-finite Decimal during casting. This issue affects ash: from 1.28.0 before 3.32.2.

CWE CWE-1284
Vendor ash-project
Product ash
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash

Be the first to know when new unknown vulnerabilities affecting ash-project ash are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash
1.28.0 < 3.32.2
ash-project / ash
db6bdfcf1518c70d67975efb140cdeb2cb6a76e7 < 818087b1b3364f2af6f5460d6b01262ad0f69204

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-mvvh-q33h-q62v cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82734.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82734 github.com: https://github.com/ash-project/ash/commit/818087b1b3364f2af6f5460d6b01262ad0f69204

Credits

Jonatan MΓ€nnchen / EEF Zach Daniel / Ash Project πŸ” Peter Ullrich Peter Ullrich