Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34847

CVE-2026-34847: Hoppscotch XSS Vulnerability

CVE-2026-34847 is an XSS vulnerability in Hoppscotch, an open source API development ecosystem. A DOM-based open redirect on the /enter page allows attackers to redirect users. This article covers technical details, impact, and fixes.

Published: April 2, 2026

CVE-2026-34847 Overview

CVE-2026-34847 is a DOM-based open redirect vulnerability in Hoppscotch, an open source API development ecosystem. Prior to version 2026.3.0, the /enter page contains a DOM-based open redirect vulnerability where the redirect query parameter is directly used to construct a URL and redirect the user without proper validation. This weakness (CWE-601: URL Redirection to Untrusted Site) can be exploited to redirect users to malicious websites, facilitating phishing attacks and credential theft.

Critical Impact

Attackers can craft malicious URLs that appear to originate from a trusted Hoppscotch instance, redirecting unsuspecting users to attacker-controlled phishing sites or malware distribution pages.

Affected Products

  • Hoppscotch versions prior to 2026.3.0

Discovery Timeline

  • 2026-04-02 - CVE CVE-2026-34847 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34847

Vulnerability Analysis

This DOM-based open redirect vulnerability exists in the Hoppscotch application's /enter page, which handles user authentication and entry flows. The vulnerability stems from insufficient validation of the redirect query parameter, which is used to determine where users should be sent after completing an action. Because this parameter is directly incorporated into the redirect logic without proper sanitization, attackers can manipulate it to redirect users to arbitrary external domains.

DOM-based open redirects are particularly insidious because the malicious payload often exists only in the browser's document object model, making server-side detection more challenging. The network-accessible nature of this vulnerability means attackers can distribute malicious links through various channels including email, social media, or embedded in other web pages.

Root Cause

The root cause of this vulnerability is improper input validation of the redirect query parameter on the /enter page. The application fails to validate that the redirect destination is a trusted, internal URL before performing the redirection. This allows an attacker to supply an arbitrary external URL, which the application will blindly redirect the user to.

Proper validation should include allowlisting of permitted redirect destinations or ensuring that redirect URLs belong to the same origin as the application.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker crafts a malicious URL containing the Hoppscotch /enter endpoint with a manipulated redirect parameter pointing to an attacker-controlled domain. When a victim clicks this link, they are initially taken to the legitimate Hoppscotch instance, which then automatically redirects them to the malicious site.

This technique is commonly used in phishing campaigns because the initial URL appears to belong to a trusted domain, increasing the likelihood that victims will click the link and potentially submit credentials or download malware from the attacker's site.

The vulnerability affects applications accessible over the network and does not require authentication to exploit, making it relatively easy for attackers to weaponize.

Detection Methods for CVE-2026-34847

Indicators of Compromise

  • HTTP request logs showing access to the /enter endpoint with suspicious redirect parameter values containing external domains
  • Web application firewall (WAF) alerts for URL redirection patterns to untrusted destinations
  • User reports of being redirected to unexpected or phishing websites after clicking Hoppscotch-related links

Detection Strategies

  • Configure web application firewalls to detect and block requests containing external URLs in redirect parameters
  • Implement URL monitoring to identify outbound redirects to non-allowlisted domains
  • Review web server access logs for unusual patterns in the redirect query parameter, particularly URLs pointing to external domains

Monitoring Recommendations

  • Enable detailed logging for the /enter endpoint to capture full URL parameters
  • Set up alerts for redirect parameter values that don't match expected internal URL patterns
  • Monitor for increased traffic to the /enter page that may indicate active exploitation attempts

How to Mitigate CVE-2026-34847

Immediate Actions Required

  • Upgrade Hoppscotch to version 2026.3.0 or later, which contains the security patch for this vulnerability
  • Review web server logs for any evidence of exploitation attempts targeting the /enter page
  • Communicate with users about the potential for phishing attempts using crafted Hoppscotch URLs

Patch Information

Hoppscotch has addressed this vulnerability in version 2026.3.0. Organizations should upgrade to this version or later as soon as possible. The patch implements proper validation of the redirect parameter to prevent redirection to untrusted external sites.

For detailed patch information, refer to the GitHub Release Notes 2026.3.0 and the GitHub Security Advisory GHSA-27pm-c9ch-746q.

Workarounds

  • Implement web application firewall rules to block requests to the /enter endpoint containing external URLs in the redirect parameter
  • Use network-level filtering to restrict outbound redirects from the Hoppscotch application
  • If upgrading is not immediately possible, consider temporarily disabling or restricting access to the /enter page until the patch can be applied

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHoppscotch

  • SeverityMEDIUM

  • CVSS Score4.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub Release Notes 2026.3.0

  • GitHub Security Advisory GHSA-27pm-c9ch-746q
  • Related CVEs
  • CVE-2026-34932: Hoppscotch Stored XSS Vulnerability

  • CVE-2026-34848: Hoppscotch Stored XSS Vulnerability

  • CVE-2026-34931: Hoppscotch Auth Bypass Vulnerability

  • CVE-2026-30825: Hoppscotch Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English