ash_typescript
Automatic TypeScript type generation for Ash resources and actions
Activity
- Latest release
- 1w ago
- Total releases
- 54
- Cadence
- ~3 days
- Last 12 months
- 47
Reach
- Downloads
- 78.2k
- Stars
- 102
Details
- License
- MIT
- First release
- Sep 13, 2025
| Version | Released | |
|---|---|---|
0.18.2
patch
| ||
0.18.1
patch
| ||
0.18.0
minor
| ||
0.17.3
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.2
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.1
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.0
minor
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.0
minor
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.3
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.2
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.1
patch
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.0
minor
7 CVEs
CVE-2026-82731
EEF-CVE-2026-82731
GHSA-6g23-p936-fm2f
Sep 01, 2026
Unescaped path parameters in AshTypescript generated TypeScript client allow request redirection
Medium
Network
Low
None
SummaryURL 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 The query-string path is unaffected, since This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application ships a TypeScript client generated by AshTypescript for a typed-controller route taking a path parameter, and passes untrusted input as that parameter. Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82733
EEF-CVE-2026-82733
GHSA-ghhw-qh7p-55xr
Sep 01, 2026
Route handler return value echoed into AshTypescript error response
Medium
Network
Low
None
None
SummaryGeneration of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body. When a typed-controller route handler returns anything other than a This contradicts the module's own posture elsewhere: the This issue affects ash_typescript: from 0.15.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with a route handler that can return a non- Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82732
EEF-CVE-2026-82732
GHSA-f7fq-hwq6-jhvv
Sep 01, 2026
Declared argument constraints not enforced on AshTypescript typed controller routes
Medium
Network
Low
None
None
SummaryImproper 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.
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. ConfigurationsThe application exposes an AshTypescript typed controller over HTTP with at least one route argument carrying a Affected versions
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.4
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.3
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.2
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.1
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.0
minor
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.2
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.1
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.0
minor
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.12.1
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.12.0
minor
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.6
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.5
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.4
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.3
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.2
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.1
patch
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.0
minor
4 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-82730
EEF-CVE-2026-82730
GHSA-6929-rjmh-4x62
Sep 01, 2026
Authorization-redacted field values disclosed through AshTypescript result normalization
High
Network
Low
None
None
SummaryIncorrect Authorization vulnerability in ash-project ash_typescript allows an unauthorized RPC caller to read attribute values that Ash field policies denied. When a field policy denies an attribute, Ash substitutes The simplest trigger is an action returning an embedded resource as a map, which routes through This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and relies on Ash field policies to hide attributes on embedded resources that an action returns as a map. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77856
EEF-CVE-2026-77856
GHSA-rj47-h936-4cxw
Sep 01, 2026
Unbounded atom creation from typed struct field names in AshTypescript field selector
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied typed struct field names.
This issue affects ash_typescript: from 0.11.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and has at least one resource field backed by an Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
+ 14 more Show less
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.10.2
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.10.1
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.10.0
minor
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.9.1
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.9.0
minor
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.8.4
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.8.3
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.8.2
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.8.1
patch
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.8.0
minor
2 CVEs
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-77950
EEF-CVE-2026-77950
GHSA-mjr7-r3rf-x963
Sep 01, 2026
RPC error handler fails open in AshTypescript, disclosing unredacted errors
Medium
Network
Low
None
None
SummaryGeneration 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.
This issue affects ash_typescript: from 0.8.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP and configures a custom Affected versions
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.12.0
0.12.1
+ 24 more Show less
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.7.1
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.7.0
minor
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.6.4
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.6.3
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.6.2
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.6.1
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.6.0
minor
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.5.0
minor
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.4.0
minor
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.3.3
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev | ||
0.3.2
patch
1 CVE
CVE-2026-74837
EEF-CVE-2026-74837
GHSA-mhxc-mhqx-3v28
Sep 01, 2026
Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter
High
Network
Low
None
None
SummaryAllocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names.
RPC field selection reaches it for every requested field name through This issue affects ash_typescript: from 0.1.0 before 0.18.0. ConfigurationsThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach Affected versions
0.1.0
0.1.2
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
+ 39 more Show less
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
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
0.2.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.0
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.9.0
0.9.1
Fixed in
0.18.0
References Updated Sep 08, 2026 · Source: OSV.dev |