The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-34848

CVE-2026-34848: Hoppscotch Stored XSS Vulnerability

CVE-2026-34848 is a stored cross-site scripting flaw in Hoppscotch that affects team member display names. Attackers can exploit this to inject malicious scripts. This article covers technical details, affected versions, and patches.

Published: April 2, 2026

CVE-2026-34848 Overview

CVE-2026-34848 is a stored Cross-Site Scripting (XSS) vulnerability affecting Hoppscotch, an open source API development ecosystem. The vulnerability exists in the team member overflow tooltip functionality, where insufficient input sanitization allows malicious JavaScript code to be injected through the display name field. When other users view the team member list and trigger the overflow tooltip, the stored malicious script executes in their browser context.

Critical Impact

Attackers with low-privileged team member access can inject persistent malicious scripts that execute in other users' browsers, potentially leading to session hijacking, credential theft, or unauthorized actions within the Hoppscotch application.

Affected Products

  • Hoppscotch versions prior to 2026.3.0

Discovery Timeline

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

Technical Details for CVE-2026-34848

Vulnerability Analysis

This stored XSS vulnerability resides in the team member overflow tooltip component of Hoppscotch. The application fails to properly sanitize user-supplied display names before rendering them in the tooltip that appears when the team member list overflows. This creates a persistent attack vector where malicious payloads stored in the display name field are executed every time another user triggers the tooltip.

The attack requires low privileges (any authenticated team member can modify their display name) and user interaction (a victim must view the team member tooltip). However, the cross-origin scope change means the attack can affect resources beyond the vulnerable component, potentially impacting confidentiality and integrity of user data.

Root Cause

The root cause is improper neutralization of input during web page generation (CWE-79). The Hoppscotch application does not adequately sanitize or encode special characters in the display name field before rendering it in the team member overflow tooltip. This allows HTML and JavaScript content to be interpreted and executed by the browser rather than displayed as plain text.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker to modify their display name with a malicious XSS payload. The attack flow proceeds as follows:

  1. An authenticated team member updates their display name to include malicious JavaScript code
  2. The payload is stored in the application database without proper sanitization
  3. When another user views the team member list and triggers the overflow tooltip, the malicious script executes
  4. The attacker can then steal session tokens, perform actions on behalf of the victim, or redirect users to malicious sites

The vulnerability requires user interaction, as victims must actively trigger the overflow tooltip to execute the payload. See the GitHub Security Advisory GHSA-vw93-4m6p-ccm9 for additional technical details.

Detection Methods for CVE-2026-34848

Indicators of Compromise

  • Unusual or suspicious characters in team member display names, particularly HTML tags or JavaScript event handlers
  • Browser console errors indicating blocked or executed inline scripts from user-generated content
  • Unexpected network requests originating from the Hoppscotch application to external domains
  • User reports of unexpected behavior when viewing team member lists

Detection Strategies

  • Implement Content Security Policy (CSP) headers and monitor for policy violations that may indicate XSS attempts
  • Review audit logs for display name changes containing suspicious patterns such as <script>, onerror, onclick, or javascript: URIs
  • Deploy web application firewall (WAF) rules to detect and block common XSS payloads in form submissions
  • Monitor for anomalous session activity that may indicate compromised user accounts

Monitoring Recommendations

  • Enable verbose logging for user profile modifications and team member management functions
  • Set up alerts for CSP violation reports to catch attempted XSS exploitation
  • Monitor for unusual authentication patterns that may indicate session token theft
  • Review browser developer tools network activity for unexpected external requests when using Hoppscotch

How to Mitigate CVE-2026-34848

Immediate Actions Required

  • Upgrade Hoppscotch to version 2026.3.0 or later immediately
  • Audit existing team member display names for potentially malicious content and sanitize any suspicious entries
  • Implement Content Security Policy headers to provide defense-in-depth against XSS attacks
  • Review session logs for any signs of compromise and invalidate suspicious sessions

Patch Information

The vulnerability has been addressed in Hoppscotch version 2026.3.0. Organizations should upgrade to this version or later to remediate the vulnerability. The fix implements proper input sanitization for display names before rendering in the tooltip component.

For detailed information about the patch, refer to the GitHub Release 2026.3.0 and the GitHub Security Advisory GHSA-vw93-4m6p-ccm9.

Workarounds

  • If immediate patching is not possible, restrict team member permissions to prevent display name modifications
  • Implement server-side input validation to strip HTML tags and JavaScript from display name fields
  • Deploy a reverse proxy or WAF with XSS filtering capabilities in front of the Hoppscotch application
  • Educate users to avoid triggering team member overflow tooltips until the patch is applied
bash
# Example CSP header configuration for defense-in-depth
# Add to web server configuration (nginx example)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self';" always;

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 Score5.4

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

  • GitHub Security Advisory GHSA-vw93-4m6p-ccm9
  • Related CVEs
  • CVE-2026-34932: Hoppscotch Stored XSS Vulnerability

  • CVE-2026-34847: Hoppscotch 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