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

CVE-2025-13505: Datactive Stored XSS Vulnerability

CVE-2025-13505 is a stored cross-site scripting flaw in Datactive by Datateam Information Technologies that allows attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-13505 Overview

CVE-2025-13505 is a Stored Cross-Site Scripting (XSS) vulnerability affecting Datateam Information Technologies Inc. Datactive software. The vulnerability stems from improper neutralization of input during web page generation and improper neutralization of script-related HTML tags. This flaw allows attackers to inject and persist malicious scripts within the application, which are then executed when other users access the affected pages.

Critical Impact

Stored XSS vulnerabilities are particularly dangerous as malicious payloads persist in the application and can affect multiple users. Attackers can steal session cookies, capture credentials, perform actions on behalf of authenticated users, or redirect victims to malicious websites.

Affected Products

  • Datateam Information Technologies Inc. Datactive versions from 2.13.34 before 2.14.0.6

Discovery Timeline

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

Technical Details for CVE-2025-13505

Vulnerability Analysis

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The Datactive application fails to properly sanitize user-supplied input before storing it and subsequently rendering it in web pages. This allows attackers with adjacent network access and low-level privileges to inject malicious JavaScript or HTML content that persists in the application's data store.

The CVSS 3.1 base score is 4.8 (Medium) with the vector string CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N. Key characteristics include:

MetricValue
Attack VectorAdjacent Network
Attack ComplexityLow
Privileges RequiredLow
User InteractionRequired
ScopeChanged
Confidentiality ImpactLow
Integrity ImpactLow
Availability ImpactNone

The EPSS (Exploit Prediction Scoring System) score is 0.035% with a percentile of 9.743, indicating a relatively low probability of exploitation in the wild.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding mechanisms within the Datactive application. When user-supplied data is accepted and stored without proper sanitization, and subsequently displayed without adequate output encoding, it creates an opportunity for Stored XSS attacks. The application fails to neutralize script-related HTML tags, allowing malicious payloads to be preserved and executed in users' browsers.

Attack Vector

The attack vector is classified as Adjacent Network, meaning an attacker must have access to the local network segment where the vulnerable Datactive instance resides. The attacker needs low-level privileges to inject malicious content and requires victim user interaction—specifically, another user must view the page containing the stored malicious payload for the attack to succeed.

A typical attack scenario involves an authenticated attacker submitting malicious JavaScript code through an input field that lacks proper sanitization. When another user views the affected page, the stored script executes in their browser context, potentially allowing the attacker to steal session tokens, modify page content, or perform unauthorized actions on behalf of the victim.

For detailed technical information about this vulnerability, refer to the Turkish National Cyber Security Center advisory.

Detection Methods for CVE-2025-13505

Indicators of Compromise

  • Unusual JavaScript code or HTML tags appearing in database records or application data fields
  • Unexpected script execution errors in browser developer consoles when accessing Datactive pages
  • Session anomalies or unauthorized actions traced back to XSS payload execution
  • Web application firewall (WAF) logs showing blocked XSS patterns targeting Datactive endpoints

Detection Strategies

Organizations can detect potential exploitation attempts through:

  1. Web Application Firewall (WAF) Rules: Configure WAF to detect and block common XSS patterns including <script> tags, event handlers (onerror, onload, onclick), and JavaScript pseudo-protocols (javascript:).

  2. Log Analysis: Monitor web server and application logs for requests containing HTML or JavaScript injection patterns in parameter values.

  3. Database Monitoring: Implement database activity monitoring to detect stored data containing suspicious script content.

  4. Content Security Policy (CSP) Violations: Deploy and monitor CSP headers to detect unauthorized script execution attempts.

Monitoring Recommendations

Security teams should implement continuous monitoring for:

  • HTTP request parameters containing encoded or plaintext script tags
  • Changes to stored content that include suspicious HTML elements
  • Browser-based security alerts from users accessing the application
  • Anomalous user session behavior that may indicate session hijacking following XSS exploitation

SentinelOne Singularity provides advanced threat detection capabilities that can identify malicious script execution patterns and suspicious browser-based activities that may indicate XSS exploitation attempts.

How to Mitigate CVE-2025-13505

Immediate Actions Required

  • Upgrade Datateam Datactive to version 2.14.0.6 or later immediately
  • Implement Web Application Firewall (WAF) rules to filter XSS payloads targeting Datactive
  • Review and sanitize existing stored data for potentially malicious content
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources
  • Enable HTTP-only and Secure flags on session cookies to limit XSS impact

Patch Information

Datateam Information Technologies Inc. has addressed this vulnerability in Datactive version 2.14.0.6. Organizations running affected versions (from 2.13.34 to versions before 2.14.0.6) should upgrade immediately.

For official patch information and guidance, refer to the USOM advisory (TR-25-0424).

Workarounds

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

  1. Input Validation: Implement server-side input validation to reject or encode HTML special characters (<, >, ", ', &) in all user-supplied data.

  2. Output Encoding: Ensure all dynamic content is properly HTML-encoded before rendering in web pages.

  3. Content Security Policy: Deploy restrictive CSP headers to prevent inline script execution.

  4. Network Segmentation: Limit network access to the Datactive application to reduce the adjacent network attack surface.

  5. User Awareness: Educate users about the risks of clicking suspicious links or interacting with unexpected content within the application.

Organizations should prioritize patching to version 2.14.0.6 as the definitive remediation for this vulnerability.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDatactive

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/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
  • Usom Gov
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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