ZeroHour

CVE-2026-75757

niche

Cookie-name shadowing in AshAdmin lets sibling subdomains rebind admin sessions

CVSS 4.0
8.3 high
EPSS
<1%p23
Published
()
Modified
AI analysis

AshAdmin, the admin UI for the Elixir Ash framework, parses its state cookies (tenant, actor_resource, actor_primary_key, actor_action, actor_domain, actor_authorizing, actor_paused) with an unanchored regular expression, so any cookie whose name merely ends with the expected name is accepted. Because cookies are shared across a registrable domain, an attacker who controls or compromises a sibling subdomain can plant a shadowing cookie (for example xactor_authorizing) with Domain=.example.com. That cookie is matched first by the AshAdmin client JavaScript and flows, unvalidated, into the LiveSocket connect params, allowing the attacker to rebind an authenticated admin's session to a different actor, tenant, or authorization mode. Installations running ash_admin from 0.9.1 through any version before 1.3.1 are affected, particularly those hosted on a subdomain that shares its registrable domain with attacker-influenceable subdomains. No public proof-of-concept or in-the-wild exploitation is known; EPSS currently estimates a 0.3% probability of exploitation within the next 30 days.

What to do: Upgrade ash_admin to 1.3.1 or later, which matches cookie names by exact equality. As interim mitigation, ensure no untrusted or attacker-controllable subdomains share the registrable domain of the AshAdmin host, and audit existing cookies (e.g., names ending in the AshAdmin state-cookie names) set with a broad Domain attribute. The attack requires sibling-subdomain control, so review which third parties or tenants can set cookies on your registrable domain.

Affected
ash-project ash_admin (AshAdmin)>= 0.9.1, < 1.3.1
Estimated exposure
nicheunknown, plausibly no more than hundreds to low thousands of deployments — No install or download counts were provided; AshAdmin is an optional admin UI within the relatively small Elixir Ash ecosystem, so the population of deployments — and especially internet-exposed ones with attacker-influenceable sibling…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Reliance on Cookies without Validation and Integrity Checking vulnerability in ash-project ash_admin lets an attacker who controls a sibling subdomain rebind an admin's session to a different actor, tenant, or authorization mode. AshAdmin's client JavaScript read its state cookies (tenant, actor_resource, actor_primary_key, actor_action, actor_domain, actor_authorizing, actor_paused) by matching the cookie name with an unanchored regular expression (new RegExp(name + "=([^;]+)")) against the whole document.cookie. Any cookie whose name merely ends with the requested name therefore matches, and whichever is serialized first wins. Because cookies are shared across a registrable domain, a compromised sibling subdomain can set a shadowing cookie (for example xactor_authorizing) with Domain=.example.com that flows unvalidated into the admin's LiveSocket connect params. The fix matches cookie names by exact equality. This issue affects ash_admin: from 0.9.1 before 1.3.1.

Weakness
CWE-565
Vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/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

In the news

No ingested article mentions this CVE yet.