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
    • 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-2026-4169

CVE-2026-4169: Tecnick TCExam XSS Vulnerability

CVE-2026-4169 is a cross-site scripting flaw in Tecnick TCExam up to 16.6.0 affecting XML export functionality. This post explains its impact, affected versions, and mitigation steps for this vulnerability.

Published: March 20, 2026

CVE-2026-4169 Overview

A Cross-Site Scripting (XSS) vulnerability has been discovered in Tecnick TCExam versions up to 16.6.0. The vulnerability affects the F_xml_export_users function located in the file admin/code/tce_xml_users.php within the XML Export component. By manipulating input parameters, an attacker can inject malicious scripts that execute in the context of an administrator's browser session.

Critical Impact

This stored XSS vulnerability in the XML Export functionality could allow attackers to execute arbitrary JavaScript code in administrator browsers, potentially leading to session hijacking, credential theft, or unauthorized actions within the TCExam platform.

Affected Products

  • Tecnick TCExam versions up to and including 16.6.0
  • TCExam XML Export component (admin/code/tce_xml_users.php)
  • Installations utilizing the F_xml_export_users function

Discovery Timeline

  • 2026-03-16 - CVE CVE-2026-4169 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-4169

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 exists in the XML Export functionality of TCExam, where user-supplied data is not properly sanitized before being included in XML output. When administrators export user data to XML format, unsanitized fields can contain malicious JavaScript that executes when the exported data is viewed or processed.

It is worth noting that the vendor has expressed uncertainty about the security impact of this vulnerability. According to the vendor: "This is difficult to justify as security issue. It requires to be administrator to both create and consume the exploit. Administrators can do pretty much anything in the platform, so I don't see the point of this from a security perspective." This limited attack surface is reflected in the vulnerability's classification and scoring.

Root Cause

The root cause of this vulnerability lies in the failure to properly sanitize XML fields before export. The F_xml_export_users function in tce_xml_users.php did not apply adequate output encoding or escaping to user-controlled data before including it in the generated XML output. This allows specially crafted input containing script tags or JavaScript event handlers to be embedded in the export and potentially executed in a browser context.

Attack Vector

The attack requires network access and targets the administrative XML export functionality. An attacker with administrator privileges could inject malicious scripts into user fields that would then be included in XML exports. When another administrator views or processes this exported data in a browser context, the injected script would execute. The attack requires both privileged access to create the payload and user interaction to trigger execution, which significantly limits the practical attack surface.

text
+16.6.1 (2026-03-004)
+	- Update TCPDF.
+	- Sanitize XML fields.
+
 16.6.0 (2026-03-01)
 	- Update Session handlers (requires PHP 7+).
 	- Tydy up some code.

Source: GitHub Commit 899b5b2f

Detection Methods for CVE-2026-4169

Indicators of Compromise

  • Unusual or encoded script content within user profile fields in the TCExam database
  • XML export files containing <script> tags or JavaScript event handlers
  • Unexpected outbound network connections from administrator browsers after viewing XML exports
  • Modified user records with suspicious payloads in name, email, or other exported fields

Detection Strategies

  • Review TCExam access logs for unusual activity related to tce_xml_users.php
  • Implement content security policies (CSP) to prevent inline script execution
  • Monitor for XSS attack patterns in web application firewall (WAF) logs
  • Conduct periodic audits of user data fields for suspicious content

Monitoring Recommendations

  • Enable detailed logging for all XML export operations in TCExam
  • Configure alerting for modifications to user profile fields by administrative accounts
  • Deploy browser-based XSS protection and monitor for triggered alerts
  • Review exported XML files for script injection patterns before distribution

How to Mitigate CVE-2026-4169

Immediate Actions Required

  • Upgrade Tecnick TCExam to version 16.6.1 or later immediately
  • Audit existing user records for any suspicious content in exportable fields
  • Implement Content Security Policy headers to mitigate potential XSS impact
  • Restrict administrative access to only trusted personnel

Patch Information

The vulnerability has been addressed in TCExam version 16.6.1. The fix implements proper sanitization of XML fields before export, preventing script injection. The security patch is available in commit 899b5b2fa09edfe16043f07265e44fe2022b7f12. Organizations should upgrade to the patched version as described in the GitHub Release Notes for version 16.6.1.

Workarounds

  • Limit XML export functionality to highly trusted administrators only
  • Manually sanitize or review all user-submitted data before export operations
  • Use external XML parsing tools that do not render JavaScript when processing exports
  • Implement additional input validation on user profile fields to reject script content
bash
# Verify current TCExam version and upgrade
cd /path/to/tcexam
git fetch --tags
git checkout 16.6.1

# Alternatively, download the latest release
wget https://github.com/tecnickcom/tcexam/archive/refs/tags/16.6.1.tar.gz
tar -xzf 16.6.1.tar.gz

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTecnick Tcexam

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/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:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Release Note 16.6.1

  • VulDB CTIID #351076

  • VulDB #351076
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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