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

CVE-2026-41170: Squidex CMS SSRF Vulnerability

CVE-2026-41170 is a server-side request forgery flaw in Squidex headless CMS that lets admins probe internal networks and cloud metadata endpoints. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-41170 Overview

CVE-2026-41170 is a Server-Side Request Forgery (SSRF) vulnerability affecting Squidex, an open source headless content management system and content management hub. Prior to version 7.23.0, the RestoreController.PostRestoreJob endpoint allows an administrator to supply an arbitrary URL for downloading backup archives. This URL is fetched using the "Backup" HttpClient without any SSRF protection.

A malicious or compromised admin can use this endpoint to probe internal network services, access cloud metadata endpoints, or perform internal reconnaissance. While the vulnerability requires administrator authentication, it remains highly impactful due to the potential access to sensitive internal resources.

Critical Impact

Authenticated administrators can exploit this SSRF vulnerability to access internal network resources, cloud metadata endpoints (such as AWS IMDSv1 at 169.254.169.254), and perform reconnaissance against internal infrastructure not otherwise accessible from the public internet.

Affected Products

  • Squidex Headless CMS versions prior to 7.23.0
  • Squidex deployments with administrator access exposed to untrusted users
  • Cloud-hosted Squidex instances with access to cloud provider metadata services

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-41170 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-41170

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery). The core issue lies in the backup restoration functionality where the application accepts user-controlled URLs without implementing proper SSRF protections. When an administrator initiates a restore operation, the system fetches the backup archive from the specified URL using an HttpClient that lacks restrictions on target destinations.

The attack surface is limited to authenticated administrators, which provides some protection. However, in scenarios involving compromised admin credentials, insider threats, or multi-tenant environments where admin access may be granted more broadly, this vulnerability becomes a significant concern. An attacker can leverage this endpoint to reach internal services that would otherwise be inaccessible from external networks.

Root Cause

The root cause is the absence of URL validation and SSRF protection mechanisms in the backup restoration HTTP client. The RestoreController.PostRestoreJob endpoint directly uses user-supplied URLs to fetch backup archives without:

  1. Validating that the target URL points to an external, trusted resource
  2. Blocking requests to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8)
  3. Preventing access to cloud metadata endpoints (e.g., 169.254.169.254)
  4. Implementing allowlist-based URL filtering

Attack Vector

The attack is network-based and requires authenticated access with administrative privileges. An attacker with admin credentials can craft malicious restore job requests targeting internal resources:

  1. Cloud Metadata Access: Target http://169.254.169.254/latest/meta-data/ to retrieve cloud instance credentials and configuration
  2. Internal Service Enumeration: Probe internal services on private networks to discover running services and their versions
  3. Port Scanning: Use timing-based responses to determine which internal ports are open
  4. Data Exfiltration: Access internal APIs or databases that may return sensitive information in HTTP responses

The security patch introduces configuration options to control backup restoration behavior:

text
+// ==========================================================================
+//  Squidex Headless CMS
+// ==========================================================================
+//  Copyright (c) Squidex UG (haftungsbeschraenkt)
+//  All rights reserved. Licensed under the MIT license.
+// ==========================================================================
+
+namespace Squidex.Domain.Apps.Entities.Backup;
+
+public sealed class BackupOptions
+{
+    public bool AllowRestoreFromLocalFiles { get; set; }
+}

Source: GitHub Commit Update

Detection Methods for CVE-2026-41170

Indicators of Compromise

  • Unusual outbound HTTP requests from the Squidex application server to internal IP addresses or cloud metadata endpoints
  • Backup restore job requests with URLs targeting 169.254.169.254, localhost, or private IP ranges
  • Unexpected requests to internal services from the CMS application tier
  • Administrator audit logs showing restore operations with suspicious external or internal URLs

Detection Strategies

  • Implement network monitoring to detect HTTP requests from the Squidex server to internal IP ranges that should not be directly accessible
  • Configure web application firewalls (WAF) to alert on requests containing internal IP addresses or cloud metadata URLs in POST bodies
  • Review application logs for PostRestoreJob endpoint calls with non-standard backup URLs
  • Deploy egress filtering rules and alert when the application attempts to connect to restricted network segments

Monitoring Recommendations

  • Enable detailed logging for all backup and restore operations within Squidex
  • Monitor outbound network connections from the Squidex application container or host for anomalous destinations
  • Implement alerting for any requests to cloud metadata endpoints (169.254.169.254) from application servers
  • Regularly audit administrator accounts and their activity logs for suspicious restore operations

How to Mitigate CVE-2026-41170

Immediate Actions Required

  • Upgrade Squidex to version 7.23.0 or later immediately to address this vulnerability
  • Audit administrator accounts and revoke access for any accounts that are no longer needed or may be compromised
  • Review backup restore logs for any suspicious activity that may indicate exploitation attempts
  • Implement network-level egress filtering to block requests from the Squidex server to internal IP ranges and cloud metadata endpoints

Patch Information

The vulnerability has been fixed in Squidex version 7.23.0. The patch introduces the BackupOptions configuration class with controls for backup restoration behavior. Security fixes were implemented across multiple components as tracked in GitHub Security Advisory GHSA-6q6m-7h5j-jq4g. The specific commit addressing this issue can be reviewed at the GitHub Commit Update.

Workarounds

  • Restrict administrator access to trusted users only and implement multi-factor authentication for admin accounts
  • Deploy network segmentation to limit what internal resources the Squidex application server can reach
  • Configure egress firewall rules to block the Squidex application from accessing cloud metadata endpoints and internal network ranges
  • Consider disabling the backup restore functionality if not operationally required until the patch can be applied
bash
# Example iptables rules to block SSRF targets from application server
# Block cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block common internal ranges (adjust based on your network)
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
iptables -A OUTPUT -d 127.0.0.0/8 -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/TechSquidex

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/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:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-6q6m-7h5j-jq4g
  • Related CVEs
  • CVE-2026-41177: Squidex CMS Blind SSRF Vulnerability

  • CVE-2026-41172: Squidex CMS SSRF Vulnerability

  • CVE-2026-41171: Squidex CMS SSRF Vulnerability

  • CVE-2026-24736: Squidex CMS SSRF 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