CVE-2026-78216
Last modified
CVE-2026-78216 is a medium-severity vulnerability rated 6/10 on the CVSS scale. AshLua exposes Ash read actions to Lua scripts run through an eval action. A read call accepts an operation (list, min, max, first, sum, avg) that builds an ad-hoc Ash.Query.Aggregate over a named field and returns its raw value. Ash field policies redact forbidden fields on returned records (replacing them with %Ash.ForbiddenField{}), but that redaction does not apply to aggregate values.
Description
AshLua exposes Ash read actions to Lua scripts run through an eval action. A read call accepts an operation (list, min, max, first, sum, avg) that builds an ad-hoc Ash.Query.Aggregate over a named field and returns its raw value. Ash field policies redact forbidden fields on returned records (replacing them with %Ash.ForbiddenField{}), but that redaction does not apply to aggregate values. A script could therefore read a field the calling actor's field policies forbid by requesting it as an aggregate instead of as a field. This includes fields that are public? true but restricted per-actor by a field policy, such as sensitive PII. The prior hardening only enforced the exposed-field allow-list (field visibility), which is a separate axis from per-actor field-policy authorization. The fix authorizes the aggregated field against the resource's field policies, so aggregating over a field the actor may not see is refused or scoped to the rows where it is visible. This issue affects ash_lua: from 0.1.0 before 0.2.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_lua | >= 0.1.0, < 0.2.2 |
| ash-project | ash_lua | >= 8675e47cca81f36594083a7e63379bac9e123e72, < 266a5dcc56d5015b6d316c10606169e753b07450 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78216?
How severe is CVE-2026-78216?
How do I fix CVE-2026-78216?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78208exceljs through 4.4.0 contains a path traversal vulnerabilit…7.5
- CVE-2026-78209exceljs through 4.4.0 fails to neutralize leading equals, pl…8.2
- CVE-2026-7821Improper certificate validation in Ivanti EPMM before versio…9.1
- CVE-2026-782114MOSAn GCB Doctor developed by 4MOSAn Security Technology ha…9.8
- CVE-2026-782124MOSAn developed by 4MOSAn Security Technology Co., Ltd. has…7.5
- CVE-2026-78213Heptabase developed by Hepta Platforms, Inc. has a Stored Cr…8.7
- CVE-2026-7822A vulnerability was identified in itsourcecode Courier Manag…6.3
- CVE-2026-78221An incorrect buffer size calculation in the Windows Interact…5.9
- CVE-2026-78222A vulnerability exists in NGINX JavaScript where a malformed…7.5
- CVE-2026-78223Improper Verification of Cryptographic Signature vulnerabili…6.9
- CVE-2026-78224The XSLT Transformer Step builds a bare TransformerFactory w…8.2
- CVE-2026-78225A hardcoded cryptographic server key vulnerability exists in…9
Are you affected by CVE-2026-78216?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
