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
    • 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-54445

CVE-2025-54445: Samsung MagicInfo 9 Server SSRF Vulnerability

CVE-2025-54445 is a Server-Side Request Forgery flaw in Samsung MagicInfo 9 Server caused by improper XML external entity restriction. This article covers technical details, affected versions, impact, and mitigation.

Published: March 25, 2026

CVE-2025-54445 Overview

CVE-2025-54445 is a critical XML External Entity (XXE) vulnerability affecting Samsung Electronics MagicINFO 9 Server. This vulnerability allows attackers to exploit improper restriction of XML external entity references to perform Server-Side Request Forgery (SSRF) attacks. MagicINFO 9 Server is a digital signage content management platform widely deployed in enterprise environments for managing digital displays and media content.

The vulnerability stems from inadequate XML parsing controls, enabling unauthenticated attackers to craft malicious XML payloads that can force the server to make requests to arbitrary internal or external destinations. This can lead to unauthorized access to internal systems, data exfiltration, and potential further exploitation of backend infrastructure.

Critical Impact

Unauthenticated attackers can exploit this XXE vulnerability to perform SSRF attacks, potentially accessing internal network resources, exfiltrating sensitive data, and pivoting to compromise additional systems within the network.

Affected Products

  • Samsung MagicINFO 9 Server versions prior to 21.1080.0

Discovery Timeline

  • 2025-07-23 - CVE-2025-54445 published to NVD
  • 2025-08-15 - Last updated in NVD database

Technical Details for CVE-2025-54445

Vulnerability Analysis

This vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference). The XXE vulnerability occurs when the MagicINFO 9 Server XML parser processes XML input containing external entity references without proper validation or restriction. Attackers can leverage this weakness to craft specially designed XML documents that, when parsed by the vulnerable application, trigger SSRF conditions.

The combination of XXE and SSRF is particularly dangerous as it allows attackers to use the vulnerable server as a proxy to reach internal network resources that would otherwise be inaccessible from external networks. This attack vector requires no authentication and can be executed remotely over the network.

Root Cause

The root cause of CVE-2025-54445 lies in the insecure configuration of the XML parser used by MagicINFO 9 Server. The application fails to properly disable external entity processing and DTD (Document Type Definition) processing in its XML parsing routines. When XML input is processed, the parser resolves external entity references, allowing attackers to specify arbitrary URLs or file paths that the server will attempt to access.

This misconfiguration is commonly introduced when developers use default XML parser settings without implementing security hardening measures such as disabling FEATURE_EXTERNAL_GENERAL_ENTITIES, FEATURE_EXTERNAL_PARAMETER_ENTITIES, and FEATURE_LOAD_EXTERNAL_DTD features.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker crafts a malicious XML payload containing external entity declarations pointing to internal network addresses or sensitive file paths. When this payload is submitted to a vulnerable endpoint on the MagicINFO 9 Server, the XML parser processes the external entity references, causing the server to initiate requests to the attacker-specified destinations.

Typical SSRF exploitation via XXE enables attackers to scan internal networks, access cloud metadata services (such as AWS EC2 metadata at 169.254.169.254), retrieve sensitive files from the server, and interact with internal services that are not directly accessible from external networks. The vulnerability provides a powerful reconnaissance and pivoting capability for attackers targeting enterprise environments running MagicINFO 9 Server.

Detection Methods for CVE-2025-54445

Indicators of Compromise

  • Unusual outbound connections from the MagicINFO 9 Server to internal IP addresses or cloud metadata endpoints
  • XML payloads in HTTP requests containing <!DOCTYPE>, <!ENTITY>, or SYSTEM declarations
  • Server logs showing attempts to access local files via file:// protocol or internal services
  • Network traffic from the server to unexpected internal hosts or ports

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XML payloads containing external entity declarations
  • Monitor network traffic from MagicINFO 9 Server for connections to RFC 1918 private IP ranges or cloud metadata services
  • Enable verbose logging on the MagicINFO 9 Server and analyze for suspicious XML parsing errors or file access attempts
  • Deploy intrusion detection systems (IDS) with signatures for XXE and SSRF attack patterns

Monitoring Recommendations

  • Configure alerts for outbound connections from MagicINFO 9 Server to internal network segments it should not access
  • Implement DNS monitoring to detect lookups for internal hostnames originating from the server
  • Review HTTP request logs for XML content with DOCTYPE or ENTITY declarations
  • Monitor for unusual server resource utilization that may indicate exploitation attempts

How to Mitigate CVE-2025-54445

Immediate Actions Required

  • Upgrade Samsung MagicINFO 9 Server to version 21.1080.0 or later immediately
  • If immediate patching is not possible, restrict network access to the MagicINFO 9 Server administrative interfaces
  • Implement network segmentation to limit the server's ability to reach sensitive internal resources
  • Deploy a web application firewall with XXE detection capabilities in front of the application

Patch Information

Samsung has released a security update addressing this vulnerability in MagicINFO 9 Server version 21.1080.0. Organizations should obtain the latest security patches from the Samsung TV Security Updates portal. The patch implements proper XML parser hardening to disable external entity processing and prevent SSRF attacks.

Workarounds

  • Implement strict input validation on all XML processing endpoints to reject documents containing DOCTYPE or ENTITY declarations
  • Configure network firewalls to restrict outbound connections from the MagicINFO 9 Server to only necessary destinations
  • Use network access control lists to prevent the server from accessing cloud metadata services and internal network resources
  • Deploy a reverse proxy with XML filtering capabilities to inspect and sanitize incoming requests
bash
# Example firewall rules to restrict SSRF (iptables)
# Block access to cloud metadata service
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block access to internal RFC 1918 ranges from MagicINFO server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

# Allow only necessary outbound connections (adjust as needed)
iptables -A OUTPUT -p tcp --dport 443 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 80 -j ACCEPT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechSamsung Magicinfo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.03%

  • 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-611
  • Vendor Resources
  • Samsung TV Security Updates
  • Related CVEs
  • CVE-2025-4632: Samsung MagicINFO 9 Path Traversal Flaw

  • CVE-2025-54438: Samsung MagicInfo 9 Path Traversal Flaw

  • CVE-2025-54443: Samsung MagicInfo 9 Path Traversal Flaw

  • CVE-2025-54455: Samsung MagicInfo 9 Auth Bypass Flaw
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