banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
    • 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-25148

CVE-2026-25148: Qwik.js Framework XSS Vulnerability

CVE-2026-25148 is a cross-site scripting flaw in Qwik.js that enables attackers to inject malicious scripts through virtual attributes during server-side rendering. This article covers technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25148 Overview

CVE-2026-25148 is a Cross-Site Scripting (XSS) vulnerability affecting Qwik.js, a performance-focused JavaScript framework. The vulnerability exists in Qwik's server-side rendering (SSR) virtual attribute serialization mechanism, which allows remote attackers to inject arbitrary web scripts into server-rendered pages via crafted virtual attributes. Successful exploitation enables script execution in a victim's browser within the context of the affected origin.

Critical Impact

Remote attackers can inject malicious scripts through virtual attributes during server-side rendering, potentially compromising user sessions, stealing credentials, or performing actions on behalf of authenticated users.

Affected Products

  • Qwik.js versions prior to 1.19.0

Discovery Timeline

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

Technical Details for CVE-2026-25148

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in how Qwik.js handles virtual attribute serialization during server-side rendering operations.

When Qwik renders components on the server, it serializes virtual attributes to be hydrated on the client. The vulnerability stems from insufficient sanitization of user-controlled input that flows into these virtual attributes. An attacker can craft malicious input containing JavaScript payloads that bypass the framework's output encoding, resulting in the injection of executable scripts into the rendered HTML.

The network-based attack vector with no required privileges makes this vulnerability accessible to any remote attacker who can influence the content processed by the vulnerable SSR component. User interaction is required for exploitation, as a victim must visit a page containing the injected payload.

Root Cause

The root cause of CVE-2026-25148 is improper input sanitization in Qwik.js' virtual attribute serialization logic during server-side rendering. The framework failed to adequately escape or validate user-supplied data before incorporating it into the HTML output, allowing specially crafted input to break out of attribute contexts and inject malicious script content.

Attack Vector

The attack leverages the network-accessible nature of web applications built with Qwik.js. An attacker can exploit this vulnerability by:

  1. Identifying input vectors that flow into virtual attributes during SSR
  2. Crafting a payload that escapes the attribute context and injects JavaScript
  3. Delivering the malicious URL or content to potential victims
  4. When a victim accesses the affected page, the injected script executes in their browser context

The exploitation does not require authentication, though it does require user interaction to trigger the payload execution. For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-m6jq-g7gq-5w3c.

Detection Methods for CVE-2026-25148

Indicators of Compromise

  • Unusual or malformed virtual attributes in server-rendered HTML responses
  • JavaScript event handlers or script tags appearing in unexpected attribute locations
  • User reports of unexpected browser behavior or suspicious redirects
  • Web application firewall logs showing XSS payload patterns in request parameters

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect common XSS payloads in request parameters
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Monitor server-side logs for requests containing suspicious attribute manipulation patterns
  • Use browser-based XSS auditors and anomaly detection tools

Monitoring Recommendations

  • Enable detailed logging for Qwik.js applications to capture SSR rendering events
  • Configure alerting for CSP violation reports that may indicate exploitation attempts
  • Regularly scan application responses for unexpected script content in rendered attributes
  • Monitor for unusual patterns in user-submitted data that may indicate probing attempts

How to Mitigate CVE-2026-25148

Immediate Actions Required

  • Upgrade Qwik.js to version 1.19.0 or later immediately
  • Review application code for custom virtual attribute handling that may require additional hardening
  • Implement Content Security Policy headers as a defense-in-depth measure
  • Conduct a security audit of user input flows to identify potentially affected components

Patch Information

The vulnerability has been addressed in Qwik.js version 1.19.0. The fix implements proper sanitization of virtual attributes during server-side rendering to prevent script injection. The security patch is available via the GitHub commit fe2d9232c0bcec99411d51a00dae29295871d094.

Organizations using Qwik.js should update their dependencies using npm or yarn package managers:

bash
# Update Qwik.js to patched version
npm update @builder.io/qwik@1.19.0
# or
yarn upgrade @builder.io/qwik@1.19.0

Workarounds

  • Implement strict input validation and output encoding for all user-controlled data
  • Deploy a Web Application Firewall with XSS protection rules enabled
  • Configure restrictive Content Security Policy headers to limit script execution
  • Disable or restrict SSR features if not essential to application functionality until patching is complete
bash
# Example Content Security Policy header configuration (Apache)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechQwik

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-m6jq-g7gq-5w3c
  • Related CVEs
  • CVE-2026-27971: Qwik Framework RCE Vulnerability

  • CVE-2026-25151: Qwik Framework CSRF Vulnerability

  • CVE-2026-25155: Qwik Framework CSRF Vulnerability

  • CVE-2026-25150: Qwik Framework Privilege Escalation Flaw
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
  • English
  • 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