πŸ” CVE Alert

CVE-2026-82367

UNKNOWN 0.0

Re-entrant synchronous publish in AshGraphql subscription batcher delivers one subscriber's records to another's topic

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Exposure of Data Element to Wrong Session vulnerability in ash-project ash_graphql can deliver one subscription's resolved records to a different subscriber's topic. AshGraphql.Subscription.Batcher.do_send/5 reads the resolved batch from the process dictionary via Process.get(:batch_resolved) and then unconditionally deletes it. That is sound only inside a task the library owns. On the :backpressure_sync and :noproc fallbacks do_send/5 runs inline in the publishing caller's process, so if a resolver inside an outer do_send/5 triggers another synchronous Ash notification, the inner call finds the outer run's value still under :batch_resolved, adopts it as its own result, and publishes it to the inner topic, a different subscription document with a different actor and tenant. It then deletes the key, so the outer run publishes nothing. The key is not namespaced by run, so records cannot be told apart. The fix saves, clears, and restores :batch_resolved around each run. This issue affects ash_graphql: from 1.4.0 before 1.11.0.

CWE CWE-488
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.4.0 < 1.11.0
ash-project / ash_graphql
3cb2c9870d050c7c4bba6c211aaed97d732f7e81 < b798ef5288664a0261990b19765558f168b718fb

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_graphql/security/advisories/GHSA-wm4m-cjmc-5v8c cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82367.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82367 github.com: https://github.com/ash-project/ash_graphql/commit/b798ef5288664a0261990b19765558f168b718fb

Credits

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