πŸ” CVE Alert

CVE-2026-82731

UNKNOWN 0.0

Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

URL Redirection to Untrusted Site ('Open Redirect') vulnerability in ash-project ash_typescript allows an attacker who controls a path-parameter value to redirect a generated client's request, and the credentials attached to it, to an unintended route or an external origin. The URL builders in lib/ash_typescript/typed_controller/codegen/route_renderer.ex replace each :param placeholder with a bare template interpolation and never call encodeURIComponent, so the value reaches executeTypedControllerRequest raw. A value containing ../ is normalised away by the fetch URL resolver and reaches a different route, while ? or # truncates the path and can smuggle or override query parameters. For a route whose path begins with a parameter, a value such as /evil.example.com/x yields the protocol-relative URL //evil.example.com/x, sending the request and the credentials from TypedControllerConfig to an attacker-controlled host. Nothing constrains the value at runtime: get_path_param_type/2 emits only a TypeScript type, which is erased. The query-string path is unaffected, since URLSearchParams.set encodes its own values. This issue affects ash_typescript: from 0.15.0 before 0.18.0.

CWE CWE-601
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.15.0 < 0.18.0
ash-project / ash_typescript
6669e22ece34b4534e706a46d1842f01b68ee23a < 5165f752f5f92b755d946f2d1ce750ff69083ffc

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_typescript/security/advisories/GHSA-6g23-p936-fm2f cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82731.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82731 github.com: https://github.com/ash-project/ash_typescript/commit/5165f752f5f92b755d946f2d1ce750ff69083ffc

Credits

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