CVE-2026-82726
Last modified
CVE-2026-82726 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. Permissive Regular Expression vulnerability in ash-project ash_phoenix lets a remote client select the tenant an Ash application uses, or degrade the request, by sending a crafted Host header. AshPhoenix.Helpers.get_subdomain/2 stripped the root domain with String.replace(host, ~r/.?#{root_host}/, ""). The root host was interpolated raw, so each . EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
Permissive Regular Expression vulnerability in ash-project ash_phoenix lets a remote client select the tenant an Ash application uses, or degrade the request, by sending a crafted Host header. AshPhoenix.Helpers.get_subdomain/2 stripped the root domain with String.replace(host, ~r/.?#{root_host}/, ""). The root host was interpolated raw, so each . became a wildcard and any metacharacter a pattern, and the replace was global and unanchored, so a match was removed from anywhere in the string. With root_host example.com, Host: foo.exampleXcom.attacker.net returned the tenant foo.attacker.net. A metacharacter-bearing or nil root host degraded the pattern or raised on every request. The comparison was also case-sensitive, so TENANT.EXAMPLE.COM and EXAMPLE.COM slipped past the root-host allowlist. conn.host comes from the client Host header. The fix matches the root host case-insensitively and only as an exact trailing suffix. This issue affects ash_phoenix: from 2.1.26 before 2.3.25.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/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, < 8306f29e77526840c89f3cd244996ce7c0fa2cda |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82726?
How severe is CVE-2026-82726?
How do I fix CVE-2026-82726?
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-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-82724Incorrect Authorization vulnerability in ash-project ash_pho…7.6
- CVE-2026-82725Authorization Bypass Through User-Controlled Key vulnerabili…2.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
- CVE-2026-82730Incorrect Authorization vulnerability in ash-project ash_typ…8.2
- CVE-2026-82731URL Redirection to Untrusted Site ('Open Redirect') vulnerab…2.3
Are you affected by CVE-2026-82726?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
