πŸ” CVE Alert

CVE-2026-82735

UNKNOWN 0.0

Match regex runs on over-length input in Ash.Type.String, enabling regex denial of service

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Uncontrolled Resource Consumption vulnerability in ash-project ash allows an attacker to force an expensive regular expression to run on input that a length constraint should have already rejected. Ash.Type.String.apply_constraints/2 (lib/ash/type/string.ex) evaluated the :match regex regardless of the min_length and max_length constraints on the same attribute. Because the length check did not gate the regex, an over-length value that the length constraint rejects still had the pattern applied to it, so the length limit that would otherwise bound the work never constrained the regex input. Against a backtracking pattern this yields catastrophic regex evaluation on attacker-sized input, and even a linear pattern runs on arbitrarily large input, consuming CPU per request. The fix skips the :match regex whenever a length constraint is violated, making the two checks order-independent. This issue affects ash: from 0.10.0 before 3.32.2.

CWE CWE-400
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
0.10.0 < 3.32.2
ash-project / ash
05848d5f4affe60fddd812222a18ada080c0813b < 14928412a1a94a69c47df8e98920d3a2b09cdec4

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-mq7g-pffw-m8xh cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82735.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82735 github.com: https://github.com/ash-project/ash/commit/14928412a1a94a69c47df8e98920d3a2b09cdec4

Credits

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