CVE-2026-55736 Details
Description
Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in ash-project ash allows a user to set the value of a private action argument that is intended to be controlled only by trusted server-side code. Action arguments declared with public?: false are meant to be set internally (for example via Ash.Changeset.set_private_argument/3) and must not be settable from end-user input. When a changeset is built from a parameter map, Ash filters out private arguments, but the filtering is incomplete. In the regular changeset path (for_create, for_update, for_destroy), private arguments are stripped only when the parameter key is an atom. When the key is a binary (string), as is the case for user-supplied parameters, the private argument is kept and the user controls its value. In the atomic path (Ash.Changeset.fully_atomic_changeset/4, also reached through atomic and bulk updates), private arguments are not stripped at all, regardless of whether the key is an atom or a binary. An attacker who can submit parameters to an action that defines a private argument can therefore inject a value for that argument. Depending on how the application uses the argument (for example an acting_user_id driving authorization or record ownership), this can lead to an integrity violation or privilege escalation. This issue affects ash: from 3.0.0 before 3.29.3.
A vulnerability in the Ash framework allows users to manipulate private action arguments, which should only be set by trusted server-side code. This issue arises because Ash does not consistently filter out private arguments when processing user-supplied parameters. The vulnerability affects Ash versions 3.0.0 prior to 3.29.3.
Users can upgrade to Ash version 3.29.3 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 23, 2026CISA-ADP
Assessed Jul 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/ash-project/ash/security/advisories/GHSA-f4hc-ppw9-4hhw | CISA-ADP | AdvisoryVendor |
| https://cna.erlef.org/cves/CVE-2026-55736.html | EEF | AdvisoryBundle |
| https://github.com/ash-project/ash/commit/d9b3100219b3ea86d73202bf7368c03a7688efea | EEF | Source CodeVendor |
| https://github.com/ash-project/ash/security/advisories/GHSA-f4hc-ppw9-4hhw | EEF | AdvisoryVendor |
| https://osv.dev/vulnerability/EEF-CVE-2026-55736 | EEF | AdvisoryBundle |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-915 | Improperly Controlled Modification of Dynamically-Determined Object Attributes | EEF |
Affected Products
| Product | Versions |
|---|---|
| ash-project ash | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 9, 2026 | CVE Modified | CISA-ADP |
| Jun 23, 2026 | New CVE Received | EEF |
Volerion