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

CVE-2025-14320: Tegsoft Online Support App XSS Flaw

CVE-2025-14320 is a reflected cross-site scripting vulnerability in Tegsoft Online Support Application that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2025-14320 Overview

CVE-2025-14320 is a reflected cross-site scripting (XSS) vulnerability affecting the Tegsoft Management and Information Services Trade Limited Company Online Support Application. The flaw stems from improper neutralization of user-supplied input during web page generation [CWE-79]. Affected versions span from V3 through 31122025.

Attackers can craft malicious URLs that, when visited by an authenticated user, execute arbitrary JavaScript in the victim's browser session. The vulnerability requires no privileges and can be triggered over the network. Successful exploitation enables session hijacking, credential theft, and unauthorized actions in the context of the victim's account.

Critical Impact

Reflected XSS in the Online Support Application allows attackers to execute arbitrary script in victim browsers, leading to session compromise and account takeover.

Affected Products

  • Tegsoft Online Support Application version V3
  • Tegsoft Online Support Application versions through 31122025
  • All deployments of the Tegsoft Online Support Application within the affected version range

Discovery Timeline

  • 2026-05-04 - CVE-2025-14320 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2025-14320

Vulnerability Analysis

The Tegsoft Online Support Application fails to properly sanitize or encode user-controlled input before reflecting it in HTTP responses. This allows attacker-supplied data submitted through request parameters to be rendered as executable HTML or JavaScript in the victim's browser. The issue is classified under [CWE-79], Improper Neutralization of Input During Web Page Generation.

Reflected XSS requires the victim to interact with an attacker-crafted URL or form. Once triggered, the injected payload executes within the origin of the vulnerable application. Attackers can use this to steal authentication cookies, perform actions on behalf of the user, or pivot to deeper application compromise.

The network-based attack vector with no required privileges or user authentication amplifies the risk. Public-facing deployments expose every authenticated session to potential hijacking through phishing or social engineering campaigns. The current EPSS probability of 0.048% reflects no observed exploitation activity at this time.

Root Cause

The root cause is missing or insufficient output encoding when rendering user-controlled parameters into HTML responses. Input received from the client is concatenated into the response body without context-aware escaping for HTML, attribute, or JavaScript contexts.

Attack Vector

An attacker crafts a URL containing a malicious JavaScript payload as a query parameter. The attacker delivers the link via email, chat, or a third-party site. When a victim with an active session loads the URL, the payload reflects into the page and executes. The attacker can then exfiltrate session tokens or trigger authenticated requests. See the USOM Security Advisory TR-26-0142 for advisory details.

Detection Methods for CVE-2025-14320

Indicators of Compromise

  • HTTP request logs containing <script>, javascript:, onerror=, or onload= patterns in query parameters or form fields targeting the Online Support Application
  • Outbound requests from user browsers to unfamiliar domains immediately following access to Tegsoft application URLs
  • Anomalous session token usage from geographically inconsistent source IP addresses

Detection Strategies

  • Deploy a Web Application Firewall (WAF) rule set to flag and block reflected XSS payload signatures targeting Tegsoft endpoints
  • Inspect HTTP referer chains in access logs for externally originated links carrying suspicious encoded payloads
  • Correlate authentication events with browser-based anomalies such as unexpected API calls or password change requests

Monitoring Recommendations

  • Enable verbose logging on the Online Support Application web tier and forward logs to a centralized SIEM for parsing
  • Monitor Content Security Policy (CSP) violation reports if CSP is deployed in report-only or enforcement mode
  • Alert on user accounts performing privileged actions immediately after clicking external links

How to Mitigate CVE-2025-14320

Immediate Actions Required

  • Apply the vendor-supplied patch once available from Tegsoft and confirm the deployed build is later than 31122025
  • Restrict access to the Online Support Application to trusted networks or VPN-authenticated users where feasible
  • Educate support staff and end users to avoid clicking unsolicited links referencing the application

Patch Information

No specific patched version is published in the available CVE record. Administrators should consult the USOM Security Advisory TR-26-0142 and contact Tegsoft directly for remediation guidance and patched builds.

Workarounds

  • Deploy a WAF with rules that block common XSS payload patterns in request parameters destined for the application
  • Enforce a strict Content Security Policy (CSP) that disallows inline scripts and untrusted script sources
  • Set the HttpOnly and Secure flags on session cookies to reduce the impact of script-based session theft
  • Require short session lifetimes and step-up authentication for sensitive actions to limit the window of abuse
bash
# Example CSP header to mitigate reflected XSS impact
Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTegsoft Online Support Application

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • USOM Security Advisory TR-26-0142
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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