Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-42877

CVE-2025-42877: SAP Web Dispatcher DoS Vulnerability

CVE-2025-42877 is a denial of service flaw in SAP Web Dispatcher, ICM, and Content Server caused by memory corruption. Attackers can exploit it without authentication to disrupt service availability.

Published: April 22, 2026

CVE-2025-42877 Overview

CVE-2025-42877 is a memory corruption vulnerability affecting SAP Web Dispatcher, Internet Communication Manager (ICM), and SAP Content Server. The vulnerability allows an unauthenticated attacker to exploit logical errors in the application's memory handling, leading to memory corruption. This flaw specifically impacts system availability while leaving confidentiality and integrity unaffected.

Critical Impact

Unauthenticated attackers can remotely trigger memory corruption leading to denial of service conditions in critical SAP infrastructure components.

Affected Products

  • SAP Web Dispatcher
  • SAP Internet Communication Manager (ICM)
  • SAP Content Server

Discovery Timeline

  • 2025-12-09 - CVE-2025-42877 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-42877

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw that occurs when a program writes data past the boundaries of allocated memory. In the context of SAP Web Dispatcher, ICM, and Content Server, this vulnerability stems from logical errors in memory handling routines that can be triggered by unauthenticated network requests.

The attack can be performed remotely without any user interaction or authentication, making it particularly dangerous for internet-facing SAP infrastructure. While the vulnerability does not allow data exfiltration or modification, successful exploitation can cause service disruption through application crashes or memory corruption that renders the service unavailable.

Root Cause

The root cause of CVE-2025-42877 lies in improper memory boundary validation within the affected SAP components. Logical errors in the code fail to properly validate input data before writing to memory buffers, allowing attackers to trigger out-of-bounds write conditions. This class of vulnerability typically occurs when array indices or pointer arithmetic are not properly bounds-checked before memory operations.

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker can craft malicious requests to the affected SAP services that trigger the logical errors leading to memory corruption. The attack requires no privileges and no user interaction, allowing automated exploitation against vulnerable systems.

Since the SAP Web Dispatcher and ICM components often serve as frontend proxies and communication managers for SAP environments, exploitation could disrupt access to multiple backend SAP systems and services.

The vulnerability manifests through improper handling of request data that leads to out-of-bounds memory writes. For technical details on the specific exploitation mechanism, refer to SAP Security Note #3677544.

Detection Methods for CVE-2025-42877

Indicators of Compromise

  • Unexpected crashes or service restarts of SAP Web Dispatcher, ICM, or Content Server processes
  • Memory-related error messages in SAP system logs indicating corruption or access violations
  • Anomalous network traffic patterns targeting SAP HTTP/HTTPS service ports
  • Core dumps or crash reports indicating out-of-bounds memory access in affected components

Detection Strategies

  • Monitor SAP service availability and implement alerting for unexpected service interruptions
  • Deploy network intrusion detection signatures for malformed requests targeting SAP Web Dispatcher and ICM
  • Enable verbose logging on SAP Web Dispatcher to capture request details for forensic analysis
  • Utilize SentinelOne Singularity platform to detect memory corruption exploitation attempts in real-time

Monitoring Recommendations

  • Implement continuous availability monitoring for SAP Web Dispatcher, ICM, and Content Server services
  • Configure log aggregation to centralize SAP component logs for correlation and anomaly detection
  • Establish baseline network traffic patterns to SAP services and alert on deviations
  • Deploy application-level health checks that detect memory corruption symptoms before complete service failure

How to Mitigate CVE-2025-42877

Immediate Actions Required

  • Apply the security patch referenced in SAP Security Note #3677544 immediately
  • Restrict network access to SAP Web Dispatcher, ICM, and Content Server to trusted sources only
  • Enable enhanced monitoring and logging on affected systems to detect exploitation attempts
  • Review and update incident response procedures for SAP service disruptions

Patch Information

SAP has released a security patch to address this vulnerability. Organizations should obtain and apply the patch from SAP Security Note #3677544. Additional information about this and other security updates is available through the SAP Security Patch Day Announcement.

Administrators should follow standard SAP patching procedures, including testing in non-production environments before deploying to production systems. Given the network-accessible nature of this vulnerability, prioritize patching for internet-facing SAP Web Dispatcher instances.

Workarounds

  • Implement network-level access controls to limit connectivity to affected SAP services from untrusted networks
  • Deploy a Web Application Firewall (WAF) in front of SAP Web Dispatcher to filter potentially malicious requests
  • Consider temporarily disabling non-essential services until patches can be applied
  • Enable SAP's built-in connection throttling and request validation features where available
bash
# Example: Restrict access to SAP Web Dispatcher using iptables
# Allow only trusted networks to access SAP Web Dispatcher ports
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Note: Adjust ports and IP ranges according to your environment
# Consult SAP Security Note #3677544 for complete mitigation guidance

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSap

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • SAP Security Note #3677544

  • SAP Security Patch Day Announcement
  • Related CVEs
  • CVE-2025-42995: SAP MDM Server DoS Vulnerability

  • CVE-2025-25243: SAP SRM Information Disclosure Flaw

  • CVE-2026-34261: SAP Business Analytics Auth Bypass Flaw

  • CVE-2026-34256: SAP ERP Privilege Escalation Vulnerability
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