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

CVE-2026-25650: MCP Salesforce Connector Info Disclosure

CVE-2026-25650 is an information disclosure vulnerability in MCP Salesforce Connector that allows arbitrary attribute access, leading to Salesforce auth token exposure. This article covers technical details, affected versions, and fixes.

Published: February 13, 2026

CVE-2026-25650 Overview

CVE-2026-25650 is an Information Disclosure vulnerability affecting MCP Salesforce Connector, a Model Context Protocol (MCP) server implementation designed for Salesforce integration. Prior to version 0.1.10, arbitrary attribute access in the connector leads to the disclosure of Salesforce authentication tokens, potentially allowing unauthorized access to sensitive Salesforce resources.

Critical Impact

Unauthenticated attackers can exploit arbitrary attribute access to extract Salesforce authentication tokens, compromising connected Salesforce environments and potentially exposing sensitive business data.

Affected Products

  • MCP Salesforce Connector versions prior to 0.1.10
  • Salesforce integrations utilizing vulnerable MCP-Salesforce implementations
  • Systems with MCP server deployments connected to Salesforce APIs

Discovery Timeline

  • 2026-02-06 - CVE-2026-25650 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2026-25650

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The MCP Salesforce Connector fails to properly restrict attribute access, allowing attackers to query arbitrary attributes through the connector interface. This design flaw enables the extraction of Salesforce authentication tokens that should remain protected from unauthorized access.

The vulnerability can be exploited remotely without requiring authentication or user interaction. An attacker with network access to a vulnerable MCP Salesforce Connector deployment can leverage the arbitrary attribute access functionality to retrieve stored authentication credentials, including OAuth tokens and API keys used for Salesforce integration.

Root Cause

The root cause stems from insufficient access controls on attribute retrieval functionality within the MCP Salesforce Connector. The connector exposes internal attributes, including sensitive authentication credentials, through its API interface without proper validation or restriction. This allows any requester to enumerate and extract protected configuration data, including the Salesforce authentication tokens necessary for API communication.

Attack Vector

The attack is network-based and requires no authentication or privileges. An attacker can exploit this vulnerability by sending crafted requests to the MCP server interface that query arbitrary attributes. Since the connector does not validate or restrict which attributes can be accessed, authentication tokens stored within the connector's configuration become accessible to unauthorized parties.

The exploitation mechanism involves querying the MCP server's attribute access functionality to retrieve sensitive configuration values. Once an attacker obtains the Salesforce authentication token, they can impersonate the legitimate integration to access, modify, or exfiltrate data from the connected Salesforce organization.

Detection Methods for CVE-2026-25650

Indicators of Compromise

  • Unusual attribute access requests targeting authentication or credential-related configuration values in MCP server logs
  • Unexpected API calls to Salesforce using tokens associated with MCP integrations from unrecognized IP addresses
  • Audit log entries showing Salesforce access patterns inconsistent with normal integration behavior
  • Multiple failed or successful authentication attempts from the MCP connector's service account originating from unexpected sources

Detection Strategies

  • Monitor MCP server logs for requests attempting to access sensitive configuration attributes outside normal operational patterns
  • Implement network traffic analysis to detect unexpected connections to MCP server endpoints from untrusted sources
  • Enable Salesforce Shield Event Monitoring to track API access using integration credentials and identify anomalous activity
  • Deploy runtime application self-protection (RASP) solutions to detect attribute enumeration attempts

Monitoring Recommendations

  • Configure alerting for any Salesforce API access using MCP integration credentials from IP addresses not in the approved allowlist
  • Establish baseline behavior for MCP Salesforce Connector attribute access patterns and alert on deviations
  • Monitor for token usage patterns that indicate credential theft, such as concurrent usage from geographically distant locations
  • Implement logging for all attribute access requests to the MCP server for forensic analysis

How to Mitigate CVE-2026-25650

Immediate Actions Required

  • Upgrade MCP Salesforce Connector to version 0.1.10 or later immediately
  • Rotate all Salesforce authentication tokens and OAuth credentials used by the connector
  • Review Salesforce audit logs for unauthorized access during the exposure window
  • Restrict network access to MCP server endpoints to trusted IP ranges only

Patch Information

The vulnerability has been addressed in MCP Salesforce Connector version 0.1.10. The fix implements proper access controls to prevent unauthorized attribute enumeration and protects sensitive authentication credentials from disclosure.

Patching resources:

  • GitHub Release v0.1.10
  • GitHub Commit Changes
  • GitHub Security Advisory GHSA-vf6j-c56p-cq58

Workarounds

  • Implement network segmentation to restrict MCP server access to authorized systems only until patching is complete
  • Deploy a web application firewall (WAF) or API gateway to filter requests attempting to access sensitive attributes
  • Temporarily disable the MCP Salesforce Connector if the integration is not business-critical until the upgrade can be performed
  • Implement IP allowlisting at the Salesforce organization level to restrict API access to known MCP server addresses
bash
# Example: Restrict network access to MCP server (firewall rule)
# Allow only trusted internal networks to reach MCP server port
iptables -A INPUT -p tcp --dport 3000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 3000 -j DROP

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

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Changes

  • GitHub Release v0.1.10

  • GitHub Security Advisory GHSA-vf6j-c56p-cq58
  • Related CVEs
  • CVE-2026-22585: Salesforce Marketing Cloud Cryptographic Flaw

  • CVE-2025-43697: Salesforce OmniStudio Data Exposure Flaw

  • CVE-2026-2298: Salesforce Marketing Cloud RCE Vulnerability

  • CVE-2025-43698: Salesforce OmniStudio Auth Bypass Flaw
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