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-13829

CVE-2025-13829: NGSurvey Information Disclosure Flaw

CVE-2025-13829 is an incorrect authorization flaw in NGSurvey that lets logged-in users access private data of other users, including API keys, tokens, and credentials. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-13829 Overview

CVE-2025-13829 is a high-severity Incorrect Authorization vulnerability (CWE-863) in Data Illusion Zumbrunn NGSurvey that allows any authenticated user to obtain private information belonging to other users. This broken access control flaw enables horizontal privilege escalation, where a low-privileged user can access sensitive data of any other user in the system without proper authorization checks.

The vulnerability exposes critical user information including API keys with 1-year session validity, refresh tokens with 10-minute session validity, bcrypt-hashed passwords, user IP addresses, email addresses, and full names. With a CVSS 4.0 score of 8.6 (HIGH), this vulnerability poses a significant risk to organizations using NGSurvey for their survey management needs.

Critical Impact

Any authenticated user can access sensitive information of all other users including long-lived API keys, password hashes, and personal identifiable information (PII), enabling account takeover and further attacks.

Affected Products

  • Data Illusion Zumbrunn NGSurvey (versions prior to 3.6.17)

Discovery Timeline

  • 2025-12-01 - CVE-2025-13829 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-13829

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), indicating that the application fails to properly verify whether a user has the necessary permissions to access another user's data. The attack vector is network-based (AV:N) with low attack complexity (AC:L), requiring only low privileges (PR:L) and no user interaction (UI:N).

The CVSS 4.0 vector string CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N indicates high confidentiality and integrity impact on the vulnerable system, as attackers can both read sensitive data and potentially modify user information.

The Exploit Prediction Scoring System (EPSS) indicates a probability of 0.043% with a percentile of 13.114, suggesting relatively low likelihood of exploitation in the wild at this time, though the high severity score warrants immediate attention.

Root Cause

The root cause of this vulnerability lies in inadequate authorization checks within the NGSurvey application's user data access mechanisms. When an authenticated user requests information about another user, the application fails to verify that the requesting user has appropriate permissions to access that data. This represents a classic broken access control vulnerability where authentication (proving who you are) is implemented, but authorization (verifying what you can access) is missing or improperly enforced.

Attack Vector

The attack vector for CVE-2025-13829 is network-based, meaning an attacker can exploit this vulnerability remotely over the network. The exploitation flow involves:

  1. An attacker authenticates to the NGSurvey application with valid credentials (even as a low-privileged user)
  2. The attacker crafts requests to access user data endpoints, manipulating user identifiers or parameters
  3. Due to missing authorization checks, the application returns sensitive data for any requested user
  4. The attacker obtains critical information including API keys, refresh tokens, bcrypt password hashes, IP addresses, emails, and full names

The retrieved API keys with 1-year validity are particularly dangerous as they could enable persistent unauthorized access to victim accounts. Additionally, while bcrypt-hashed passwords provide some protection, they could still be subject to offline brute-force attacks, especially if weak passwords were used.

Detection Methods for CVE-2025-13829

Indicators of Compromise

  • Unusual patterns of user data access requests from single accounts
  • API requests attempting to enumerate or access user IDs not associated with the authenticated session
  • Abnormal usage of API keys that don't match expected user behavior patterns
  • Multiple failed or successful user data retrieval attempts across different user accounts from a single source

Detection Strategies

Organizations should implement comprehensive logging and monitoring for user data access within NGSurvey deployments. Security teams should analyze access logs for patterns indicating horizontal privilege escalation attempts, such as:

  • Monitor for authenticated users accessing user profile endpoints with user IDs that do not belong to them
  • Implement anomaly detection to identify accounts making excessive user data requests
  • Review authentication logs for API key usage that doesn't match the key owner's typical behavior
  • Deploy web application firewalls (WAF) with rules to detect enumeration attacks against user endpoints

SentinelOne Singularity Platform can provide endpoint-level visibility into suspicious application behavior and network communications that may indicate exploitation attempts.

Monitoring Recommendations

Organizations should enable detailed audit logging for all user data access operations in NGSurvey. Security teams should establish baseline patterns for normal user behavior and alert on deviations. Consider implementing rate limiting on user data endpoints to slow down potential enumeration attacks. Regular review of access logs should be conducted to identify any unauthorized data access that may have occurred.

How to Mitigate CVE-2025-13829

Immediate Actions Required

  • Upgrade NGSurvey to version 3.6.17 or later immediately
  • Audit user data access logs for signs of exploitation prior to patching
  • Rotate all API keys and refresh tokens for all users after applying the patch
  • Review bcrypt password hashes exposed; consider forcing password resets for all users
  • Implement additional network-level access controls to limit NGSurvey access to trusted networks

Patch Information

Data Illusion has addressed this vulnerability in NGSurvey version 3.6.17, released on 2025-05-28. Organizations should upgrade to this version or later to remediate the vulnerability. The patch information and changelog are available at: https://docs.ngsurvey.com/installation-setup/change-log#id-3.6.17-2025-05-28

Prior to upgrading, ensure you have a complete backup of your NGSurvey installation and database. Test the upgrade in a non-production environment first if possible.

Workarounds

If immediate patching is not possible, organizations should consider the following temporary mitigations:

Implement network-level access controls to restrict access to the NGSurvey application to only trusted IP ranges or VPN-connected users. Deploy a web application firewall (WAF) in front of the application with rules to detect and block suspicious user data access patterns. Consider temporarily disabling or restricting access to user profile and account information endpoints if operationally feasible.

Additionally, implement strict monitoring on user data access endpoints and establish alerting for any suspicious access patterns. However, these workarounds should only be considered temporary measures until the official patch can be applied, as they do not fully address the underlying authorization flaw.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechData Illusion

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/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:Y/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Docs Ngsurvey
  • Related CVEs
  • CVE-2025-15479: NGSurvey Stored XSS 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