Intel

AIKIDO-2026-429486

ash is vulnerable to Improper Input Validation

Improper Input ValidationCVE-2026-82738 Published 2 days ago

59

Medium Risk

This Affects:

ELIXIRash
3.6.3 - 3.32.1
Fixed in 3.32.2
Are you affected? Scan for Free

TL;DR

Ash.Type.UUIDv7 casts input without validating the UUID version bits, so any well formed UUID is accepted and stored. When the stored value is read back it cannot be recast from storage, and every query that touches the row raises an error. A single poisoned value denies access to that record for every reader that shares the query. The fix loads stored non-v7 UUIDs leniently so reads no longer fail.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you store externally supplied values in Ash.Type.UUIDv7 fields without requiring a version 7 UUID.

Background info

ash is vulnerable to Improper Input Validation in versions 3.6.3 - 3.32.1.

How to fix this

Upgrade the ash library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform