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

CVE-2026-34746: Payload CMS SSRF Vulnerability

CVE-2026-34746 is a server-side request forgery flaw in Payload CMS that allows authenticated users to make arbitrary HTTP requests. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-34746 Overview

CVE-2026-34746 is a Server-Side Request Forgery (SSRF) vulnerability affecting Payload, a free and open source headless content management system. Prior to version 3.79.1, an authenticated SSRF vulnerability exists in the upload functionality. Authenticated users with create or update access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to force the Payload CMS server to make arbitrary outbound HTTP requests, potentially accessing internal services, cloud metadata endpoints, or other sensitive network resources not directly accessible from the internet.

Affected Products

  • Payload CMS versions prior to 3.79.1
  • Systems with upload-enabled collections accessible to authenticated users
  • Deployments where authenticated users have create or update permissions on upload collections

Discovery Timeline

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

Technical Details for CVE-2026-34746

Vulnerability Analysis

This SSRF vulnerability exists within Payload CMS's upload functionality. The flaw allows authenticated users who possess create or update permissions on upload-enabled collections to manipulate the server into initiating outbound HTTP requests to arbitrary URLs. This is classified under CWE-918 (Server-Side Request Forgery).

The vulnerability requires authentication, meaning an attacker must first obtain valid credentials to an account with appropriate collection permissions. However, once authenticated, the attacker can potentially bypass network segmentation and access internal resources that the server has network access to but are not directly exposed to the attacker.

SSRF vulnerabilities of this nature are particularly dangerous in cloud environments where access to metadata services (such as 169.254.169.254 on AWS, GCP, or Azure) can lead to credential theft and further compromise of the infrastructure.

Root Cause

The root cause lies in insufficient validation and sanitization of user-supplied URLs within the upload functionality. When processing upload requests, the application fails to properly restrict or validate the destination of outbound HTTP requests, allowing attackers to specify arbitrary internal or external URLs.

Attack Vector

The attack is network-based and requires low privileges (authenticated user with upload permissions). An attacker with valid credentials can exploit this vulnerability by:

  1. Authenticating to the Payload CMS instance
  2. Accessing an upload-enabled collection where they have create or update permissions
  3. Crafting a malicious request that includes a URL pointing to internal resources or sensitive external services
  4. Causing the server to make outbound HTTP requests to the specified URL, potentially exfiltrating data or accessing restricted internal services

The vulnerability can be exploited to probe internal network infrastructure, access cloud provider metadata endpoints, interact with internal APIs, or pivot to other internal services. For detailed technical information, refer to the GitHub Security Advisory GHSA-6r7f-q7f5-wpx8.

Detection Methods for CVE-2026-34746

Indicators of Compromise

  • Unusual outbound HTTP requests from the Payload CMS server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Server requests to cloud metadata endpoints such as 169.254.169.254
  • Unexpected network connections from the CMS server to internal services or APIs
  • Anomalous upload requests containing URLs pointing to internal resources

Detection Strategies

  • Monitor network traffic from Payload CMS servers for connections to internal IP addresses or cloud metadata services
  • Implement Web Application Firewall (WAF) rules to detect and block SSRF payloads in upload requests
  • Enable detailed logging of all upload-related API requests and review for suspicious URL patterns
  • Deploy network-level monitoring to alert on outbound connections to RFC 1918 addresses or link-local addresses from web servers

Monitoring Recommendations

  • Configure alerting for any outbound connections from the Payload CMS application server to internal network segments
  • Monitor authentication logs for unusual user activity, especially users with upload permissions
  • Implement egress filtering and monitor for bypass attempts
  • Review access control configurations to ensure upload permissions are granted on a least-privilege basis

How to Mitigate CVE-2026-34746

Immediate Actions Required

  • Upgrade Payload CMS to version 3.79.1 or later immediately
  • Review and audit user permissions, especially those with create or update access to upload-enabled collections
  • Implement network-level controls to restrict outbound HTTP requests from the Payload CMS server
  • Consider implementing a URL allowlist for any legitimate outbound request functionality

Patch Information

The vulnerability has been patched in Payload CMS version 3.79.1. Organizations should upgrade to this version or later as soon as possible. The patch information and release notes are available at the GitHub Release v3.79.1.

Workarounds

  • Restrict network egress from the Payload CMS server to only necessary external endpoints using firewall rules
  • Implement a proxy server with URL validation for all outbound requests from the CMS
  • Temporarily revoke upload permissions from users who do not require them until the patch is applied
  • Deploy WAF rules to detect and block common SSRF payloads in request parameters
bash
# Example: Restrict outbound connections using iptables
# Block access to internal networks and cloud metadata endpoints
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -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/TechPayload

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

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

  • GitHub Security Advisory GHSA-6r7f-q7f5-wpx8
  • Related CVEs
  • CVE-2026-34749: Payload CMS CSRF Vulnerability

  • CVE-2026-34747: Payload CMS SQL Injection Vulnerability

  • CVE-2026-34751: Payload CMS Auth Bypass Vulnerability

  • CVE-2026-25574: Payload CMS Auth Bypass Vulnerability
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