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

CVE-2026-41172: Squidex CMS SSRF Vulnerability

CVE-2026-41172 is an SSRF vulnerability in Squidex headless CMS that enables attackers with asset upload permissions to fetch arbitrary URLs including localhost targets. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-41172 Overview

CVE-2026-41172 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, this vulnerability allows an authenticated user with asset upload permission to force the server to fetch arbitrary URLs, including localhost and private network targets, and persist the response as an asset within the system.

Critical Impact

Authenticated attackers can leverage this SSRF flaw to access internal services, exfiltrate sensitive data from private networks, and potentially pivot to further attacks against infrastructure not intended to be publicly accessible.

Affected Products

  • Squidex Headless CMS versions prior to 7.23.0
  • Squidex Content Management Hub (all versions before security patch)
  • Self-hosted Squidex deployments with asset upload functionality enabled

Discovery Timeline

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

Technical Details for CVE-2026-41172

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the asset upload functionality of Squidex CMS. The vulnerability stems from insufficient validation of user-supplied URLs during the asset import process. When a user with asset upload permissions provides a URL for the system to fetch, the server-side code does not adequately restrict which destinations can be accessed.

The exploitation requires low privileges (asset upload permission), can be performed remotely over the network, and requires no user interaction. An attacker can successfully exploit this vulnerability to access high-value targets including internal metadata services, localhost-bound administration interfaces, and other private network resources that should not be accessible from the application layer.

Root Cause

The root cause is improper URL validation in the asset fetching mechanism. The application fails to implement adequate server-side URL filtering, allowing requests to internal IP addresses (such as 127.0.0.1, 10.x.x.x, 192.168.x.x, 169.254.169.254 for cloud metadata), and other restricted network ranges. This lack of egress filtering enables attackers to abuse the server as a proxy to reach otherwise inaccessible resources.

Attack Vector

The attack is network-based and requires authentication with asset upload privileges. An attacker can craft a malicious request containing a URL pointing to internal resources. The Squidex server then fetches the content from that URL and stores it as an asset, effectively allowing the attacker to read the response. This can be used to:

  1. Access cloud provider metadata endpoints (AWS, GCP, Azure) to retrieve credentials
  2. Scan internal network services and ports
  3. Interact with internal APIs and administration interfaces
  4. Bypass network segmentation and firewall controls

The vulnerability mechanism involves the server making HTTP requests on behalf of the user without proper destination validation. When a user submits a URL for asset import, the application fetches the resource server-side, which allows access to internal network resources that the client cannot directly reach. See the GitHub Security Advisory GHSA-x7cq-4f4c-8qcv for additional technical details.

Detection Methods for CVE-2026-41172

Indicators of Compromise

  • Unusual outbound HTTP requests from the Squidex server to internal IP ranges (127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Asset upload requests containing URLs targeting cloud metadata endpoints (e.g., 169.254.169.254)
  • Unexpected assets stored in the system containing configuration data, credentials, or internal service responses
  • Network logs showing the Squidex server initiating connections to services it should not normally access

Detection Strategies

  • Monitor web application logs for asset upload requests containing suspicious URL patterns targeting private IP ranges or localhost
  • Implement network-level monitoring to detect outbound connections from the Squidex server to internal services or cloud metadata endpoints
  • Review stored assets for anomalous content that appears to be server responses, configuration files, or credential data
  • Deploy web application firewall (WAF) rules to detect and block SSRF attack patterns in request parameters

Monitoring Recommendations

  • Enable verbose logging for all asset upload operations including the source URLs requested
  • Configure network segmentation alerts for unexpected traffic patterns from web application servers
  • Implement egress filtering and log all outbound connections from the Squidex server for anomaly detection
  • Set up alerts for any access to cloud metadata service IPs from application-tier hosts

How to Mitigate CVE-2026-41172

Immediate Actions Required

  • Upgrade Squidex to version 7.23.0 or later immediately
  • Review existing assets for any suspicious content that may indicate prior exploitation
  • Audit user accounts with asset upload permissions and restrict access where not strictly necessary
  • Implement network-level egress filtering to block requests to internal IP ranges from the web application server

Patch Information

The vulnerability has been addressed in Squidex version 7.23.0. The fix is available in GitHub commit b81d75e1d9c1a8e30993c2ee59b350002b9aeda4. Organizations should upgrade to this version or later to remediate the vulnerability. Additional details can be found in the GitHub Security Advisory GHSA-x7cq-4f4c-8qcv.

Workarounds

  • Restrict asset upload permissions to only trusted administrators until patching is complete
  • Deploy a reverse proxy or WAF to filter requests containing private IP addresses or suspicious URL patterns
  • Implement network segmentation to prevent the Squidex server from accessing internal services directly
  • Block outbound connections from the application server to cloud metadata endpoints (169.254.169.254)
bash
# Example: Block outbound requests to internal ranges using iptables
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner www-data -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.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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 Reference

  • GitHub Security Advisory GHSA-x7cq-4f4c-8qcv
  • Related CVEs
  • CVE-2026-41177: Squidex CMS Blind SSRF Vulnerability

  • CVE-2026-41170: 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