CVE-2026-77956
Last modified
CVE-2026-77956 is a high-severity vulnerability rated 8.9/10 on the CVSS scale. Improper Control of Generation of Code (Code Injection) vulnerability in ash-project ash_ai allows a remote, unauthenticated client to execute arbitrary Elixir code. AshAi.Actions.Prompt evaluates prompt content through EEx.eval_string/2. The documented prompt: fn input, context -> ... EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
Improper Control of Generation of Code (Code Injection) vulnerability in ash-project ash_ai allows a remote, unauthenticated client to execute arbitrary Elixir code. AshAi.Actions.Prompt evaluates prompt content through EEx.eval_string/2. The documented prompt: fn input, context -> ... end form lets the prompt content be built from action arguments, so when a prompt action's text incorporates request data, that attacker-controlled text is compiled and run as an EEx template (Elixir source). Content such as <%= System.cmd(...) %> therefore executes on the server before any model request is made, requiring no authentication beyond reaching a prompt action. The fix stops evaluating function-supplied prompt content as EEx; only statically configured templates are evaluated. This issue affects ash_ai: from 0.1.0 before 1.0.0.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_ai | >= 0.1.0, < 1.0.0 |
| ash-project | ash_ai | >= 4aab131d40a0bd5a8cf0b3c4eaaa59d49565f3d1, < e9948254b5659c1143b73dc2f59f457931e64514 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77956?
How severe is CVE-2026-77956?
How do I fix CVE-2026-77956?
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-77923Dolibarr 21.0.0 before 24.0.0 contains an authorization bypa…4.3
- CVE-2026-77939Flextype CMS through v1.0.0-dev contains an expression langu…6.5
- CVE-2026-77945A vulnerability was found in TRENDnet TEW-821DAP 2.2.01b05. …7.4
- CVE-2026-77946A vulnerability was determined in TRENDnet TEW-821DAP 2.2.01…10
- CVE-2026-7795The Click to Chat – WA Widget plugin for WordPress is vulner…6.4
- CVE-2026-77950Generation of Error Message Containing Sensitive Information…6.3
- CVE-2026-7796The EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Vid…6.4
- CVE-2026-77966The affected Ebyte product does not provide separation bet…8.8
- CVE-2026-7797The Appointment Booking Calendar — Simply Schedule Appointme…7.5
- CVE-2026-77970Cleartext Storage of Sensitive Information vulnerability in …5.9
- CVE-2026-77975The affected Ebyte product exports administrative credenti…6.5
- CVE-2026-77977Ebyte gateway product's vendor configuration utility does no…8.1
Are you affected by CVE-2026-77956?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
