CVE-2026-93477 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 on the bulk destroy and bulk update paths. Action arguments declared with public?: false are meant to be set only by trusted server-side code (for example via Ash.Changeset.set_private_argument/3) and must not be settable from end-user input. CVE-2026-55736 fixed the non-bulk changeset path to strip private arguments from user-supplied parameter maps, but the bulk destroy and bulk update paths were not covered. Ash.Actions.Destroy.Bulk.base_changeset/5 and Ash.Actions.Update.Bulk.base_changeset/5 match every key in the caller-supplied parameter map against all of the action's arguments with no public? check, then apply the matches to the base changeset. A caller who can submit parameters to a bulk destroy or bulk update action (for example through AshJsonApi, AshGraphql, or a controller that forwards request parameters to Ash.bulk_destroy/4 or Ash.bulk_update/4) can therefore set any private argument of that action, including one referenced by an arg(...) template in the action's changes or validations. Depending on how the application uses the argument (for example an acting_user_id driving authorization or record ownership, or audit metadata), this can lead to an integrity violation or privilege escalation. The fix requires public? in the argument matching on both bulk paths; private arguments remain settable server-side via the :private_arguments option. This issue affects ash: from 2.17.15 before 3.33.11.
A vulnerability exists in the Ash framework, specifically in versions 2.17.15 prior to 3.33.11, allowing users to manipulate private action arguments during bulk destroy and bulk update operations. Action arguments marked as private (public?: false) should only be modified by trusted server-side code. However, the bulk actions currently accept these private arguments from user-supplied parameter maps, bypassing the intended access controls. This issue can lead to unauthorized changes in resource attributes, potentially causing integrity violations or privilege escalations, depending on how the modified arguments are used within the application.
The vulnerability has been patched in Ash version 3.33.11. To address this issue, update to the latest version. If an immediate update is not possible, avoid referencing private arguments in bulk actions or manually sanitize the parameter map to remove private argument names before invoking bulk operations.
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 Sep 25, 2026CISA-ADP
Assessed Sep 25, 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-c2p4-p7q6-hr2j | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://cna.erlef.org/cves/CVE-2026-93477.html | EEF | AdvisoryVendor |
| https://github.com/ash-project/ash/commit/6b7ac53a0a2532291eb940d7beaf0fbb2da6fc4f | EEF | Source CodeVendor |
| https://github.com/ash-project/ash/commit/8c17434803b2e91de522bdfbd0ca918e5d5898df | EEF | Source CodeVendor |
| https://github.com/ash-project/ash/security/advisories/GHSA-c2p4-p7q6-hr2j | EEF | AdvisoryExploitRemedyVendor |
| https://osv.dev/vulnerability/EEF-CVE-2026-93477 | 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 | >= 2.17.15, < 3.33.11 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 25, 2026 | CVE Modified | CISA-ADP |
| Sep 25, 2026 | New CVE Received | EEF |
Volerion