Severity by source
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:H/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
Authenticated low-priv web access (PR:L) over the network (AV:N) plus non-trivial secret recovery (AC:H) yields full admin control (C:H/I:H/A:H) within the same device (S:U).
Primary rating from Vendor (Microchip).
CVSS VectorVendor: Microchip
Lifecycle Timeline
5DescriptionCVE.org
A privilege escalation vulnerability in Microchip IStaX allows an authenticated low-privileged user to recover a shared per-device cookie secret from their own webstax_auth session cookie and forge a new cookie with administrative privileges.This issue affects IStaX before 2026.03.
AnalysisAI
Privilege escalation in Microchip IStaX before 2026.03 allows an authenticated low-privileged web user to derive the shared per-device cookie secret directly from their own webstax_auth session cookie and mint a forged cookie granting full administrative access. Because the secret is common to the device rather than per-user and can be reconstructed from an already-issued cookie, any account holder can self-elevate to admin. There is no public exploit identified at time of analysis, and EPSS is very low (0.04%), but the technical impact is total.
Technical ContextAI
IStaX is Microchip's managed Ethernet switch firmware stack (part of the WebStaX/SMBStaX/IStaX family) that exposes a web management interface authenticated via a 'webstax_auth' HTTP session cookie. The flaw is rooted in CWE-331 (Insufficient Entropy): the cookie's integrity depends on a secret that is shared across the whole device instead of being unique and unpredictable per user or session. Because that secret is derivable from the contents of a legitimately issued cookie, the cryptographic binding meant to prevent tampering fails, letting an attacker recompute a valid signature for an arbitrary privilege level. The single affected product is identified by CPE cpe:2.3:a:microchip:istax:*:*:*:*:*:*:*:* across all versions prior to 2026.03.
RemediationAI
Upgrade IStaX to version 2026.03 or later, which the vendor states contains the fix (Vendor-released patch: 2026.03); consult the Microchip advisory at https://www.microchip.com/en-us/solutions/technologies/embedded-security/how-to-report-potential-product-security-vulnerabilities/istax-privilege-escalation-via-weak-cookie-authentication for the exact release and upgrade guidance. Until the update is applied, reduce exposure by restricting the switch web management interface to trusted management networks or a dedicated VLAN and limiting who can obtain even a low-privileged web account, since exploitation requires an authenticated foothold; where feasible, disable the HTTP/HTTPS web UI in favor of CLI/SNMP management, accepting the trade-off of losing browser-based administration. Because the weak secret is shared per device, also rotate credentials and force re-authentication after upgrading, as any previously issued cookie could have been captured for later forgery.
Same weakness CWE-331 – Insufficient Entropy
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23272