A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-47925

CVE-2024-47925: TCExam XSS Vulnerability

CVE-2024-47925 is a cross-site scripting flaw in Tecnick TCExam that allows attackers to inject malicious scripts. This post covers the technical details, affected versions, security impact, and mitigation steps.

Published: May 26, 2026

CVE-2024-47925 Overview

CVE-2024-47925 is a cross-site scripting (XSS) vulnerability affecting Tecnick TCExam, an open-source computer-based assessment platform. The flaw stems from improper neutralization of user-supplied input during web page generation [CWE-79]. Multiple injection points in the application accept attacker-controlled data that is rendered back to users without adequate sanitization or output encoding. An unauthenticated remote attacker can craft malicious payloads that execute arbitrary JavaScript in the browser of any user who interacts with a tainted page or link.

Critical Impact

Successful exploitation allows attackers to steal session cookies, exfiltrate exam data, hijack administrator accounts, and manipulate assessment content rendered to victims.

Affected Products

  • Tecnick TCExam (multiple versions)
  • Web-based assessment deployments exposing TCExam to untrusted networks
  • TCExam instances accessible by examinees, instructors, or administrators

Discovery Timeline

  • 2024-12-30 - CVE-2024-47925 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-47925

Vulnerability Analysis

The vulnerability resides in multiple TCExam components that accept user-controllable input and emit it back into HTML responses. The application fails to apply context-aware output encoding before rendering parameters in the response body. This allows attackers to inject HTML and JavaScript that browsers parse and execute under the application's origin. The flaw is exploitable over the network without authentication or user privileges. Successful exploitation produces a confidentiality impact, enabling theft of session tokens, examinee answers, and credentials supplied within the authenticated session.

Root Cause

The root cause is improper neutralization of input during web page generation, classified as [CWE-79]. Affected request handlers concatenate parameter values into HTML output without escaping characters such as <, >, ", and '. The application also lacks a strict Content Security Policy that would limit the impact of injected scripts. Because multiple endpoints share this pattern, the vulnerability is not isolated to a single field or page.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker crafts a malicious URL or form submission carrying a JavaScript payload in a vulnerable parameter. The attacker delivers the URL to a victim through phishing, forum posts, or instant messaging. When the victim loads the link in an authenticated TCExam session, the injected script executes in the victim's browser context. The script can then issue authenticated requests, read DOM content, and exfiltrate cookies that are not flagged HttpOnly. See the Israeli Government CVE Advisories for additional context.

Detection Methods for CVE-2024-47925

Indicators of Compromise

  • HTTP requests to TCExam endpoints containing encoded <script>, onerror=, onload=, or javascript: substrings in query parameters or POST bodies
  • Unexpected outbound connections from user browsers to attacker-controlled domains following TCExam page loads
  • Session cookies for TCExam appearing in referer headers or external logs
  • Abnormal administrator activity originating from examinee IP addresses or unusual user agents

Detection Strategies

  • Inspect web server access logs for TCExam request parameters containing HTML or JavaScript metacharacters
  • Deploy a web application firewall (WAF) rule set that flags reflected XSS payload patterns against TCExam URLs
  • Monitor browser console errors and CSP violation reports from TCExam users where available
  • Correlate authentication events with referer headers to identify session use following click-through from external links

Monitoring Recommendations

  • Enable verbose HTTP request logging on the TCExam web server and forward logs to a centralized analytics platform
  • Alert on TCExam administrative actions performed outside of expected business hours or source networks
  • Track failed and successful logins per source IP to detect session reuse following cookie theft

How to Mitigate CVE-2024-47925

Immediate Actions Required

  • Restrict TCExam access to trusted networks or place the application behind a VPN until a fix is applied
  • Deploy WAF rules that block requests containing common XSS payload signatures targeting TCExam endpoints
  • Set the HttpOnly and Secure flags on all TCExam session cookies to limit script-based theft
  • Invalidate active TCExam sessions and force password resets for administrator accounts

Patch Information

No vendor patch reference is included in the NVD record at the time of publication. Administrators should consult the Israeli Government CVE Advisories and the Tecnick TCExam project repository for the latest fixed release and apply updates as soon as they become available.

Workarounds

  • Implement a strict Content Security Policy that disallows inline scripts and restricts script sources to the TCExam origin
  • Add reverse-proxy filters that reject requests containing <, >, or script tokens in query string parameters not requiring HTML input
  • Require multi-factor authentication for administrator accounts to reduce the impact of stolen session tokens
  • Educate examinees and instructors to avoid clicking TCExam links received from untrusted sources
bash
# Example NGINX configuration adding a restrictive CSP and secure cookie attributes
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'none'" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-Frame-Options "DENY" always;
proxy_cookie_path / "/; HttpOnly; Secure; SameSite=Strict";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTecnik Tcexam

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Israeli Government CVE Advisories
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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