CVE-2026-75757

8.3

ash-project · ash_admin

A cookie validation flaw in ash_admin allows an attacker controlling a sibling subdomain to hijack an administrator session by injecting shadowing cookies.

Executive summary

The ash_admin library is vulnerable to a critical session hijacking flaw that permits attackers to impersonate administrators or alter authorization modes by exploiting improper cookie name matching.

Vulnerability

This is a reliance on cookies without validation and integrity checking (CWE-565). The client-side JavaScript uses an unanchored regular expression to parse cookies, allowing an attacker to override sensitive session state via a malicious cookie set on a shared registrable domain.

Business impact

The vulnerability carries a CVSS score of 8.3, indicating a high level of risk. A successful exploit allows unauthorized actors to rebind an administrator session to a different tenant or actor, potentially leading to full administrative account takeover, unauthorized data access, and the bypass of critical security controls within the application.

Remediation

Immediate Action: Update the ash_admin dependency to version 1.3.1 or later, which implements exact equality matching for cookie names to prevent shadowing.

Proactive Monitoring: Review application logs for unusual session activity or authentication requests originating from unexpected subdomains.

Compensating Controls: Implement strict Content Security Policy (CSP) headers and ensure that cookies are scoped to the narrowest possible domain, preventing cross-subdomain cookie leakage.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the potential for complete administrative session compromise, organizations utilizing ash_admin must prioritize this update. The ease of exploitation via sibling domain control necessitates immediate patching to ensure the integrity of the administration interface and its associated actor permissions.

More ash-project CVEs

Sources

Originally found and disclosed by Peter Ullrich, Peter Ullrich, with Zach Daniel / Ash Project (remediation developer), Jonatan Männchen / EEF (coordinator), per the CVE Program record.