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-2026-25200

CVE-2026-25200: MagicInfo9 Server Stored XSS Vulnerability

CVE-2026-25200 is a stored XSS vulnerability in MagicInfo9 Server that allows unauthorized HTML file uploads, potentially leading to account takeover. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-25200 Overview

A critical vulnerability has been identified in Samsung MagicINFO 9 Server that allows authorized users to upload HTML files without proper authentication validation. This unrestricted file upload flaw (CWE-434) leads to Stored Cross-Site Scripting (XSS), which can result in complete account takeover of administrative and user sessions.

Samsung MagicINFO 9 Server is a widely deployed digital signage management platform used by enterprises to manage content across displays and kiosks. The vulnerability's network-accessible attack vector combined with no required user interaction makes it particularly dangerous for organizations relying on this platform.

Critical Impact

Attackers can leverage this stored XSS vulnerability to hijack administrator sessions, steal credentials, and gain full control over the digital signage infrastructure, potentially affecting all connected displays and systems.

Affected Products

  • Samsung MagicINFO 9 Server versions prior to 21.1090.1

Discovery Timeline

  • 2026-02-02 - CVE-2026-25200 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2026-25200

Vulnerability Analysis

This vulnerability stems from an Unrestricted Upload of File with Dangerous Type (CWE-434) within the MagicINFO 9 Server application. The server fails to properly validate and restrict file types during the upload process, allowing authorized users to upload HTML files containing malicious JavaScript payloads.

Once uploaded, these HTML files are stored on the server and served to other users without proper sanitization. When an administrator or another user views the uploaded content, the malicious JavaScript executes within their browser context, enabling session hijacking, credential theft, and other malicious actions.

The attack is particularly severe because it can be exploited remotely over the network without requiring user interaction beyond the initial page load. The stored nature of the XSS ensures persistence, meaning the malicious payload remains active until the offending file is removed.

Root Cause

The root cause of CVE-2026-25200 lies in insufficient input validation and file type restrictions in the MagicINFO 9 Server's file upload functionality. The application fails to:

  1. Properly validate file extensions and MIME types before accepting uploads
  2. Sanitize HTML content to remove potentially malicious script elements
  3. Implement Content Security Policy (CSP) headers that would prevent inline script execution
  4. Apply authentication checks to validate that the user has appropriate permissions for uploading certain file types

Attack Vector

The attack vector for this vulnerability is network-based. An attacker with authorized access to the MagicINFO 9 Server can craft a malicious HTML file containing JavaScript that captures session tokens, cookies, or credentials. When this file is uploaded to the server and subsequently accessed by other users (particularly administrators), the embedded script executes in the victim's browser session.

The malicious script could redirect authentication tokens to attacker-controlled servers, create new administrative accounts, modify display content across all connected digital signage, or serve as a pivot point for further network intrusion. The vulnerability effectively transforms any authorized user into a potential attack vector against higher-privileged accounts.

Detection Methods for CVE-2026-25200

Indicators of Compromise

  • Unusual HTML file uploads to the MagicINFO 9 Server content directories
  • HTML files containing <script> tags, javascript: URI schemes, or event handlers like onerror, onload, onclick
  • Network traffic from the MagicINFO server to unexpected external domains
  • Session token exfiltration attempts in server or proxy logs

Detection Strategies

  • Monitor file upload endpoints for HTML, HTM, SVG, and other files capable of containing executable scripts
  • Implement Web Application Firewall (WAF) rules to detect and block XSS payload patterns in uploaded content
  • Review server access logs for patterns indicating session hijacking or unauthorized administrative actions
  • Deploy endpoint detection tools to identify anomalous JavaScript execution in browser contexts

Monitoring Recommendations

  • Enable detailed logging for all file upload activities including user identity, file type, and file hash
  • Configure alerts for administrative account modifications or new account creations
  • Monitor outbound network connections from the MagicINFO server for data exfiltration indicators
  • Implement real-time file integrity monitoring on content storage directories

How to Mitigate CVE-2026-25200

Immediate Actions Required

  • Upgrade Samsung MagicINFO 9 Server to version 21.1090.1 or later immediately
  • Audit existing uploaded content for suspicious HTML files containing script elements
  • Review user accounts with upload permissions and apply principle of least privilege
  • Implement network segmentation to limit access to the MagicINFO management interface

Patch Information

Samsung has addressed this vulnerability in MagicINFO 9 Server version 21.1090.1. Organizations should apply this update as soon as possible to remediate the unrestricted file upload and stored XSS vulnerabilities. For detailed patch information and download links, refer to the Samsung TV Security Updates page.

Workarounds

  • Restrict file upload functionality to trusted administrators only until the patch can be applied
  • Implement a whitelist of allowed file extensions excluding HTML, HTM, SVG, and other scriptable formats
  • Deploy a Content Security Policy (CSP) header with strict restrictions on inline scripts and external script sources
  • Place the MagicINFO 9 Server behind a reverse proxy with XSS filtering capabilities

Organizations should prioritize patching as the primary remediation strategy, as workarounds may not fully address all attack scenarios and could impact legitimate functionality.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMagicinfo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • 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-434
  • Technical References
  • Samsung TV Security Updates
  • Related CVEs
  • CVE-2026-25203: Samsung MagicINFO 9 Privilege Escalation

  • CVE-2026-25202: MagicInfo9 Server Auth Bypass Vulnerability

  • CVE-2026-25201: MagicInfo9 Server RCE 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