Am I affected?

type your ash_typescript version to check

Description

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.

Weaknesses & attack patterns

Weakness

CWE-601 · URL Redirection to Untrusted Site ('Open Redirect') in catalog → MITRE ↗

Attack patterns

CAPEC-72 · URL Encoding MITRE ↗

Affected — Hex / ash_typescript Hex.pm ↗ Repository ↗

0.15.0 < 0.18.0 affected
every other version: unaffected
cpe cpe:2.3:a:ash-project:ash_typescript:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.AshTypescript.TypedController.Codegen.RouteRenderer'
source files lib/ash_typescript/typed_controller/codegen/route_renderer.ex
routines 'Elixir.AshTypescript.TypedController.Codegen.RouteRenderer':build_url_template_to_variable/4

Affected — GitHub / ash-project/ash_typescript Repository ↗

6669e22 < 5165f75 affected
every other version: unaffected
cpe cpe:2.3:a:ash-project:ash_typescript:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.AshTypescript.TypedController.Codegen.RouteRenderer'
source files lib/ash_typescript/typed_controller/codegen/route_renderer.ex
routines 'Elixir.AshTypescript.TypedController.Codegen.RouteRenderer':build_url_template_to_variable/4

Configurations

The application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter.

References

Credits

Peter Ullrich Finder Reporter
Torkild Gundersen Kjevik / Ash Project Remediation developer
Jonatan Männchen / EEF Coordinator

CVSS breakdown

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:N/SA:N
« All CVEs