EEF-CVE-2026-82732

Source
https://cna.erlef.org/osv/EEF-CVE-2026-82732.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-82732.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-82732
Aliases
Published
2026-09-01T02:09:15.070Z
Modified
2026-09-01T02:25:35.904393778Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Declared argument constraints not enforced on AshTypescript typed controller routes
Details

Summary

Improper Input Validation vulnerability in ash-project ash_typescript allows a remote attacker to submit argument values outside a declared allowlist or bound on typed-controller routes.

AshTypescript.TypedController.RequestHandler in lib/ash_typescript/typed_controller/request_handler.ex calls Ash.Type.cast_input/3 and treats an {:ok, cast} result as fully validated. In Ash these are separate steps: cast_input/3 only coerces the term, while every constraint declared on the argument is applied by Ash.Type.apply_constraints/3, which this path never calls. Constraints such as one_of, max_length, min and max, and match are therefore inert, so a value outside a declared allowlist is accepted and passed to the route handler. Codegen renders the same constraints into the generated TypeScript types, so an allowlist appears enforced to a TypeScript caller while any other HTTP client ignores it. Empty-string to nil normalization also lives in apply_constraints, so the allow_nil?: false check accepts "" for a required argument.

Where a constraint gates a role, a status, or a sort direction, this becomes a privilege or state-machine bypass.

This issue affects ash_typescript: from 0.15.0 before 0.18.0.

Configuration

The application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a constraints declaration that gates application behaviour.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_typescript:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-153"
    ],
    "cwe_ids": [
        "CWE-20"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Torkild Gundersen Kjevik / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / ash_typescript

Package

Name
ash_typescript
Purl
pkg:hex/ash_typescript

Affected ranges

Type
SEMVER
Events
Introduced
0.15.0
Fixed
0.18.0

Affected versions

0.*
0.15.0
0.15.1
0.15.2
0.15.3
0.16.0
0.17.0
0.17.1
0.17.2
0.17.3

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82732.json"

Git / github.com/ash-project/ash_typescript

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_typescript
Events

Affected versions

v0.*
v0.15.0
v0.15.1
v0.15.2
v0.15.3

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82732.json"