Am I affected?

type your ash version to check

Description

Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ash allows an attacker to forge a relationship to a record they cannot name, and to recover the secret value used to look it up.

When manage_relationship is used with on_lookup: :relate on a belongs_to relationship, the client-supplied lookup value is passed to Ash.Query.filter/2 without being cast to the attribute type. A nested map submitted where a scalar is expected is therefore interpreted as a filter predicate rather than a literal, so a lookup for a specific record becomes a query for any record matching a condition. The same path omits Ash.Query.limit(1), leaving Ash.read_one/2 able to distinguish no match from one match from several, which turns comparison predicates into an oracle for the lookup value. Authorization is unaffected; the destination read policy still applies.

This issue affects ash: from 1.52.0-rc.11 before 3.31.1.

Weaknesses & attack patterns

Weakness

CWE-943 · Improper Neutralization of Special Elements in Data Query Logic in catalog → MITRE ↗

Attack patterns

CAPEC-116 · Excavation MITRE ↗

Affected — Hex / ash Hex.pm ↗ Repository ↗

1.52.0-rc.11 < 3.31.1 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Ash.Actions.ManagedRelationships' · 'Elixir.Ash.Changeset'
source files lib/ash/actions/managed_relationships.ex · lib/ash/changeset/changeset.ex
routines 'Elixir.Ash.Actions.ManagedRelationships':setup_managed_belongs_to_relationships/3 · 'Elixir.Ash.Changeset':manage_relationship/4

Affected — GitHub / ash-project/ash Repository ↗

571c138 < 09f4259 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Ash.Actions.ManagedRelationships' · 'Elixir.Ash.Changeset'
source files lib/ash/actions/managed_relationships.ex · lib/ash/changeset/changeset.ex
routines 'Elixir.Ash.Actions.ManagedRelationships':setup_managed_belongs_to_relationships/3 · 'Elixir.Ash.Changeset':manage_relationship/4

Configurations

A belongs_to relationship must be managed with manage_relationship using on_lookup: :relate, and the lookup value must come from client input.

References

Credits

Jisung Chae Finder
Zach Daniel Remediation developer
Jonatan Männchen / EEF Analyst

CVSS breakdown

CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
« All CVEs