Intel

AIKIDO-2026-835688

ash_typescript is vulnerable to Information Exposure Through an Error Message

Information Exposure Through an Error MessageCVE-2026-77950 Published 2 days ago

63

Medium Risk

This Affects:

ELIXIRash_typescript
0.8.0 - 0.17.3
Fixed in 0.18.0
Are you affected? Scan for Free

TL;DR

The ash_typescript RPC error path uses a configured error_handler to redact or drop errors before they reach clients. When the handler has no clause for an error shape, it raises FunctionClauseError, and the rescue path returns the original unredacted error map, including secrets in its vars. A caller can send requests that produce those unhandled error classes and leak the unredacted errors. The fix does not return the original error when the handler crashes.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you configure a custom RPC error_handler.

Background info

ash_typescript is vulnerable to Information Exposure Through an Error Message in versions 0.8.0 - 0.17.3.

How to fix this

Upgrade the ash_typescript library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform