πŸ” CVE Alert

CVE-2026-77950

UNKNOWN 0.0

RPC error handler fails open in AshTypescript, disclosing unredacted errors

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to receive unredacted internal error data by provoking an error shape the configured error handler does not match. apply_error_handler/3 in lib/ash_typescript/rpc/errors.ex is the only hook an application has for redacting or suppressing errors before they reach the client, with a nil return dropping the error entirely. Its rescue clause logs a warning and then returns the original, pre-handler error map. Error handlers are conventionally written as pattern-matching functions over expected error shapes, so an unmatched shape raises FunctionClauseError and the raw transformed error, including any secrets carried in vars, is emitted instead. An intent to suppress an error becomes an intent to publish it. The rescue catches exceptions only, so a handler that throws or exits still propagates. This issue affects ash_typescript: from 0.8.0 before 0.18.0.

CWE CWE-209
Vendor ash-project
Product ash_typescript
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_typescript

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

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

Affected Versions

ash-project / ash_typescript
0.8.0 < 0.18.0
ash-project / ash_typescript
cb01cc8749e5a2a17fb45aedbe75df30a9f1126e < 59d8e985a98cf2e01794dbe5b919b897a95311f4

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_typescript/security/advisories/GHSA-mjr7-r3rf-x963 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-77950.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-77950 github.com: https://github.com/ash-project/ash_typescript/commit/59d8e985a98cf2e01794dbe5b919b897a95311f4

Credits

Peter Ullrich πŸ” Peter Ullrich Torkild Gundersen Kjevik / Ash Project Jonatan MΓ€nnchen / EEF