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
    • 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-2025-43701

CVE-2025-43701: Salesforce OmniStudio FlexCards Exposure

CVE-2025-43701 is an information disclosure vulnerability in Salesforce OmniStudio FlexCards that exposes Custom Settings data due to improper permission preservation. This article covers technical details, affected versions, and steps.

Published: May 4, 2026

CVE-2025-43701 Overview

CVE-2025-43701 is an Improper Preservation of Permissions vulnerability [CWE-281] in Salesforce OmniStudio FlexCards. The flaw allows unauthenticated network attackers to expose data stored in Salesforce Custom Settings. FlexCards fail to enforce the originating user permissions when retrieving Custom Settings records, breaking the platform's expected access control boundary.

The issue affects all OmniStudio releases prior to version 254. Salesforce has addressed the issue in OmniStudio version 254 and later.

Critical Impact

Unauthenticated attackers can read Custom Settings data through OmniStudio FlexCards, exposing configuration values, feature flags, and sensitive application metadata that administrators expect to be permission-gated.

Affected Products

  • Salesforce OmniStudio (FlexCards) before version 254
  • Salesforce orgs with OmniStudio FlexCards deployed and exposed to guest or low-privilege users
  • Custom Settings referenced by FlexCard data sources in vulnerable OmniStudio versions

Discovery Timeline

  • 2025-06-10 - CVE-2025-43701 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-43701

Vulnerability Analysis

OmniStudio FlexCards are declarative UI components that render Salesforce data through configurable data sources. The vulnerability stems from FlexCards bypassing the running user's permission context when fetching Custom Settings records. Custom Settings are typically used to store application configuration, feature toggles, API endpoints, and integration parameters.

When a FlexCard queries a Custom Setting, the platform should evaluate the user's object-level and field-level security. In affected versions the FlexCard returns the Custom Setting values without enforcing those checks. An unauthenticated attacker reaching a FlexCard exposed through a Salesforce Experience Cloud site or guest user surface can retrieve data the user has no rights to read.

The flaw is classified under CWE-281 (Improper Preservation of Permissions) and affects confidentiality only. It does not allow modification or denial of service. The EPSS model currently estimates a 0.317% probability of exploitation in the next 30 days.

Root Cause

The root cause is missing permission propagation in the FlexCard runtime when resolving Custom Settings data sources. The component executes the underlying SOQL or metadata read in a context that ignores the calling user's profile, permission sets, and sharing rules. This violates the principle of least privilege expected by administrators configuring Custom Settings visibility.

Attack Vector

Exploitation requires only network access to a Salesforce site that exposes a vulnerable FlexCard. No authentication, user interaction, or specialized privileges are needed. An attacker identifies a public-facing FlexCard, invokes its data source endpoint, and parses the response to extract Custom Settings values. See the Salesforce Help Article for vendor technical details.

Detection Methods for CVE-2025-43701

Indicators of Compromise

  • Unexpected high-volume requests to FlexCard endpoints under /services/apexrest/ or Experience Cloud /sfsites/ paths from a single source.
  • Guest user activity in Salesforce Event Monitoring that references Custom Settings objects via FlexCard data sources.
  • Anomalous read patterns against Custom Settings objects originating from low-privilege or unauthenticated session contexts.

Detection Strategies

  • Review Salesforce Event Monitoring ApiEvent and LightningPageView logs for FlexCard invocations correlated with Custom Settings reads.
  • Audit all FlexCards deployed to Experience Cloud sites and identify those with Custom Settings data sources.
  • Compare current OmniStudio version against 254 using the Salesforce Setup Installed Packages page.

Monitoring Recommendations

  • Forward Salesforce Event Monitoring logs into a SIEM and alert on guest-context access to sensitive Custom Settings.
  • Track FlexCard response payload sizes for sudden growth that may indicate enumeration.
  • Monitor Salesforce Trust advisories and CVE feeds for related OmniStudio disclosures.

How to Mitigate CVE-2025-43701

Immediate Actions Required

  • Upgrade Salesforce OmniStudio to version 254 or later in all affected orgs.
  • Inventory FlexCards exposed to guest users and Experience Cloud sites and validate their data sources.
  • Rotate any secrets, API keys, or tokens that may have been stored in Custom Settings reachable through vulnerable FlexCards.

Patch Information

Salesforce has remediated the issue in OmniStudio version 254. Customers running earlier OmniStudio releases must upgrade through the AppExchange managed package update path. Refer to the Salesforce Help Article for the official advisory and upgrade guidance.

Workarounds

  • Restrict guest user profile access to Custom Settings objects until the OmniStudio upgrade is completed.
  • Remove or disable FlexCards on public-facing Experience Cloud pages that reference Custom Settings.
  • Relocate sensitive configuration values from Custom Settings to Custom Metadata Types or Named Credentials with stricter access controls.
bash
# Query installed OmniStudio version via Salesforce CLI
sf data query --query "SELECT Id, Name, NamespacePrefix FROM Publisher WHERE NamespacePrefix = 'omnistudio'" --target-org my-org

# List FlexCards referencing Custom Settings (Tooling API)
sf data query --use-tooling-api \
  --query "SELECT Id, DeveloperName FROM OmniUiCard__c WHERE DataSourceType__c = 'Custom Settings'" \
  --target-org my-org

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSalesforce

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-281
  • Technical References
  • Salesforce Help Article
  • Related CVEs
  • CVE-2025-43700: Salesforce OmniStudio Information Disclosure

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

  • CVE-2026-22585: Salesforce Marketing Cloud Cryptographic Flaw

  • CVE-2025-43697: Salesforce OmniStudio Data Exposure 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