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

CVE-2026-34750: Payload CMS Path Traversal Vulnerability

CVE-2026-34750 is a path traversal vulnerability in Payload CMS storage plugins (S3, GCS, Azure, R2) that allows attackers to escape intended storage locations via crafted filenames. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 2, 2026

CVE-2026-34750 Overview

CVE-2026-34750 is a path traversal vulnerability affecting PayloadCMS, a free and open source headless content management system. Prior to version 3.78.0, the client-upload signed-URL endpoints for cloud storage plugins including @payloadcms/storage-azure, @payloadcms/storage-gcs, @payloadcms/storage-r2, and @payloadcms/storage-s3 did not properly sanitize filenames. An attacker could craft malicious filenames to escape the intended storage location, potentially overwriting existing files or storing content in unauthorized directories.

Critical Impact

Authenticated attackers can exploit insufficient filename sanitization to write files outside intended storage paths, potentially leading to unauthorized data access, file overwrites, or system compromise depending on storage configuration.

Affected Products

  • @payloadcms/storage-azure prior to version 3.78.0
  • @payloadcms/storage-gcs prior to version 3.78.0
  • @payloadcms/storage-r2 prior to version 3.78.0
  • @payloadcms/storage-s3 prior to version 3.78.0

Discovery Timeline

  • 2026-04-01 - CVE-2026-34750 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34750

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The flaw exists in how the PayloadCMS cloud storage plugins handle user-supplied filenames when generating signed URLs for client-side uploads.

When users upload files through PayloadCMS, the storage plugins create pre-signed URLs that allow direct uploads to cloud storage backends (AWS S3, Google Cloud Storage, Azure Blob Storage, and Cloudflare R2). The filename parameter passed to these endpoints was not properly validated or sanitized, allowing directory traversal sequences to be included.

The vulnerability requires authentication (low privileges) but can be exploited remotely over the network without user interaction. Successful exploitation impacts the integrity of the storage system by allowing unauthorized file placement, though it does not directly enable data exfiltration or service disruption.

Root Cause

The root cause is improper input validation in the signed-URL generation endpoints. The affected code paths accepted filenames directly from user input and incorporated them into storage paths without stripping or rejecting path traversal sequences such as ../ or URL-encoded variants like %2e%2e%2f. This allowed attackers to construct filenames that, when processed by the cloud storage backend, would resolve to locations outside the designated upload directory.

Attack Vector

The attack is network-based and requires an authenticated user with upload permissions. An attacker can exploit this vulnerability by:

  1. Authenticating to a PayloadCMS instance with file upload capabilities
  2. Initiating a file upload request through the client-upload endpoint
  3. Supplying a maliciously crafted filename containing path traversal sequences (e.g., ../../../malicious.txt)
  4. The storage plugin generates a signed URL without sanitizing the filename
  5. The file is uploaded to an unintended location in the cloud storage bucket

The vulnerability allows file writes to arbitrary paths within the cloud storage account that the service has access to, potentially overwriting configuration files, application assets, or other sensitive data depending on the storage structure and permissions.

Detection Methods for CVE-2026-34750

Indicators of Compromise

  • Presence of files in unexpected cloud storage locations outside designated upload directories
  • Upload request logs containing path traversal sequences (../, ..%2f, %2e%2e/) in filename parameters
  • Files with suspicious names or in system directories within the storage bucket
  • Unusual access patterns to storage resources that should not be modified by uploads

Detection Strategies

  • Implement cloud storage logging (AWS CloudTrail, GCP Audit Logs, Azure Monitor) to track object creation events
  • Monitor for PUT requests containing encoded or literal path traversal patterns in object keys
  • Deploy web application firewall (WAF) rules to detect and block traversal sequences in upload endpoints
  • Review PayloadCMS application logs for upload requests with malformed or suspicious filenames

Monitoring Recommendations

  • Enable detailed request logging on PayloadCMS upload endpoints
  • Set up alerts for file creation events outside expected bucket prefixes in cloud storage
  • Implement bucket inventory reports to detect unauthorized objects
  • Conduct regular audits of storage bucket contents against expected file structures

How to Mitigate CVE-2026-34750

Immediate Actions Required

  • Upgrade all affected storage plugins to version 3.78.0 or later immediately
  • Audit existing cloud storage buckets for files that may have been written to unexpected locations
  • Review access logs for evidence of exploitation attempts
  • Temporarily disable client-side uploads if immediate patching is not possible

Patch Information

The vulnerability has been patched in version 3.78.0 of the affected packages. Update your dependencies by running the appropriate package manager commands for your project:

For npm-based projects, update the storage plugins to the patched version. The fix implements proper filename sanitization to prevent path traversal sequences from being included in storage paths. Review the GitHub Security Advisory for complete details on the remediation.

Workarounds

  • Implement application-level filename validation that strips or rejects path traversal sequences before passing to storage plugins
  • Configure cloud storage bucket policies to restrict write access to specific path prefixes only
  • Use storage-level access controls to limit the directories where the application service account can write
  • Deploy a reverse proxy or WAF rule to sanitize upload request parameters before they reach PayloadCMS
bash
# Update PayloadCMS storage plugins to patched version
npm update @payloadcms/storage-s3@3.78.0
npm update @payloadcms/storage-gcs@3.78.0
npm update @payloadcms/storage-azure@3.78.0
npm update @payloadcms/storage-r2@3.78.0

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPayloadcms

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34748: Payload CMS Stored XSS Vulnerability

  • CVE-2026-27567: Payloadcms Payload 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