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-2025-58107

CVE-2025-58107: Exchange ActiveSync Info Disclosure Flaw

CVE-2025-58107 is an information disclosure vulnerability in Microsoft Exchange ActiveSync that exposes sensitive Samsung device data in cleartext. This article covers the technical details, affected systems, and mitigation strategies.

Published: March 6, 2026

CVE-2025-58107 Overview

CVE-2025-58107 is a sensitive data exposure vulnerability affecting Microsoft Exchange Server through version 2019. The flaw exists in Exchange ActiveSync (EAS) configurations on on-premises servers, where sensitive data from Samsung mobile devices may be transmitted in cleartext. This exposed data includes the user's name, email address, device ID, bearer token, and base64-encoded password.

Critical Impact

Attackers capable of intercepting network traffic can capture user credentials and authentication tokens, potentially leading to unauthorized access to corporate email accounts and impersonation attacks.

Affected Products

  • Microsoft Exchange Server 2019 and earlier versions
  • Microsoft Exchange ActiveSync (EAS) protocol implementations
  • Samsung mobile devices configured with Exchange ActiveSync

Discovery Timeline

  • 2026-03-02 - CVE CVE-2025-58107 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2025-58107

Vulnerability Analysis

This vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information). The core issue stems from the Exchange ActiveSync protocol's handling of authentication data when Samsung mobile devices synchronize with on-premises Exchange servers. Rather than enforcing encrypted transmission of credentials, the EAS configuration allows sensitive authentication elements to be sent in cleartext across the network.

The vulnerability is particularly concerning because the transmitted data includes not only user identifiers like name and email address, but also authentication credentials including bearer tokens and passwords encoded in base64. Base64 encoding provides no cryptographic protection and can be trivially decoded by any attacker who intercepts the traffic.

Root Cause

The root cause lies in the legacy ActiveSync protocol's configuration behavior with Samsung mobile devices. The protocol implementation fails to enforce TLS encryption for all authentication data exchanges, or may downgrade to unencrypted communication under certain conditions. This creates an opportunity for network-based attackers to capture sensitive credentials during the device synchronization process.

Attack Vector

The attack vector is network-based, requiring the attacker to be positioned to intercept traffic between the Samsung mobile device and the Exchange server. This could be achieved through:

  • Man-in-the-middle attacks on corporate or public wireless networks
  • Compromised network infrastructure between the mobile device and Exchange server
  • ARP spoofing or DNS hijacking on local network segments

An attacker intercepting the cleartext traffic can extract the base64-encoded password and decode it to obtain the user's actual credentials. The bearer token can also be captured and potentially replayed for unauthorized access to the victim's email account.

The vulnerability requires no authentication or user interaction to exploit, making it particularly dangerous in environments where network security controls are weak or where users connect through untrusted networks.

Detection Methods for CVE-2025-58107

Indicators of Compromise

  • Unencrypted HTTP traffic on port 80 containing ActiveSync protocol headers (MS-ASProtocolVersion, MS-ASProtocolCommand)
  • Network captures showing base64-encoded credential strings in cleartext HTTP payloads
  • Authentication anomalies where user sessions originate from unexpected IP addresses following mobile device sync operations
  • Unusual ActiveSync connection patterns from Samsung device identifiers

Detection Strategies

  • Deploy network intrusion detection systems (NIDS) configured to alert on unencrypted ActiveSync protocol traffic
  • Monitor for HTTP traffic to Exchange servers that should be enforcing HTTPS-only connections
  • Implement SSL/TLS inspection to verify all ActiveSync communications are properly encrypted
  • Review Exchange IIS logs for connections lacking proper SSL negotiation

Monitoring Recommendations

  • Enable detailed logging for Exchange ActiveSync connections and review for unencrypted session establishments
  • Configure SIEM alerts for ActiveSync authentication attempts over non-TLS connections
  • Monitor certificate pinning failures and SSL downgrade attempts from mobile devices
  • Audit Samsung device ActiveSync configurations across the organization for proper encryption settings

How to Mitigate CVE-2025-58107

Immediate Actions Required

  • Enforce TLS 1.2 or higher for all Exchange ActiveSync connections at the server and network level
  • Disable legacy ActiveSync protocol versions that may not properly enforce encryption
  • Require certificate-based authentication for mobile device access to Exchange
  • Implement network segmentation to limit exposure of Exchange server traffic
  • Educate users about the risks of connecting mobile devices through untrusted networks

Patch Information

No specific patch information is available in the CVE data. Organizations should consult Microsoft's security advisories and the detailed analysis in the Medium blog post on this ActiveSync vulnerability for the latest guidance. Ensure Exchange Server is updated to the latest cumulative update and security patches.

Workarounds

  • Configure Exchange IIS bindings to only allow HTTPS connections for ActiveSync virtual directories
  • Deploy a reverse proxy or web application firewall that enforces TLS for all ActiveSync traffic
  • Implement conditional access policies requiring device compliance before ActiveSync connections are permitted
  • Consider migrating to modern authentication (OAuth 2.0) instead of basic authentication for mobile device access
bash
# Configuration example
# Enforce TLS 1.2 minimum on Exchange Server via registry
# Run in elevated PowerShell on Exchange Server

# Disable older TLS versions
New-Item 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server' -Force
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server' -Name 'Enabled' -Value 0 -Type DWord

New-Item 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server' -Force
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server' -Name 'Enabled' -Value 0 -Type DWord

# Verify SSL requirement on ActiveSync virtual directory
Get-ActiveSyncVirtualDirectory | Set-ActiveSyncVirtualDirectory -SSLOffloading $false
Get-ActiveSyncVirtualDirectory | Format-List Name,InternalUrl,ExternalUrl,SSLOffloading

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Exchange

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • 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-319
  • Technical References
  • Medium Blog Post on ActiveSync Vulnerability
  • Related CVEs
  • CVE-2020-16969: Exchange Server Information Disclosure Flaw

  • CVE-2021-33766: Exchange Server Information Disclosure Flaw

  • CVE-2025-33051: Exchange Server Information Disclosure Flaw

  • CVE-2023-36777: Exchange Server Information Disclosure
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