A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-33486

CVE-2026-33486: Roadiz CMS Information Disclosure Flaw

CVE-2026-33486 is an information disclosure vulnerability in Roadiz CMS allowing authenticated attackers to read sensitive server files. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33486 Overview

CVE-2026-33486 is a Server-Side Request Forgery (SSRF) vulnerability affecting the Roadiz documents component (roadiz/documents), a part of the Roadiz polymorphic content management system. This vulnerability allows an authenticated attacker with high privileges to read arbitrary files on the server's local file system that the web server process has access to. The exposure includes highly sensitive data such as environment variables, database credentials, and internal configuration files.

The vulnerability exists in versions prior to 2.7.9, 2.6.28, 2.5.44, and 2.3.42 and has been addressed in the respective patched releases.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access sensitive server-side files including environment variables, database credentials, and configuration files, potentially leading to full system compromise.

Affected Products

  • Roadiz Documents (roadiz/documents) versions prior to 2.7.9
  • Roadiz Documents (roadiz/documents) versions prior to 2.6.28
  • Roadiz Documents (roadiz/documents) versions prior to 2.5.44
  • Roadiz Documents (roadiz/documents) versions prior to 2.3.42

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33486 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33486

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF vulnerability exists in the DownloadedFile::fromUrl method within the Roadiz documents library. The function failed to properly validate and sanitize user-supplied URLs before making server-side requests, allowing attackers to craft malicious URLs that target internal resources.

An authenticated attacker with high privileges could exploit this vulnerability by providing specially crafted URLs that use file protocols (such as file://) or target internal network addresses. When processed by the vulnerable fromUrl method, these malicious URLs would cause the server to read local files or make requests to internal services, effectively bypassing network security controls.

The attack is network-accessible and requires no user interaction, though it does require high-level authentication privileges. The vulnerability has a changed scope, meaning the impact extends beyond the vulnerable component itself to affect confidentiality of resources the web server has access to.

Root Cause

The root cause of this vulnerability lies in the DownloadedFile::fromUrl method's lack of URL validation. Prior to the patch, the method would directly open and process any URL provided without checking whether it was a safe remote URL. This allowed attackers to supply URLs pointing to local files (via file:// protocol) or internal network resources, which the server would then fetch and potentially expose.

The function used PHP's fopen() to open URLs without any restrictions on:

  • URL schemes (allowing file://, php://, etc.)
  • Internal/private IP addresses
  • HTTP redirects that could lead to internal resources

Attack Vector

The attack vector for CVE-2026-33486 requires network access and authenticated access with high privileges. An attacker would:

  1. Authenticate to the Roadiz CMS with an account that has permissions to upload or manage documents
  2. Craft a malicious URL targeting local files (e.g., file:///etc/passwd or file:///var/www/.env)
  3. Submit this URL to a function that processes remote file downloads
  4. The server would fetch the local file contents, exposing sensitive data

The patch introduces proper URL validation through a new isSafeRemoteUrl() method and configures stream context options to prevent HTTP redirect following:

php
     public static function fromUrl(string $url, ?string $originalName = null): ?DownloadedFile
     {
         try {
+            if (!self::isSafeRemoteUrl($url)) {
+                return null;
+            }
+
             $baseName = static::sanitizeFilename(pathinfo($url, PATHINFO_BASENAME));
-            $distantResource = fopen($url, 'r');
+            $streamContext = stream_context_create([
+                'http' => [
+                    'follow_location' => 0,
+                    'timeout' => 10,
+                ],
+                'https' => [
+                    'follow_location' => 0,
+                    'timeout' => 10,
+                ],
+            ]);
+
+            $distantResource = fopen($url, 'r', false, $streamContext);
             if (false === $distantResource) {
                 return null;
             }

Source: GitHub Commit Update

Detection Methods for CVE-2026-33486

Indicators of Compromise

  • Unusual file access patterns in web server logs showing file:// or internal URL schemes
  • Access attempts to sensitive files like /etc/passwd, .env, or configuration files originating from the web application
  • Unexpected outbound requests from the web server to internal IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Log entries showing document URL processing with non-HTTP/HTTPS schemes

Detection Strategies

  • Monitor web application logs for URL parameters containing suspicious schemes such as file://, php://, gopher://, or dict://
  • Implement network monitoring to detect server-initiated requests to internal or loopback addresses
  • Review authentication logs for accounts with document management privileges that exhibit unusual activity patterns
  • Deploy Web Application Firewall (WAF) rules to detect SSRF attack patterns in request parameters

Monitoring Recommendations

  • Enable detailed logging for the Roadiz documents component, particularly for URL processing functions
  • Set up alerts for any file access attempts outside of expected directories from the web server process
  • Monitor for outbound connections from the web server to RFC 1918 private address spaces
  • Implement egress filtering and logging to track unexpected server-side network requests

How to Mitigate CVE-2026-33486

Immediate Actions Required

  • Upgrade roadiz/documents to version 2.7.9, 2.6.28, 2.5.44, or 2.3.42 (depending on your major version branch) immediately
  • Audit user accounts with high-privilege access to the Roadiz CMS and remove unnecessary permissions
  • Review server logs for potential exploitation attempts before patching
  • Rotate any credentials (database passwords, API keys, environment variables) that may have been exposed

Patch Information

Roadiz has released patched versions that address this SSRF vulnerability. The fix introduces a isSafeRemoteUrl() validation method and configures stream contexts to prevent HTTP redirect following. The patched versions are:

  • Version 2.7.9 for the 2.7.x branch
  • Version 2.6.28 for the 2.6.x branch
  • Version 2.5.44 for the 2.5.x branch
  • Version 2.3.42 for the 2.3.x branch

For detailed information, see the GitHub Security Advisory GHSA-rc55-58f4-687g and the security patch commit.

Workarounds

  • Implement network-level egress filtering to prevent the web server from accessing internal resources or using non-HTTP protocols
  • Restrict file system permissions for the web server process to limit access to sensitive files
  • Use a Web Application Firewall (WAF) to block requests containing SSRF-indicative URL patterns
  • Limit authentication and authorization for document management features to only essential personnel
bash
# Configuration example - Update roadiz/documents via Composer
composer update roadiz/documents --with-dependencies

# Verify installed version
composer show roadiz/documents | grep versions

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRoadiz

  • SeverityMEDIUM

  • CVSS Score6.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-rc55-58f4-687g
  • Related CVEs
  • CVE-2026-42206: Roadiz CMS Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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