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-2026-23685

CVE-2026-23685: SAP NetWeaver JMS DOS Vulnerability

CVE-2026-23685 is a deserialization denial of service vulnerability in SAP NetWeaver JMS service that allows authenticated administrators to cause system unavailability. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-23685 Overview

CVE-2026-23685 is an insecure deserialization vulnerability affecting the JMS (Java Message Service) component of SAP NetWeaver. An attacker who has already obtained administrator privileges and local access to the system can exploit this flaw by submitting specially crafted serialized content to the server. When processed by the application, this malicious content triggers unintended behavior during internal logic execution, resulting in a denial of service condition.

Critical Impact

Authenticated administrators with local access can cause denial of service through deserialization attacks against SAP NetWeaver JMS service, resulting in high availability impact.

Affected Products

  • SAP NetWeaver (JMS Service)

Discovery Timeline

  • 2026-02-10 - CVE CVE-2026-23685 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-23685

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-documented class of security flaws that occurs when an application deserializes user-controlled data without proper validation. In the context of SAP NetWeaver's JMS service, the deserialization process fails to adequately verify the integrity and safety of incoming serialized objects before processing them.

The attack requires local access to the system and administrator-level authentication, which significantly limits the attack surface. However, once these prerequisites are met, an attacker can craft malicious serialized payloads that, when processed by the JMS service, cause the application to enter an unstable state or consume excessive resources, ultimately leading to service unavailability.

The vulnerability specifically impacts availability without affecting the confidentiality or integrity of data stored in the system. This characteristic is typical of deserialization vulnerabilities that target resource consumption or crash-inducing code paths rather than data exfiltration or modification.

Root Cause

The root cause of this vulnerability lies in the JMS service's handling of serialized Java objects. The service accepts serialized content without implementing adequate safeguards such as:

  • Object type whitelisting to restrict which classes can be deserialized
  • Input validation to detect and reject potentially malicious serialized data
  • Secure deserialization patterns that prevent the instantiation of dangerous object graphs

When an attacker submits a carefully constructed serialized object, the deserialization process executes internal logic that can be manipulated to cause denial of service conditions.

Attack Vector

The attack requires an adversary with administrator credentials and local access to the SAP NetWeaver system. The attacker would need to:

  1. Authenticate to the system with administrator privileges
  2. Gain local access to the JMS service endpoint
  3. Craft a malicious serialized payload designed to trigger unintended behavior
  4. Submit the payload to the vulnerable JMS service
  5. The service deserializes the content, executing the malicious logic

The vulnerability manifests during the deserialization process within the JMS service. Detailed technical information about the specific exploitation mechanism can be found in SAP Note #3687285.

Detection Methods for CVE-2026-23685

Indicators of Compromise

  • Unexpected JMS service crashes or restarts on SAP NetWeaver systems
  • Anomalous serialized data patterns in JMS service logs
  • Administrator accounts accessing JMS endpoints from unusual local sessions
  • Increased resource consumption (memory, CPU) in the JMS service process prior to service disruption

Detection Strategies

  • Monitor SAP NetWeaver JMS service logs for deserialization errors or exceptions
  • Implement network monitoring to detect unusual traffic patterns to JMS service endpoints
  • Configure alerts for repeated JMS service failures or restarts
  • Audit administrator account activity for suspicious local access patterns
  • Deploy application-layer monitoring to identify malformed or oversized serialized payloads

Monitoring Recommendations

  • Enable verbose logging for the SAP NetWeaver JMS service component
  • Implement real-time alerting for service availability anomalies
  • Monitor system resource utilization for the JMS service process
  • Review authentication logs for administrator accounts accessing local JMS endpoints

How to Mitigate CVE-2026-23685

Immediate Actions Required

  • Apply the security patch referenced in SAP Note #3687285 immediately
  • Review administrator account access and ensure principle of least privilege is enforced
  • Audit recent administrator activity on systems running SAP NetWeaver JMS service
  • Ensure SAP NetWeaver systems are monitored for service availability

Patch Information

SAP has released a security patch addressing this vulnerability as part of their Security Patch Day release cycle. Organizations should apply the patch documented in SAP Note #3687285. For comprehensive patching guidance and additional security updates, refer to the SAP Security Patch Day portal.

Workarounds

  • Restrict administrator account access to trusted personnel only
  • Limit local access to SAP NetWeaver systems to essential operations
  • Implement network segmentation to isolate SAP NetWeaver components
  • Monitor and log all administrator activity on affected systems
  • Consider disabling or restricting access to the JMS service if not required for business operations

Organizations should prioritize patching over workarounds, as the workarounds reduce but do not eliminate the risk posed by this vulnerability.

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

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.06%

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

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2024-34688: SAP NetWeaver AS Java DoS Vulnerability

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

  • CVE-2026-34257: SAP NetWeaver ABAP Open Redirect Flaw

  • CVE-2026-27674: SAP NetWeaver Web Dynpro XSS 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