CVE-2026-82724
Last modified
CVE-2026-82724 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. Incorrect Authorization vulnerability in ash-project ash_phoenix invokes the SubdomainHook authorization callback with a nil tenant, so tenant-scoped access checks never see the tenant they are meant to enforce. AshPhoenix.LiveView.SubdomainHook.on_mount/4 attached a handle_params hook to assign the tenant and then immediately called handle_subdomain in the same on_mount. The tenant assign is only written when LiveView later runs handle_params, strictly after on_mount returns, so handle_subdomain read an unset assign and ran as apply(m, f, [socket, nil | a]). EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
Incorrect Authorization vulnerability in ash-project ash_phoenix invokes the SubdomainHook authorization callback with a nil tenant, so tenant-scoped access checks never see the tenant they are meant to enforce. AshPhoenix.LiveView.SubdomainHook.on_mount/4 attached a handle_params hook to assign the tenant and then immediately called handle_subdomain in the same on_mount. The tenant assign is only written when LiveView later runs handle_params, strictly after on_mount returns, so handle_subdomain read an unset assign and ran as apply(m, f, [socket, nil | a]). A consumer gate that halts when the user does not belong to the tenant instead evaluated nil, either crashing or taking a permissive branch, and it was never re-run once the real subdomain was assigned or on later navigations. The fix runs handle_subdomain inside the handle_params hook with the real tenant on every navigation. This issue affects ash_phoenix: from 2.1.26 before 2.3.25.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/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_phoenix | >= 2.1.26, < 2.3.25 |
| ash-project | ash_phoenix | >= 9a5ea4d377bc263de321d79574872a3dfc4fb541, < b396e1aa5c6bdec39255f19cf938b539e6d28b71 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82724?
How severe is CVE-2026-82724?
How do I fix CVE-2026-82724?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-82701A vulnerability was determined in code-projects Online Shopp…7.3
- CVE-2026-82702A vulnerability was identified in Edimax BR-6214K 1.40. This…6.6
- CVE-2026-82703A security flaw has been discovered in Edimax BR-6214K 1.40.…6.6
- CVE-2026-8271A vulnerability was identified in D-Link DNS-320 2.06B01. Th…7.2
- CVE-2026-8272A security flaw has been discovered in D-Link DNS-320 2.06B0…7.2
- CVE-2026-82722Allocation of Resources Without Limits or Throttling vulnera…8.3
- CVE-2026-82725Authorization Bypass Through User-Controlled Key vulnerabili…2.3
- CVE-2026-82726Permissive Regular Expression vulnerability in ash-project a…6.3
- CVE-2026-82727Generation of Error Message Containing Sensitive Information…2.3
- CVE-2026-82728Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-82729Inefficient Algorithmic Complexity vulnerability in elixir-m…6.3
- CVE-2026-8273A weakness has been identified in D-Link DNS-320 2.06B01. Th…7.2
Are you affected by CVE-2026-82724?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
