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-2025-15479

CVE-2025-15479: NGSurvey Stored XSS Vulnerability

CVE-2025-15479 is a stored cross-site scripting vulnerability in NGSurvey Enterprise Edition 3.6.4 that allows authenticated users to execute malicious JavaScript in other users' browsers and steal session data.

Updated: January 22, 2026

CVE-2025-15479 Overview

A stored cross-site scripting (XSS) vulnerability exists in the survey content and administration functionality of Data Illusion Zumbrunn NGSurvey Enterprise Edition version 3.6.4. This CWE-79 vulnerability affects both Windows and Linux server deployments, allowing authenticated remote users with survey creation or edit privileges to execute arbitrary JavaScript in other users' browsers, steal session information, and perform unauthorized actions on their behalf via crafted survey content that is rendered without proper output encoding.

Critical Impact

Attackers with survey creation privileges can inject malicious JavaScript that executes in the browsers of other users, including administrators, enabling session hijacking and unauthorized actions across the survey platform.

Affected Products

  • Data Illusion Zumbrunn NGSurvey Enterprise Edition 3.6.4
  • Windows Server deployments of NGSurvey
  • Linux Server deployments of NGSurvey

Discovery Timeline

  • 2026-01-07 - CVE CVE-2025-15479 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-15479

Vulnerability Analysis

This stored XSS vulnerability resides in the survey content and administration functionality of NGSurvey Enterprise Edition. The application fails to properly sanitize and encode user-supplied input when survey content is created or edited by authenticated users. When this crafted content is subsequently rendered for other users viewing the survey—including administrators—the malicious JavaScript executes within their browser context.

Stored XSS vulnerabilities are particularly dangerous because the malicious payload persists in the application database and can affect multiple users over time without requiring additional attacker interaction. In this case, any user with survey creation or editing privileges can weaponize this functionality to target other platform users.

Root Cause

The root cause of this vulnerability is improper output encoding in the survey rendering functionality. When survey content is stored in the database and later retrieved for display, the application does not apply appropriate HTML entity encoding or contextual output escaping. This allows script tags and JavaScript event handlers embedded in survey content to be interpreted and executed by the browser rather than being displayed as harmless text.

Attack Vector

The attack vector is network-based and requires authentication with survey creation or edit privileges. An attacker would craft malicious survey content containing JavaScript payloads, which could include script tags, event handlers (such as onerror, onload), or other XSS vectors. When another user—particularly an administrator—views the compromised survey content, the malicious JavaScript executes in their browser session.

This enables several attack scenarios:

  • Session cookie theft via document.cookie access
  • Credential harvesting through fake login overlays
  • Performing administrative actions on behalf of compromised users
  • Redirecting users to phishing sites
  • Defacing survey content visible to end users

The vulnerability can be exploited by injecting malicious JavaScript into survey fields that accept rich content. The payload executes when the survey content is rendered in another user's browser context, enabling session hijacking and unauthorized actions. See the Thales Group CVE Advisory for additional technical details.

Detection Methods for CVE-2025-15479

Indicators of Compromise

  • Unusual JavaScript patterns in survey content fields such as <script> tags or event handlers
  • Survey content containing encoded JavaScript payloads (HTML entities, URL encoding, Unicode)
  • Unexpected outbound connections from user browsers to external domains after viewing surveys
  • Session anomalies where users report being logged out or actions they did not perform

Detection Strategies

  • Implement web application firewall (WAF) rules to detect common XSS patterns in survey submission requests
  • Enable content security policy (CSP) headers to restrict inline script execution and report violations
  • Monitor application logs for survey content containing suspicious patterns like <script, javascript:, or event handlers
  • Deploy endpoint detection solutions to identify browser-based attacks originating from the survey platform

Monitoring Recommendations

  • Enable verbose logging for survey creation and modification activities
  • Monitor for CSP violation reports that may indicate attempted XSS exploitation
  • Review survey content periodically for suspicious JavaScript patterns
  • Implement real-time alerting on survey content modifications by users with elevated privileges

How to Mitigate CVE-2025-15479

Immediate Actions Required

  • Upgrade NGSurvey Enterprise Edition to version 3.6.17 or later which addresses this vulnerability
  • Audit existing survey content for malicious JavaScript payloads
  • Review user accounts with survey creation privileges and remove unnecessary access
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact
  • Enable HTTPOnly and Secure flags on session cookies to reduce session theft risk

Patch Information

Data Illusion has released version 3.6.17 of NGSurvey Enterprise Edition which addresses this stored XSS vulnerability. Organizations should upgrade to this version or later as soon as possible. The patch implements proper output encoding for survey content to prevent JavaScript execution. For detailed patch information, refer to the ngSurvey Change Log Update.

Workarounds

  • Restrict survey creation and editing privileges to trusted administrative users only
  • Implement a Web Application Firewall (WAF) with XSS filtering rules
  • Deploy strict Content Security Policy headers to block inline script execution
  • Manually review and sanitize survey content before publication if patching is delayed
bash
# Example Content Security Policy header configuration for Apache
# Add to .htaccess or httpd.conf to mitigate XSS impact
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline';"

# For Nginx, add to server block
# add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechData Illusion

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
  • Thales Group CVE Advisory

  • ngSurvey Change Log Update
  • Related CVEs
  • CVE-2025-13829: NGSurvey Information Disclosure Flaw
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