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-2021-37535

CVE-2021-37535: SAP NetWeaver Java Auth Bypass Flaw

CVE-2021-37535 is an authorization bypass vulnerability in SAP NetWeaver Application Server Java JMS Connector Service that fails to check user privileges. This article covers the technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-37535 Overview

CVE-2021-37535 is a critical Missing Authorization vulnerability affecting SAP NetWeaver Application Server Java's JMS Connector Service. The vulnerability exists because the affected component does not perform necessary authorization checks for user privileges, allowing unauthenticated attackers to potentially access, modify, or disrupt critical business systems.

SAP NetWeaver is a widely deployed enterprise application platform that serves as the foundation for many SAP business applications. The JMS (Java Message Service) Connector Service facilitates asynchronous messaging between applications, making this vulnerability particularly concerning for organizations relying on SAP infrastructure for mission-critical operations.

Critical Impact

Unauthenticated remote attackers can exploit missing authorization checks in the JMS Connector Service to gain unauthorized access, potentially leading to complete system compromise including data theft, modification, and service disruption.

Affected Products

  • SAP NetWeaver Application Server Java version 7.11
  • SAP NetWeaver Application Server Java version 7.20
  • SAP NetWeaver Application Server Java version 7.30
  • SAP NetWeaver Application Server Java version 7.31
  • SAP NetWeaver Application Server Java version 7.40
  • SAP NetWeaver Application Server Java version 7.50

Discovery Timeline

  • September 14, 2021 - CVE-2021-37535 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-37535

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), which occurs when software does not perform an authorization check when an actor attempts to access a resource or perform an action. In the context of SAP NetWeaver Application Server Java, the JMS Connector Service fails to validate whether users have appropriate privileges before granting access to protected functionality.

The missing authorization check creates a significant security gap where attackers can bypass intended access controls entirely. Since the vulnerability is exploitable over the network without requiring authentication or user interaction, it presents a severe risk to affected SAP deployments. Successful exploitation can result in unauthorized access to sensitive business data, manipulation of message queues, and potential disruption of enterprise application communications.

Root Cause

The root cause of CVE-2021-37535 lies in insufficient access control implementation within the JMS Connector Service component. The service fails to properly verify that incoming requests originate from authorized users before processing them. This architectural oversight allows any network-accessible attacker to interact with the JMS Connector Service as if they were a privileged user.

This type of vulnerability typically stems from either missing authorization logic entirely, or implementing authorization checks inconsistently across different code paths within the application.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication, no special privileges, and no user interaction. An attacker with network access to the vulnerable SAP NetWeaver Application Server Java instance can directly exploit the missing authorization checks in the JMS Connector Service.

The vulnerability allows attackers to send crafted requests to the JMS Connector Service that would normally require authorization. Because the service does not validate user privileges, these requests are processed without restriction. This can enable attackers to read or manipulate message queues, access sensitive data transmitted through the messaging service, or disrupt application communications by interfering with message delivery.

Organizations should note that JMS services are often exposed within internal networks to facilitate application integration, making this vulnerability exploitable from compromised internal systems or through network pivoting techniques.

Detection Methods for CVE-2021-37535

Indicators of Compromise

  • Unexpected or unauthorized access attempts to JMS Connector Service endpoints from unknown IP addresses
  • Anomalous message queue activity including unauthorized message creation, deletion, or modification
  • Unusual authentication patterns or missing authentication events for JMS-related operations
  • Log entries showing access to JMS resources without corresponding valid authorization tokens

Detection Strategies

  • Monitor SAP NetWeaver security logs for access attempts to JMS Connector Service without proper authentication
  • Implement network monitoring to detect connections to JMS service ports from unauthorized sources
  • Configure alerting for any JMS operations performed by unexpected or anonymous users
  • Deploy application-level monitoring to track message queue access patterns and identify anomalies

Monitoring Recommendations

  • Enable comprehensive logging for the JMS Connector Service component in SAP NetWeaver
  • Integrate SAP security logs with your SIEM solution for centralized monitoring and correlation
  • Establish baseline behavior for normal JMS service access patterns to facilitate anomaly detection
  • Regularly review access control configurations and audit logs for the affected component

How to Mitigate CVE-2021-37535

Immediate Actions Required

  • Apply SAP Security Note #3078609 immediately to patch all affected SAP NetWeaver Application Server Java instances
  • Conduct an inventory of all SAP NetWeaver deployments to identify systems running vulnerable versions (7.11, 7.20, 7.30, 7.31, 7.40, 7.50)
  • Restrict network access to JMS Connector Service ports using firewall rules until patches can be applied
  • Review system logs for any evidence of unauthorized access attempts prior to patching

Patch Information

SAP has released Security Note #3078609 to address this vulnerability. Organizations should obtain the patch through the SAP Support Portal. The patch implements proper authorization checks for the JMS Connector Service to ensure user privileges are validated before granting access to protected functionality.

Additional information about this security update is available on the SAP Security Wiki.

Workarounds

  • Implement network segmentation to isolate SAP NetWeaver systems from untrusted network segments
  • Configure firewall rules to restrict access to JMS Connector Service ports to only authorized application servers
  • Enable additional authentication mechanisms at the network layer where possible
  • Monitor and log all traffic to affected services for forensic purposes until the official patch is applied
bash
# Network isolation example - restrict JMS port access (adjust port numbers as needed)
# Allow only trusted application servers to communicate with JMS service
iptables -A INPUT -p tcp --dport 50000 -s trusted_app_server_ip -j ACCEPT
iptables -A INPUT -p tcp --dport 50000 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSap Netweaver

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • SAP Security Note #3078609
  • Vendor Resources
  • SAP Wiki Page Overview
  • Related CVEs
  • CVE-2026-24310: SAP NetWeaver Auth Bypass Vulnerability

  • CVE-2026-23687: SAP NetWeaver Auth Bypass Vulnerability

  • CVE-2026-23686: SAP NetWeaver Auth Bypass Vulnerability

  • CVE-2026-0509: SAP NetWeaver Auth Bypass 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