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-2020-6287

CVE-2020-6287: SAP NetWeaver Auth Bypass Vulnerability

CVE-2020-6287 is an authentication bypass flaw in SAP NetWeaver AS JAVA that allows unauthenticated attackers to create admin users and execute critical configuration tasks. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2020-6287 Overview

CVE-2020-6287, also known as RECON (Remotely Exploitable Code On NetWeaver), is a critical authentication bypass vulnerability affecting SAP NetWeaver Application Server Java. The vulnerability exists in the LM Configuration Wizard component, which fails to perform proper authentication checks, allowing unauthenticated remote attackers to execute configuration tasks and perform critical actions against the SAP Java system.

This vulnerability enables attackers to create administrative user accounts without any prior authentication, leading to complete system compromise with full impact on confidentiality, integrity, and availability. Given that SAP systems often process sensitive business data including financial records, customer information, and proprietary business logic, exploitation of this vulnerability can have devastating consequences for affected organizations.

Critical Impact

Unauthenticated remote attackers can create administrative accounts and gain full control over SAP NetWeaver AS JAVA systems, compromising all system data and functionality. This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog.

Affected Products

  • SAP NetWeaver Application Server Java 7.30
  • SAP NetWeaver Application Server Java 7.31
  • SAP NetWeaver Application Server Java 7.40
  • SAP NetWeaver Application Server Java 7.50

Discovery Timeline

  • 2020-07-14 - CVE-2020-6287 published to NVD
  • 2025-10-31 - Last updated in NVD database

Technical Details for CVE-2020-6287

Vulnerability Analysis

CVE-2020-6287 represents a Missing Authentication Check vulnerability (CWE-306) in the SAP NetWeaver AS JAVA platform. The LM Configuration Wizard component, which is designed for initial system setup and configuration tasks, is exposed over HTTP without requiring authentication. This design flaw allows any network-accessible attacker to invoke privileged configuration functions that should only be available to authenticated administrators.

The vulnerability is particularly severe because it affects a core component of SAP's enterprise application infrastructure. SAP NetWeaver serves as the foundation for many critical SAP applications including SAP ERP, SAP S/4HANA, SAP SCM, SAP CRM, SAP PI/PO, SAP Solution Manager, and SAP Enterprise Portal. Successful exploitation grants attackers the ability to create new administrative users, modify existing configurations, and ultimately achieve persistent access to the compromised system.

Root Cause

The root cause of this vulnerability is an improper implementation of authentication controls within the LM Configuration Wizard component. The component exposes HTTP endpoints that process configuration requests without first verifying that the requesting user has been authenticated. This missing authentication check violates fundamental security principles and enables unauthenticated access to highly privileged functionality.

The LM Configuration Wizard was likely designed with the assumption that it would only be accessed during initial system setup in a controlled environment. However, the component remains accessible on production systems, and the lack of authentication checks creates a critical security gap that attackers can exploit remotely.

Attack Vector

The attack vector for CVE-2020-6287 is network-based, requiring no user interaction or prior authentication. An attacker with network access to the SAP NetWeaver AS JAVA HTTP service (typically accessible on ports 50000 or similar) can directly send malicious requests to the vulnerable LM Configuration Wizard endpoints.

The exploitation process involves sending specially crafted HTTP requests to the configuration wizard endpoints. These requests invoke privileged configuration tasks, with the most critical being the ability to create new administrative user accounts. Once an administrative account is created, the attacker has full control over the SAP system and can access, modify, or exfiltrate any data processed by the platform.

The vulnerability does not require any specific conditions to be met for exploitation—any exposed SAP NetWeaver AS JAVA instance running an affected version is vulnerable. This makes it an extremely attractive target for threat actors conducting opportunistic attacks or targeted intrusions against organizations using SAP infrastructure.

Detection Methods for CVE-2020-6287

Indicators of Compromise

  • Unexpected HTTP requests to /CTCWebService/CTCWebServiceBean or /LMConfigurationWizard endpoints
  • Creation of new administrative user accounts without corresponding authorized change requests
  • Log entries indicating configuration wizard activity outside of scheduled maintenance windows
  • Unusual authentication events from newly created accounts with administrative privileges

Detection Strategies

  • Monitor HTTP access logs for requests to vulnerable LM Configuration Wizard endpoints
  • Implement alerting on user creation events in SAP User Management Engine (UME), particularly for high-privilege accounts
  • Deploy network intrusion detection signatures to identify exploitation attempts targeting CVE-2020-6287
  • Review SAP Security Audit Log (SAL) for unauthorized configuration changes and user provisioning activities

Monitoring Recommendations

  • Enable comprehensive HTTP access logging for SAP NetWeaver AS JAVA services
  • Configure real-time alerting for any administrative user creation events
  • Implement network segmentation monitoring to detect unauthorized access attempts to SAP infrastructure
  • Establish baseline user account inventories and alert on deviations

How to Mitigate CVE-2020-6287

Immediate Actions Required

  • Apply SAP Security Note 2934135 immediately to all affected SAP NetWeaver AS JAVA installations
  • Audit all SAP systems for signs of compromise, including unauthorized user accounts and configuration changes
  • Restrict network access to SAP NetWeaver AS JAVA HTTP interfaces using firewalls and access control lists
  • Review and remove any suspicious administrative accounts that may have been created through exploitation

Patch Information

SAP has released Security Note 2934135 to address this vulnerability. Organizations should obtain the patch from the SAP Support Portal and apply it following SAP's recommended procedures. Given the critical severity and active exploitation of this vulnerability, patching should be treated as an emergency priority.

Additional guidance is available through the SAP Wiki Security Page. Organizations should also review the CISA Known Exploited Vulnerabilities entry for federal guidance and remediation deadlines.

Workarounds

  • Implement network-level access controls to block external access to the LM Configuration Wizard endpoints
  • Disable the LM Configuration Wizard component if it is not required for ongoing operations
  • Deploy a Web Application Firewall (WAF) with rules to block requests to vulnerable endpoints
  • Implement strict network segmentation to isolate SAP systems from untrusted networks
bash
# Example: Block access to vulnerable endpoints using iptables
# Restrict access to SAP HTTP port from unauthorized networks
iptables -A INPUT -p tcp --dport 50000 -s 10.0.0.0/8 -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 Score10.0

  • EPSS Probability94.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • Packet Storm Security Exploit

  • Full Disclosure Mailing List Post

  • Onapsis SAP Vulnerability Analysis

  • CISA Known Exploited Vulnerability CVE-2020-6287
  • Vendor Resources
  • SAP Support Note 2934135

  • 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
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