A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42976

CVE-2025-42976: SAP NetWeaver ABAP DoS Vulnerability

CVE-2025-42976 is a denial of service flaw in SAP NetWeaver Application Server ABAP that allows authenticated attackers to crash the system and leak memory data. This article covers the technical details, affected systems, and mitigations.

Published: May 26, 2026

CVE-2025-42976 Overview

CVE-2025-42976 affects SAP NetWeaver Application Server ABAP, specifically the BIC Document component. An authenticated attacker can craft a request that triggers a memory corruption error when submitted to a BIC Document application. Successful exploitation crashes the target component, and repeated submissions render the application unavailable. A similarly crafted request can trigger an out-of-bounds read [CWE-125], exposing sensitive information loaded in memory at the time of the request. The vulnerability does not allow modification of data.

Critical Impact

Authenticated attackers can crash the BIC Document component and disclose in-memory data through an out-of-bounds read, causing service unavailability and information leakage in SAP NetWeaver ABAP environments.

Affected Products

  • SAP NetWeaver Application Server ABAP
  • BIC Document component of SAP NetWeaver AS ABAP
  • SAP systems referenced in SAP Note #3611184

Discovery Timeline

  • 2025-08-12 - CVE-2025-42976 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-42976

Vulnerability Analysis

The vulnerability resides in how the BIC Document application within SAP NetWeaver Application Server ABAP processes incoming requests. A malformed request triggers a memory corruption condition that crashes the component. The same class of malformed input can also produce an out-of-bounds read [CWE-125], returning bytes from adjacent memory regions to the requester.

The flaw requires authentication and is exploitable over the network. The attacker can disrupt availability and read sensitive in-memory content but cannot alter stored data. The EPSS score is 0.099% as of 2026-05-26, indicating low observed exploitation likelihood at this time.

Root Cause

The root cause is improper validation of input bounds during request parsing inside the BIC Document handler. When the parser dereferences memory based on attacker-controlled offsets or lengths, the runtime either corrupts memory state, leading to a crash, or reads past the intended buffer boundary, exposing residual data from the ABAP work process memory.

Attack Vector

An authenticated user submits a crafted HTTP request to the BIC Document endpoint exposed by the SAP NetWeaver ABAP stack. A single request triggers a component crash. Repeated submissions sustain the denial-of-service condition. A variant payload triggers the out-of-bounds read path, returning memory contents in the response.

No public proof-of-concept or exploit is available. See SAP Note #3611184 for vendor technical details.

Detection Methods for CVE-2025-42976

Indicators of Compromise

  • Unexpected termination or restart of ABAP work processes handling BIC Document requests
  • Repeated HTTP requests from a single authenticated user targeting BIC Document endpoints followed by short-message dumps in ST22
  • Anomalous response sizes or response content from BIC Document endpoints containing non-printable or unexpected binary data
  • SAP system logs showing DUMP entries correlated with BIC Document URL paths

Detection Strategies

  • Monitor ABAP runtime errors (ST22) for memory access dumps tied to the BIC Document component
  • Correlate authentication events with BIC Document request volume per user to surface abnormal request bursts
  • Inspect HTTP request payloads for malformed parameters submitted to BIC Document URLs at the reverse proxy or SAP Web Dispatcher layer

Monitoring Recommendations

  • Forward SAP Security Audit Log (SM19/RSAU_CONFIG) and ABAP short dumps to a centralized SIEM for correlation
  • Alert on repeated work process crashes within short time windows on hosts running BIC Document
  • Track outbound response sizes from BIC Document endpoints to identify potential information leakage

How to Mitigate CVE-2025-42976

Immediate Actions Required

  • Apply the fixes referenced in SAP Note #3611184 on all affected SAP NetWeaver AS ABAP systems
  • Review the SAP Security Patch Day bulletin to confirm the patch level matches your installed support package
  • Restrict network access to BIC Document endpoints to authorized users and trusted network segments
  • Audit accounts authorized to access the BIC Document application and remove unnecessary entitlements

Patch Information

SAP has published remediation through SAP Note #3611184. Customers must authenticate to the SAP Support Portal to access the note and obtain the corresponding support packages or kernel patches for their NetWeaver AS ABAP release. Apply the patch in a test environment first and validate BIC Document functionality before promoting to production.

Workarounds

  • Temporarily disable the BIC Document application if it is not required for business operations
  • Place SAP Web Dispatcher or a reverse proxy rule in front of BIC Document URLs to filter requests from untrusted sources
  • Enforce least-privilege authorization for users with access to BIC Document transactions and services
  • Increase monitoring of ABAP short dumps and work process restarts until patching is complete
bash
# Example: restrict BIC Document URL access at SAP Web Dispatcher
# icm/HTTP/auth_<xx> profile parameter example
icm/HTTP/auth_0 = PREFIX=/sap/bc/bic/, PERMFILE=$(DIR_INSTANCE)/work/permfile.txt
# permfile.txt contents:
# P /sap/bc/bic/* 10.0.0.0/8
# D /sap/bc/bic/*

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSap Netweaver

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.10%

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

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-23685: SAP NetWeaver JMS DOS Vulnerability

  • CVE-2024-34688: SAP NetWeaver AS Java DoS Vulnerability

  • CVE-2022-22533: SAP NetWeaver Java DoS Vulnerability

  • CVE-2026-40135: SAP NetWeaver ABAP RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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