πŸ” CVE Alert

CVE-2026-75757

UNKNOWN 0.0

AshAdmin cookie reader matches names by substring, enabling actor/session shadowing from a sibling subdomain

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-565
Vendor ash-project
Product ash_admin
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_admin

Be the first to know when new unknown vulnerabilities affecting ash-project ash_admin are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_admin
0.9.1 < 1.3.1
ash-project / ash_admin
77a43cc4fa04cb59c38fc434568a35a38ecb995a < e93a3408a85035e1f90275d02bc2470c96095e56

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_admin/security/advisories/GHSA-3259-55fp-w94j cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-75757.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-75757 github.com: https://github.com/ash-project/ash_admin/commit/e93a3408a85035e1f90275d02bc2470c96095e56

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF