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

CVE-2026-35178: Salesforce Workbench RCE Vulnerability

CVE-2026-35178 is a remote code execution vulnerability in Salesforce Workbench affecting versions prior to 65.0.0. Attackers can exploit unsafe cookie processing in the timezone conversion flow. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 10, 2026

CVE-2026-35178 Overview

CVE-2026-35178 is a critical remote code execution (RCE) vulnerability in Workbench, a popular suite of tools used by administrators and developers to interact with Salesforce.com organizations via the Force.com APIs. The vulnerability exists in the timezone conversion flow, which processes attacker-controlled cookie values in an unsafe manner, leading to code injection (CWE-94). This vulnerability affects all versions prior to 65.0.0.

Critical Impact

Attackers can achieve remote code execution by crafting malicious cookie values that are processed unsafely during timezone conversion, potentially compromising the integrity and confidentiality of Salesforce organization data and connected systems.

Affected Products

  • Workbench versions prior to 65.0.0
  • Salesforce Workbench installations using the vulnerable timezone conversion flow
  • Self-hosted Workbench deployments with exposed web interfaces

Discovery Timeline

  • 2026-04-06 - CVE-2026-35178 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35178

Vulnerability Analysis

This vulnerability stems from improper handling of user-controlled input in the timezone conversion functionality of Workbench. The application processes cookie values without adequate sanitization or validation, allowing an attacker to inject malicious code that gets executed on the server. Since Workbench serves as an administrative interface for Salesforce organizations, successful exploitation could grant attackers access to sensitive organizational data, API credentials, and the ability to perform administrative actions within connected Salesforce instances.

The attack requires user interaction, as the victim must have an active Workbench session for the malicious cookies to be processed. However, the network-accessible nature of the vulnerability and the lack of authentication requirements for the initial attack vector make it a significant threat to organizations using Workbench.

Root Cause

The root cause is a code injection vulnerability (CWE-94) where the timezone conversion flow directly processes attacker-controlled cookie values without proper input validation or sanitization. The application fails to implement secure coding practices when handling external input, allowing arbitrary code to be interpreted and executed within the application context.

Attack Vector

The attack is delivered over the network and requires user interaction. An attacker crafts malicious cookie values that, when processed by the timezone conversion functionality during a legitimate user session, result in code execution. The attacker does not require any prior privileges on the system. Successful exploitation impacts both the vulnerable system and potentially connected downstream Salesforce systems, leading to high confidentiality and integrity impact.

The vulnerability mechanism involves the unsafe processing of cookie data during timezone conversion operations. When a user with an active session accesses functionality that triggers the timezone conversion flow, the malicious payload embedded in the cookie is evaluated and executed. For detailed technical information, refer to the GitHub Security Advisory GHSA-jw63-m86r-2jxc.

Detection Methods for CVE-2026-35178

Indicators of Compromise

  • Unusual or malformed cookie values containing code-like structures or escape sequences in Workbench-related requests
  • Unexpected server-side execution or process spawning from Workbench application contexts
  • Anomalous outbound network connections originating from Workbench server processes
  • Log entries showing timezone conversion errors with unusual payloads

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and block requests with suspicious cookie patterns targeting Workbench endpoints
  • Monitor application logs for timezone conversion flow anomalies and error patterns that may indicate exploitation attempts
  • Deploy endpoint detection and response (EDR) solutions to identify unexpected code execution from web application processes
  • Perform regular security audits of Workbench configurations and access logs

Monitoring Recommendations

  • Enable detailed logging for all Workbench application requests, particularly those involving session and cookie handling
  • Configure alerting for unusual process creation or network activity from systems hosting Workbench
  • Monitor for bulk or automated requests to timezone-related functionality that may indicate scanning or exploitation attempts

How to Mitigate CVE-2026-35178

Immediate Actions Required

  • Upgrade Workbench to version 65.0.0 or later immediately
  • Restrict network access to Workbench instances to trusted IP ranges and authenticated users only
  • Review access logs for any signs of exploitation attempts prior to patching
  • Implement additional authentication controls for administrative interfaces

Patch Information

The vulnerability has been fixed in Workbench version 65.0.0. The patch addresses the unsafe processing of cookie values in the timezone conversion flow by implementing proper input validation and sanitization. Organizations should review the GitHub Pull Request #869 for technical details on the fix and the GitHub Security Advisory GHSA-jw63-m86r-2jxc for complete remediation guidance.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling public access to Workbench instances
  • Implement strict Content Security Policy (CSP) headers to limit code execution contexts
  • Deploy a reverse proxy with request filtering to sanitize cookie values before they reach the Workbench application
  • Use network segmentation to isolate Workbench deployments from critical infrastructure
bash
# Example: Restrict Workbench access via nginx reverse proxy
# Add to nginx server block configuration
location /workbench/ {
    # Limit access to trusted IP ranges
    allow 10.0.0.0/8;
    allow 192.168.1.0/24;
    deny all;
    
    # Add security headers
    add_header Content-Security-Policy "default-src 'self'; script-src 'self'" always;
    add_header X-Content-Type-Options "nosniff" always;
    
    proxy_pass http://workbench-backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSalesforce

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.51%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/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
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Pull Request #869

  • GitHub Security Advisory GHSA-jw63-m86r-2jxc
  • Related CVEs
  • CVE-2026-2298: Salesforce Marketing Cloud RCE Vulnerability

  • CVE-2026-34951: Salesforce Workbench XSS Vulnerability

  • CVE-2026-25650: MCP Salesforce Connector Info Disclosure

  • CVE-2026-22585: Salesforce Marketing Cloud Cryptographic Flaw
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