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-2025-8355

CVE-2025-8355: Xerox Freeflow Core SSRF Vulnerability

CVE-2025-8355 is a Server-Side Request Forgery flaw in Xerox FreeFlow Core caused by improper XML handling. Attackers can exploit this to access internal systems. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2025-8355 Overview

CVE-2025-8355 is a high-severity XML External Entity (XXE) injection vulnerability affecting Xerox FreeFlow Core version 8.0.4. The vulnerability stems from improper handling of XML input, which allows attackers to inject external entities. By crafting malicious XML payloads containing references to internal URLs, an attacker can exploit this flaw to perform Server-Side Request Forgery (SSRF) attacks against the vulnerable system.

Critical Impact

This XXE vulnerability enables attackers to force the server to make requests to arbitrary internal URLs, potentially exposing sensitive internal resources, scanning internal networks, or bypassing security controls that rely on network segmentation.

Affected Products

  • Xerox FreeFlow Core version 8.0.4

Discovery Timeline

  • 2025-08-08 - CVE-2025-8355 published to NVD
  • 2025-08-14 - Last updated in NVD database

Technical Details for CVE-2025-8355

Vulnerability Analysis

This vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference). The Xerox FreeFlow Core application fails to properly sanitize or disable external entity processing when parsing XML input. This architectural weakness allows attackers to craft specially formed XML documents that include Document Type Definition (DTD) declarations referencing external resources.

When the vulnerable XML parser processes this malicious input, it resolves the external entity references, causing the server to initiate outbound requests to attacker-specified URLs. This effectively transforms the FreeFlow Core server into a proxy for the attacker, enabling SSRF attacks against internal infrastructure that would otherwise be inaccessible from external networks.

The vulnerability requires no authentication and can be exploited remotely over the network, making it particularly dangerous in environments where FreeFlow Core is exposed to untrusted networks or users.

Root Cause

The root cause of CVE-2025-8355 lies in the XML parser configuration within Xerox FreeFlow Core 8.0.4. The application does not disable external entity resolution or implement proper input validation for XML documents. When XML input is processed, the parser follows external entity declarations without restriction, allowing attackers to reference arbitrary URIs including internal network addresses, file paths, or external attacker-controlled servers.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker can submit a malicious XML payload containing an external entity declaration that references an internal URL. When the FreeFlow Core application processes this XML, it resolves the entity by making an HTTP request to the specified internal resource.

This SSRF capability allows attackers to:

  • Probe and map internal network infrastructure
  • Access internal services not exposed to the internet
  • Retrieve sensitive data from internal APIs or metadata services
  • Potentially pivot to other attack vectors depending on internal service responses

The vulnerability mechanism involves crafting XML documents with DOCTYPE declarations that define external entities pointing to target URLs. When processed, the XML parser fetches the content from these URLs, effectively executing the SSRF attack. For technical details on the exploitation method, refer to the Xerox Security Bulletin 025-013.

Detection Methods for CVE-2025-8355

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the FreeFlow Core server to internal IP addresses or unexpected destinations
  • XML payloads in application logs containing <!DOCTYPE> or <!ENTITY> declarations with external references
  • Unexpected access to internal services or APIs from the FreeFlow Core server IP address
  • Error logs indicating failed connections to internal resources that FreeFlow Core should not access

Detection Strategies

  • Monitor network traffic from FreeFlow Core servers for connections to internal IP ranges that are not part of normal operations
  • Implement web application firewall (WAF) rules to detect and block XML payloads containing external entity declarations
  • Configure SIEM alerts for XML parsing errors or unusual DOCTYPE declarations in application logs
  • Deploy network segmentation monitoring to detect lateral movement attempts originating from FreeFlow Core infrastructure

Monitoring Recommendations

  • Enable detailed logging for XML parsing operations within FreeFlow Core to capture potentially malicious payloads
  • Implement egress filtering and monitoring on FreeFlow Core servers to detect unauthorized outbound connections
  • Configure alerting for any access attempts to sensitive internal services from the FreeFlow Core network segment
  • Regularly review FreeFlow Core access logs for anomalous patterns or suspicious XML content

How to Mitigate CVE-2025-8355

Immediate Actions Required

  • Upgrade Xerox FreeFlow Core to version 8.0.5 or later, which addresses this vulnerability
  • Restrict network access to FreeFlow Core servers from untrusted networks
  • Implement network segmentation to limit the impact of potential SSRF exploitation
  • Deploy a web application firewall with XXE attack detection capabilities

Patch Information

Xerox has released FreeFlow Core version 8.0.5 which addresses this vulnerability. Organizations should apply this update immediately to remediate CVE-2025-8355. The security update details are available in the Xerox Security Bulletin 025-013.

Workarounds

  • If immediate patching is not possible, implement strict network egress controls on FreeFlow Core servers to prevent outbound connections to internal resources
  • Configure web application firewalls or reverse proxies to filter XML payloads containing DOCTYPE or ENTITY declarations
  • Limit FreeFlow Core's network access to only required destinations using firewall rules
  • Consider temporarily restricting XML upload or processing functionality until the patch can be applied
bash
# Example network egress restriction using iptables
# Block FreeFlow Core server from accessing internal metadata services
iptables -A OUTPUT -s <freeflow_core_ip> -d 169.254.169.254 -j DROP
iptables -A OUTPUT -s <freeflow_core_ip> -d 10.0.0.0/8 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -s <freeflow_core_ip> -d 10.0.0.0/8 -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
  • TypeSSRF

  • Vendor/TechXerox Freeflow Core

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Vendor Resources
  • Xerox Security Bulletin 025-013
  • Related CVEs
  • CVE-2026-2251: Xerox FreeFlow Core Path Traversal Flaw

  • CVE-2026-2252: Xerox FreeFlow Core XXE Vulnerability

  • CVE-2025-8356: Xerox FreeFlow Core Path Traversal 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