S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
medium·Product Based Web Vulnerabilities·Updated May 8, 2026

CVE-2026-34847 Scanner

CVE-2026-34847 Scanner - Open Redirect vulnerability in Hoppscotch

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
3.4k
Times Used
continuous scan runs
5.8k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-34847
6.1
CVSSmedium
Exploitable remotely over the internet · no authentication required · user interaction needed.

hoppscotch is an open source API development ecosystem. Prior to version 2026.3.0, the /enter page contains a DOM-based open redirect vulnerability. The redirect query parameter is directly used to construct a URL and redirect the user without proper validation. This issue has been patched in version 2026.3.0.

Attack Vector
Network
Privileges Req.
None
User Interaction
Required
Affected
hoppscotchby hoppscotch
< 2026.3.0
Updated Aug 19, 2026View on NVD →
Detail

The Hoppscotch tool is widely used by developers to quickly test and interact with APIs. It offers a collaborative environment for testing API endpoints, supporting a variety of protocols and methods, mainly for web developers and teams working on web services. With Hoppscotch, users can save requests, share them with others, and document the API testing process efficiently, making it a valuable resource for both large and small development teams working with RESTful APIs.

The vulnerability detected in Hoppscotch <= 2026.2.1 is a DOM-based open redirect flaw. This type of vulnerability may allow attackers to redirect users to malicious websites by manipulating the address bar in a manner that initially displays the legitimate domain. Such vulnerabilities can lead to credential theft, phishing, and interception of sensitive information such as OAuth tokens by tricking users into believing they are interacting with a trusted source.

Technically, the vulnerability occurs due to inadequate validation of the redirect URL parameter, which is passed to `window.location.href` without checking its origin. Attackers can exploit this by crafting a URL with a malicious redirect parameter like `/enter?redirect=evil.com&foo=bar`, causing users to be redirected to attacker-controlled sites. Successful exploitation depends on users clicking on malicious links.

Exploiting this vulnerability can result in significant risks, such as phishing attacks, credential theft, and man-in-the-middle scenarios. Users might unknowingly enter sensitive information into a fraudulent site, believing they are on a legitimate one. Additionally, it could lead to the unauthorized capture of OAuth tokens, compromising further user accounts or data through obtained tokens.

REFERENCES

Solution Advice
  • Upgrade to Hoppscotch 2026.3.0 or later, which includes checks to validate that redirect URLs are same-origin before redirection is performed.
  • Ensure all redirect functionality in applications is thoroughly tested for potential validation issues.
  • Implement strict validation within the application to validate URL origins before performing redirects.
  • Educate users about the risks of clicking on suspicious links and verifying URLs in descriptions before trusting them.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.