CVE-2026-75757
Last modified
CVE-2026-75757 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_admin | >= 0.9.1, < 1.3.1 |
| ash-project | ash_admin | >= 77a43cc4fa04cb59c38fc434568a35a38ecb995a, < e93a3408a85035e1f90275d02bc2470c96095e56 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-75757?
How severe is CVE-2026-75757?
How do I fix CVE-2026-75757?
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-75742Adobe Experience Manager is affected by a stored Cross-Site …5.4
- CVE-2026-75746ColdFusion is affected by an Improper Neutralization of Spec…9.1
- CVE-2026-75749Substance3D - Painter is affected by an out-of-bounds write …7.8
- CVE-2026-75750Substance3D - Painter is affected by a Heap-based Buffer Ove…7.8
- CVE-2026-75752Substance3D - Painter is affected by an out-of-bounds read v…5.5
- CVE-2026-75754Missing Authentication for Critical Function, Server-Side Re…10
- CVE-2026-75758Uncontrolled Recursion vulnerability in the Elixir standard …5.9
- CVE-2026-75759Improper Verification of Cryptographic Signature vulnerabili…7.6
- CVE-2026-75760Generation of Error Message Containing Sensitive Information…7.1
- CVE-2026-75766Substance3D - Painter is affected by a Heap-based Buffer Ove…7.8
- CVE-2026-75767Substance3D - Painter is affected by a Heap-based Buffer Ove…7.8
- CVE-2026-75768Substance3D - Painter is affected by an Untrusted Search Pat…7.8
Are you affected by CVE-2026-75757?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
