CVE-2026-82586
Improper Protection of Alternate Path vulnerability in ash-project ash_lua allows a user-supplied Lua script to read attributes that are not on the exposed-field allow-list. AshLua exposes Ash resources to Lua scripts, gated by a manifest declaring which fields are exposed. The read action's operation aggregate path in AshLua.Runtime took the field name straight from the Lua call and resolved it with only String.to_existing_atom and Ash.Query.Aggregate.new!, neither of which consults the exposed-field allow-list the normal fields path enforces. A script can therefore read the value of any attribute of any record the actor may read, including private sensitive?: true columns, via resource.read({ operation = {"list", "hashed_password"} }); min and max give a value oracle. Anyone able to submit or influence a Lua script can reach this. This issue affects ash_lua: from 0.1.0 before 0.2.1.
Scoring
- Severity
- HIGH
- CVSS base score
- 8.2
- CVSS vector
- CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
- EPSS probability
- 0.33%
- CWE
- CWE-424
- Published
- 2026-09-07
- Last modified
- 2026-09-08
Affected products
- ash-project ash_lua
- ash-project ash_lua
Weakness type
Related vulnerabilities
- CVE-2026-82754 — ash_authentication_oauth2_server aliases every protocol endpoint under /.well-known, bypassing path-scoped controls
- CVE-2026-86145 — PCRE2 before 10.48 allows a pcre2_dfa_match out-of-bounds write because reuse of a cached workspace...
- CVE-2026-58428 — Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)
- CVE-2026-66756 — Apache Tika: unpack endpoint in tika-server allows configuration with unsecureFeatures=false
- CVE-2026-54423 — In OpenStack Ironic before 37.0.1, an Ironic user with the ability to deploy nodes using the IPMI...
- CVE-2026-0268 — Prisma Access Agent: Local Authenticated VPN Enforcement Bypass on Linux
- CVE-2026-0237 — Prisma Browser: Improperly Restricted Automation Bridge Allows Security Bypass
- CVE-2026-4913 — Improper protection of an alternate path in Ivanti N-ITSM before version 2025.4 allows a remote...