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-7399

CVE-2024-7399: Samsung MagicInfo 9 Path Traversal Flaw

CVE-2024-7399 is a path traversal vulnerability in Samsung MagicInfo 9 Server that allows attackers to write arbitrary files with system privileges. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-7399 Overview

CVE-2024-7399 is a path traversal vulnerability in Samsung MagicINFO 9 Server versions before 21.1050. The flaw stems from improper limitation of a pathname to a restricted directory [CWE-22]. Attackers can write arbitrary files with system authority over the network without authentication or user interaction. CISA added the CVE to its Known Exploited Vulnerabilities catalog, confirming active exploitation in the wild. The vulnerability affects the file upload handler used by the centralized digital signage management platform, which is widely deployed in retail, hospitality, and corporate environments.

Critical Impact

Unauthenticated remote attackers can write arbitrary files as SYSTEM, leading to remote code execution and full server compromise on Samsung MagicINFO 9 Server deployments.

Affected Products

  • Samsung MagicINFO 9 Server, all versions prior to 21.1050
  • Deployments exposing the MagicINFO web management interface to untrusted networks
  • Centralized digital signage environments using MagicINFO 9 for content distribution

Discovery Timeline

  • 2024-08-12 - CVE-2024-7399 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2024-7399

Vulnerability Analysis

The vulnerability resides in a file upload endpoint of the MagicINFO 9 Server web application. The server fails to properly sanitize user-supplied filename or path parameters, allowing directory traversal sequences such as ../ to escape the intended upload directory. An unauthenticated attacker submits a crafted multipart HTTP request that places a file at an attacker-controlled location on the server filesystem. Because the MagicINFO service runs with SYSTEM privileges on Windows, the file is written with full administrative authority.

The documented exploitation pattern, reported by Arctic Wolf, involves uploading a .jsp web shell into a directory served by the embedded Tomcat instance. Attackers then request the uploaded shell via HTTP to obtain remote command execution. From this foothold, adversaries can deploy persistence mechanisms, exfiltrate data, or pivot into the broader network.

Root Cause

The root cause is missing canonicalization and validation of file path inputs in the upload handler. The application concatenates user-supplied path components with a base directory without resolving traversal sequences or restricting writes to an allowlisted directory tree.

Attack Vector

Exploitation requires only network access to the MagicINFO 9 Server HTTP interface. No credentials or user interaction are required. Attackers craft a single HTTP POST request containing a traversal payload and arbitrary file contents. See the Arctic Wolf analysis of CVE-2024-7399 for documented exploitation patterns observed in the wild.

Detection Methods for CVE-2024-7399

Indicators of Compromise

  • Presence of unexpected .jsp, .war, or executable files within MagicINFO web-accessible directories such as the Tomcat webapps folder
  • HTTP POST requests to MagicINFO upload endpoints containing ..\ or ../ sequences in filename parameters
  • New child processes spawned by the MagicINFO or Tomcat service account, particularly cmd.exe, powershell.exe, or certutil.exe
  • Outbound connections from the MagicINFO server to unfamiliar IP addresses following file upload activity

Detection Strategies

  • Inspect web server access logs for upload requests containing path traversal patterns or unusual file extensions
  • Monitor file integrity on the MagicINFO installation directory and any Tomcat-served paths for unauthorized writes
  • Hunt for web shell behavior such as Java or Tomcat processes invoking shell interpreters
  • Correlate HTTP requests to newly created files with subsequent process execution on the host

Monitoring Recommendations

  • Enable verbose access logging on the MagicINFO HTTP listener and forward logs to a centralized analytics platform such as Singularity Data Lake for retention and search
  • Deploy endpoint protection on MagicINFO servers to surface anomalous process lineage from the service account; Singularity Endpoint uses behavioral AI to flag SYSTEM-level processes spawning shells from web service contexts
  • Alert on creation of script or executable files within Tomcat web application directories

How to Mitigate CVE-2024-7399

Immediate Actions Required

  • Upgrade Samsung MagicINFO 9 Server to version 21.1050 or later immediately
  • Restrict network access to the MagicINFO management interface using firewall rules or VPN-only access
  • Audit MagicINFO server filesystems for unauthorized files in web-accessible directories and remove any web shells found
  • Rotate credentials and secrets that may have been exposed on a compromised MagicINFO host

Patch Information

Samsung addressed the vulnerability in MagicINFO 9 Server version 21.1050. Refer to the official Samsung Security Updates portal for download and release information. The patch corrects the file path validation logic in the affected upload handler.

Workarounds

  • Block external access to the MagicINFO HTTP/HTTPS listener at the network perimeter until patching is complete
  • Place the MagicINFO server behind a reverse proxy or web application firewall that rejects requests containing path traversal sequences
  • Run the MagicINFO service under a least-privilege account where supported, instead of SYSTEM, to limit blast radius
bash
# Example WAF/reverse proxy rule to drop traversal sequences in upload requests
# nginx snippet
location /MagicInfo/ {
    if ($request_uri ~* "\.\./|\.\.%2f|\.\.\\\\") {
        return 403;
    }
    proxy_pass http://magicinfo_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSamsung Magicinfo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability70.71%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-22
  • Technical References
  • Arctic Wolf Blog on CVE-2024-7399

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Samsung 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-2026-25201: Samsung MagicInfo 9 Server RCE Vulnerability
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