Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/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
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/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
Lifecycle Timeline
6DescriptionCVE.org
hoppscotch is an open source API development ecosystem. Prior to version 2026.3.0, there is a stored XSS vulnerability that can lead to CSRF. This issue has been patched in version 2026.3.0.
AnalysisAI
Stored cross-site scripting (XSS) in Hoppscotch versions prior to 2026.3.0 enables remote attackers to execute arbitrary JavaScript in victim browsers without authentication, potentially escalating to cross-site request forgery (CSRF) attacks against authenticated users. CVSS 8.5 (High) reflects network accessibility with low complexity but user interaction required. No public exploit identified at time of analysis, though the attack surface is well-understood for stored XSS vectors in API development tools where malicious payloads persist in shared workspaces or collections.
Technical ContextAI
Hoppscotch is an open-source API development ecosystem (comparable to Postman) enabling collaborative request building and testing. The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation), where user-controlled input is stored without sufficient sanitization and later rendered in victim browsers. In API collaboration platforms, common XSS injection points include request names, environment variables, collection descriptions, or workspace comments. The stored nature means malicious payloads persist server-side, executing whenever accessed by other users. The CSRF escalation occurs when the XSS payload forges authenticated requests on behalf of victims, potentially manipulating API definitions, exfiltrating sensitive tokens/keys stored in environments, or modifying shared team resources. CPE cpe:2.3:a:hoppscotch:hoppscotch identifies all versions prior to the patched release as affected.
RemediationAI
Upgrade to Hoppscotch version 2026.3.0 or later, which includes patches addressing the stored XSS vulnerability. Release notes and patched binaries available at https://github.com/hoppscotch/hoppscotch/releases/tag/2026.3.0. Organizations should prioritize upgrading internet-facing instances and multi-tenant deployments. Review existing workspace content for suspicious payloads injected prior to patching, particularly in collection names, descriptions, environment variables, and request headers. Implement Content Security Policy (CSP) headers as defense-in-depth to mitigate residual XSS risks. No effective workarounds exist for stored XSS beyond upgrade; input validation retrofitting would require code modification equivalent to vendor patch. Consult vendor security advisory GHSA-wj4r-hr4h-g98v for additional mitigation guidance.
More in Hoppscotch
View allUnauthenticated mass assignment in Hoppscotch self-hosted exposes the JWT_SECRET and SESSION_SECRET to full attacker con
Unauthenticated infrastructure overwrite in Hoppscotch API development ecosystem before 2026.2.0. Attackers can overwrit
hoppscotch is an open source API development ecosystem. Rated high severity (CVSS 8.8), this vulnerability is remotely e
Hoppscotch prior to version 2026.2.0 contains authorization bypass vulnerabilities in its environment management APIs th
hoppscotch is an open source API development ecosystem. [CVSS 6.5 MEDIUM]
Hoppscotch prior to version 2026.3.0 contains a DOM-based open redirect vulnerability in the /enter page that allows una
Hoppscotch is an API development ecosystem. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable
Open redirect in Hoppscotch API development platform prior to version 2026.3.0 enables token exfiltration leading to com
Stored cross-site scripting (XSS) in Hoppscotch prior to version 2026.3.0 allows authenticated users to inject malicious
hoppscotch is an open source API development ecosystem. Prior to version 2026.2.1, the DELETE /v1/access-tokens/revoke e
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-18540