πŸ” CVE Alert

CVE-2026-82738

UNKNOWN 0.0

Ash.Type.UUIDv7 accepts non-v7 UUIDs that then fail to load, causing persistent denial of service

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Input Validation vulnerability in ash-project ash allows an attacker to persistently deny reads of a record by storing a non-version-7 UUID in an Ash.Type.UUIDv7 attribute. Ash.Type.UUIDv7.cast_input/2 accepts any well-formed UUID string, including non-version-7 UUIDs, and stores it as a 16-byte binary. On read, cast_stored/2 (lib/ash/type/uuid_v7.ex) routes the stored binary back through cast_input/2, which since an input-validation tightening in v3.6.3 matches only version-7 (and optionally version-4) 16-byte binaries and otherwise expects a 36-character string. A stored non-v7 16-byte binary matches neither clause and returns :error, so every later read of that record fails. An attacker able to set such an attribute poisons the row permanently. The fix decodes any 16-byte stored binary directly in cast_stored/2. This issue affects ash: from 3.6.3 before 3.32.2.

CWE CWE-20
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
3.6.3 < 3.32.2
ash-project / ash
751d8a4d11564efbe358c90c8347f3a00eb60782 < c453cdc0b8570e86ffef0d10e136247f52b3ea76

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-7xfw-9jwm-9c4c cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82738.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82738 github.com: https://github.com/ash-project/ash/commit/c453cdc0b8570e86ffef0d10e136247f52b3ea76

Credits

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