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

CVE-2024-39847: 4D Server SOAP XXE Vulnerability

CVE-2024-39847 is an XML External Entity (XXE) vulnerability in 4D Server SOAP endpoints that enables unauthenticated attackers to read files and make HTTP requests. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2024-39847 Overview

CVE-2024-39847 is an XML External Entity (XXE) vulnerability affecting the SOAP endpoints in 4D server. Unauthenticated attackers can exploit a weakness in the XML parser functionality to obtain read access to files on the application server and adjacent network shares, and perform HTTP GET requests to arbitrary services. This vulnerability poses significant risks to data confidentiality and can enable further reconnaissance against internal network infrastructure.

Critical Impact

Unauthenticated remote attackers can read sensitive files from the server and perform server-side request forgery (SSRF) attacks against internal services without any authentication requirements.

Affected Products

  • 4D Server (versions with vulnerable SOAP endpoint XML parsing)

Discovery Timeline

  • 2026-04-30 - CVE CVE-2024-39847 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2024-39847

Vulnerability Analysis

This vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference). The SOAP endpoints in 4D server fail to properly restrict XML external entity processing, allowing attackers to craft malicious XML payloads that reference external entities. When the vulnerable XML parser processes these payloads, it resolves the external entity references, which can include local file paths or URLs to internal services.

The attack requires no authentication, making it accessible to any network-reachable attacker. The vulnerability enables two primary attack scenarios: file disclosure through local file inclusion via XXE, and server-side request forgery through external URL entity resolution.

Root Cause

The root cause of this vulnerability lies in the insecure configuration of the XML parser used by the SOAP endpoints in 4D server. The parser does not disable external entity processing, allowing it to resolve DTD (Document Type Definition) declarations that reference external resources. This is a common misconfiguration in XML processing libraries where external entities and DTD processing are enabled by default.

Attack Vector

The attack is executed remotely over the network without requiring any user interaction or prior authentication. An attacker sends a specially crafted SOAP request containing a malicious XML document with external entity declarations. The vulnerable XML parser processes these declarations, causing the server to:

  1. Read local files specified in the entity declarations and return their contents in error messages or responses
  2. Make HTTP GET requests to arbitrary internal or external services, enabling SSRF attacks
  3. Access files on adjacent network shares accessible to the server

The attack does not require any special privileges and can be performed by any unauthenticated network attacker who can reach the SOAP endpoints. For detailed technical analysis, refer to the Schutzwerk Security Bulletin SA-2024-002.

Detection Methods for CVE-2024-39847

Indicators of Compromise

  • Unusual SOAP requests containing DOCTYPE declarations or ENTITY definitions in XML payloads
  • Server-side requests to internal IP addresses or localhost from the 4D server process
  • Access to sensitive configuration files such as /etc/passwd, Windows SAM files, or application configuration files
  • Unexpected outbound HTTP connections originating from the 4D server to internal network resources

Detection Strategies

  • Deploy web application firewalls (WAF) with rules to detect and block XXE payloads in SOAP requests
  • Monitor and analyze SOAP endpoint access logs for suspicious XML patterns including <!ENTITY, <!DOCTYPE, and SYSTEM keywords
  • Implement network segmentation monitoring to detect unexpected connections from the 4D server to internal services
  • Configure intrusion detection systems (IDS) with signatures for common XXE attack patterns

Monitoring Recommendations

  • Enable detailed logging for all SOAP endpoint requests and responses on 4D server
  • Monitor file access patterns on the server for unusual read operations to sensitive system files
  • Track outbound network connections from the 4D server process to identify potential SSRF activity
  • Set up alerts for XML parsing errors that may indicate exploitation attempts

How to Mitigate CVE-2024-39847

Immediate Actions Required

  • Review and apply any available security updates from 4D for the affected server components
  • Restrict network access to SOAP endpoints to trusted IP addresses only using firewall rules
  • Implement input validation on SOAP requests to reject XML documents containing external entity declarations
  • Consider temporarily disabling SOAP functionality if not required for business operations

Patch Information

Consult the 4D Company Website and the Schutzwerk Security Bulletin SA-2024-002 for the latest security advisories and patch information. Apply vendor-provided patches as soon as they become available. Ensure you are running the latest supported version of 4D server with all security updates applied.

Workarounds

  • Configure the XML parser to disable external entity processing and DTD processing if configuration options are available
  • Deploy a reverse proxy or web application firewall in front of the SOAP endpoints to filter malicious XML payloads
  • Implement network-level access controls to limit which hosts can reach the SOAP endpoints
  • Use application-level authentication to restrict access to SOAP functionality to authorized users only
bash
# Example: Network access restriction using iptables
# Restrict SOAP endpoint access to trusted networks only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/Tech4d Server

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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:Y/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • 4D Company Website

  • Schutzwerk Security Bulletin SA-2024-002
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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