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

CVE-2026-41129: Craft CMS SSRF Vulnerability

CVE-2026-41129 is a Server-Side Request Forgery flaw in Craft CMS affecting versions 4.x through 4.17.8 and 5.x through 5.9.14. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-41129 Overview

CVE-2026-41129 is a Server-Side Request Forgery (SSRF) vulnerability affecting Craft CMS, a popular content management system. The vulnerability exists in the GraphQL mutation handling for asset uploads, where insufficient validation of URL schemes allows authenticated attackers with specific permissions to make arbitrary server-side HTTP requests. Successful exploitation could enable attackers to access internal services, scan internal networks, or exfiltrate sensitive data from protected resources.

Critical Impact

Authenticated attackers with GraphQL asset permissions can leverage SSRF to access internal network resources, potentially exposing sensitive internal services and data.

Affected Products

  • Craft CMS 4.x through 4.17.8
  • Craft CMS 5.x through 5.9.14

Discovery Timeline

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

Technical Details for CVE-2026-41129

Vulnerability Analysis

This SSRF vulnerability resides in Craft CMS's GraphQL asset mutation resolver. The issue stems from the application accepting user-supplied URLs for asset creation without properly validating the URL scheme before processing the request. While the code included hostname validation, it failed to restrict the URL scheme, allowing attackers to specify arbitrary protocols such as file://, gopher://, or dict:// to interact with internal services or read local files.

The vulnerability requires elevated privileges—specifically, the "Edit assets in the volume" and "Create assets in the volume" permissions must be enabled in the GraphQL schema. This limits the attack surface to authenticated users with administrative-level access to asset management, but in multi-tenant or shared hosting environments, this could still represent a significant risk.

Root Cause

The root cause lies in the Asset.php GraphQL resolver failing to validate the URL scheme before processing external URLs. The code path for handling remote asset URLs relied solely on hostname validation, which was insufficient to prevent SSRF attacks using alternative URL schemes that could bypass network-level controls or access local resources.

Attack Vector

An authenticated attacker with the required GraphQL permissions can craft malicious GraphQL mutations that specify URLs with arbitrary schemes. By using schemes like file:// or internal-only protocols, the attacker can:

  1. Read local files on the server
  2. Access internal services not exposed to the public internet
  3. Scan internal network infrastructure
  4. Potentially interact with cloud metadata services (e.g., http://169.254.169.254/)

The attack is network-based and requires no user interaction beyond the attacker authenticating with appropriate permissions.

php
         } elseif (!empty($fileInformation['url'])) {
             $url = $fileInformation['url'];
 
+            if (!$this->validateScheme($url)) {
+                throw new UserError("$url contains an invalid scheme.");
+            }
+
             if (!$this->validateHostname($url)) {
                 throw new UserError("$url contains an invalid hostname.");
             }

Source: GitHub Commit

The patch introduces a new validateScheme() method that checks the URL scheme before any further processing occurs, ensuring only permitted schemes (typically http:// and https://) are accepted.

Detection Methods for CVE-2026-41129

Indicators of Compromise

  • GraphQL mutation requests to asset endpoints containing unusual URL schemes (file://, gopher://, dict://, ftp://)
  • Asset creation attempts referencing internal IP addresses (127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests targeting cloud metadata endpoints (169.254.169.254)
  • Unexpected outbound connections from the Craft CMS application server to internal services

Detection Strategies

  • Monitor GraphQL query logs for createAsset or similar mutations with suspicious URL parameters
  • Implement Web Application Firewall (WAF) rules to detect SSRF patterns in request payloads
  • Review application logs for UserError exceptions related to hostname or scheme validation failures
  • Enable network segmentation monitoring to detect unusual server-initiated connections

Monitoring Recommendations

  • Configure alerting on GraphQL endpoints for requests containing non-HTTP URL schemes
  • Establish baseline network behavior for the CMS server and alert on deviations
  • Monitor for access attempts to internal-only services from the web application tier
  • Implement egress filtering and log all outbound connections from the CMS server

How to Mitigate CVE-2026-41129

Immediate Actions Required

  • Upgrade Craft CMS 4.x installations to version 4.17.9 or later
  • Upgrade Craft CMS 5.x installations to version 5.9.15 or later
  • Review GraphQL schema permissions and restrict asset creation capabilities to trusted users only
  • Audit logs for any suspicious GraphQL asset mutations that may indicate prior exploitation attempts

Patch Information

Security patches are available through official Craft CMS releases. Version 4.17.9 addresses this vulnerability for the 4.x branch, while version 5.9.15 patches the 5.x branch. The fix introduces scheme validation via a new validateScheme() method in the GraphQL asset resolver. For additional details, refer to the GitHub Security Advisory and the related commit.

Workarounds

  • Disable GraphQL asset upload functionality if not required by removing "Edit assets" and "Create assets" permissions from all GraphQL schemas
  • Implement network-level egress filtering to restrict outbound connections from the CMS server
  • Deploy a reverse proxy or WAF with SSRF detection rules in front of the Craft CMS application
  • Use allowlist-based URL validation at the infrastructure level if upgrading is not immediately possible
bash
# Verify Craft CMS version after upgrade
./craft version

# Review GraphQL schema permissions
./craft graphql/list-schemas

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCraft Cms

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/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
  • Related CVEs
  • CVE-2026-41130: Craft CMS SSRF Vulnerability

  • CVE-2026-27129: Craft CMS SSRF Bypass Vulnerability

  • CVE-2026-41128: Craft CMS Auth Bypass Vulnerability

  • CVE-2026-33162: Craft CMS Auth Bypass 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