EEF-CVE-2026-78693
Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names
Quick fix
EEF-CVE-2026-78693 — ash_graphql: upgrade to the fixed version with the command below.
mix deps.update ash_graphqlDetails
## Summary
Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash\_graphql allows a remote client to read internal field names that an application configured its error\_handler to redact.
In AshGraphql.Errors, each error is passed to the configured error\_handler and the returned map is merged with the pre-handler path via Map.put\_new(handled, :path, path). Because put\_new defers to the handler only when the handler itself set :path, a sanitizing handler that returns a fresh map or deletes :path has that decision reverted. The re-injected path comes from build\_error\_path/5, which falls back to raw internal Ash attribute and argument names when no field\_names mapping is configured. A validation failure on a non-exposed or nested field therefore returns internal names in the GraphQL error path, defeating the application's redaction.
This issue affects ash\_graphql: from 1.9.0 before 1.11.0.
Are you affected?
Enter the version of the package you're using.