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

CVE-2026-33161: Craft CMS Information Disclosure Flaw

CVE-2026-33161 is an information disclosure vulnerability in Craft CMS that allows low-privileged users to access private asset metadata. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33161 Overview

CVE-2026-33161 is an information disclosure vulnerability in Craft CMS, a popular content management system. The vulnerability allows low-privileged authenticated users to access private asset metadata through the assets/image-editor endpoint without proper authorization validation. From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, an attacker can call the image editor endpoint with the ID of a private asset they cannot view and still receive editor response data, including sensitive metadata like focalPoint information.

Critical Impact

Low-privileged authenticated users can enumerate and access private asset editing metadata, potentially exposing sensitive information about assets they should not have access to.

Affected Products

  • Craft CMS versions 4.0.0-RC1 through 4.17.7
  • Craft CMS versions 5.0.0-RC1 through 5.9.13
  • All Craft CMS installations with authenticated users having low-privilege access

Discovery Timeline

  • March 24, 2026 - CVE-2026-33161 published to NVD
  • March 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33161

Vulnerability Analysis

This vulnerability represents a broken access control flaw (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor) in the Craft CMS asset management functionality. The assets/image-editor endpoint fails to perform per-asset authorization validation before returning editing metadata to authenticated users.

When a user requests the image editor data for an asset, the application verifies that the user is authenticated but does not verify whether the user has permission to access that specific asset. This allows any authenticated user, regardless of their permission level, to obtain metadata about private assets simply by knowing or guessing the asset ID.

The vulnerability is network-accessible and requires low privileges (basic authentication). While the confidentiality impact is limited to metadata exposure rather than the full asset content, this information leakage could facilitate further attacks or reveal sensitive information about private files.

Root Cause

The root cause of this vulnerability is missing authorization checks at the asset-level within the assets/image-editor controller action. The endpoint authenticates the user but fails to validate whether the authenticated user has view permissions for the specific asset being requested. This oversight allows the endpoint to return private editing metadata without proper per-asset authorization validation.

Attack Vector

The attack can be executed by any authenticated user through the following sequence:

  1. Attacker authenticates to the Craft CMS application with minimal privileges
  2. Attacker identifies or enumerates asset IDs (potentially through other information disclosure vectors or sequential guessing)
  3. Attacker sends requests to the assets/image-editor endpoint with target asset IDs
  4. The server returns editor metadata including focal point data for private assets the attacker should not be able to access

The vulnerability is exploitable over the network with low attack complexity. No user interaction is required beyond the attacker's own actions. The technical details of exploitation involve making authenticated HTTP requests to the vulnerable endpoint while manipulating the asset ID parameter. For specific request formats and parameters, refer to the GitHub Security Advisory GHSA-vgjg-248p-rfm2.

Detection Methods for CVE-2026-33161

Indicators of Compromise

  • Unusual access patterns to the assets/image-editor endpoint from low-privileged user accounts
  • Sequential or bulk requests to the image editor endpoint with varying asset IDs
  • Access logs showing requests for asset IDs that belong to restricted sections or private volumes

Detection Strategies

  • Monitor web application logs for repeated requests to /actions/assets/image-editor with different asset ID parameters
  • Implement alerting for authenticated users accessing asset metadata outside their permission scope
  • Review access logs for patterns indicating asset ID enumeration attempts

Monitoring Recommendations

  • Enable detailed access logging for Craft CMS administrative endpoints
  • Configure web application firewall (WAF) rules to detect and alert on unusual asset endpoint access patterns
  • Implement rate limiting on the assets/image-editor endpoint to slow enumeration attempts

How to Mitigate CVE-2026-33161

Immediate Actions Required

  • Upgrade Craft CMS version 4.x installations to version 4.17.8 or later immediately
  • Upgrade Craft CMS version 5.x installations to version 5.9.14 or later immediately
  • Review access logs for any suspicious activity targeting the assets/image-editor endpoint
  • Audit user accounts and privileges to ensure principle of least privilege is applied

Patch Information

Craft CMS has released patched versions that address this authorization bypass vulnerability. The fix adds proper per-asset authorization validation to the image editor endpoint before returning metadata.

  • Version 4.17.8: GitHub Release 4.17.8
  • Version 5.9.14: GitHub Release 5.9.14
  • Commit Reference: GitHub Commit d30df31

Workarounds

  • Restrict access to the Craft CMS control panel to trusted networks only using firewall rules or VPN requirements
  • Implement additional authentication layers (such as multi-factor authentication) for all CMS users
  • Consider temporarily disabling or restricting the image editor functionality until patches can be applied
bash
# Example: Restrict access to Craft CMS admin panel via nginx
location /admin {
    allow 10.0.0.0/8;      # Internal network
    allow 192.168.0.0/16;  # Trusted network
    deny all;              # Block all other access
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCraft Cms

  • SeverityLOW

  • CVSS Score1.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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-200
  • Technical References
  • GitHub Release 4.17.8

  • GitHub Release 5.9.14
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-vgjg-248p-rfm2
  • Related CVEs
  • CVE-2026-33158: Craft CMS Information Disclosure Flaw

  • CVE-2026-27131: Craft CMS Sprig Information Disclosure Flaw

  • CVE-2026-32268: Craft CMS Azure Blob Storage Plugin Flaw

  • CVE-2026-32265: Amazon S3 Craft CMS Info Disclosure Flaw
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