πŸ” CVE Alert

CVE-2026-78693

UNKNOWN 0.0

Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-209
Vendor ash-project
Product ash_graphql
Published Aug 30, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_graphql

Be the first to know when new unknown vulnerabilities affecting ash-project ash_graphql are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_graphql
1.9.0 < 1.11.0
ash-project / ash_graphql
6d2d8d995906d68cc245d209a9b3f9853405eb61 < 78e90d369f09f44c534816de541e60841066a467

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_graphql/security/advisories/GHSA-ppr2-g9h8-w7qp cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-78693.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-78693 github.com: https://github.com/ash-project/ash_graphql/commit/78e90d369f09f44c534816de541e60841066a467

Credits

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