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-2023-6578

CVE-2023-6578: Software AG webMethods Auth Bypass Flaw

CVE-2023-6578 is an authentication bypass vulnerability in Software AG webMethods 10.11.x/10.15.x that allows attackers to access restricted resources remotely. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2023-6578 Overview

A critical improper access control vulnerability has been discovered in Software AG WebMethods versions 10.11.x and 10.15.x. The vulnerability affects the wm.server/connect/ endpoint and allows remote attackers to bypass authentication mechanisms through manipulation of HTTP referrer header data. This flaw enables unauthorized access to sensitive server information including internal IP addresses, port configurations, and version details.

Critical Impact

Remote attackers can bypass authentication controls to access sensitive server configuration data and internal network information without valid credentials.

Affected Products

  • Software AG WebMethods 10.11.x
  • Software AG WebMethods 10.15.x

Discovery Timeline

  • 2023-12-07 - CVE-2023-6578 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-6578

Vulnerability Analysis

This vulnerability stems from improper access control implementation in the Software AG WebMethods Integration Server. The authentication mechanism can be bypassed through several methods, exposing sensitive server configuration data to unauthenticated attackers.

When accessing protected resources like /assets/, users are presented with a username and password prompt. However, clicking the "CANCEL" button redirects users directly to the protected directory, effectively bypassing the authentication requirement. Additionally, accessing /invoke/wm.server/connect without proper credentials reveals internal server details including IP addresses, ports, and version information.

A secondary bypass technique exists where access to /assets/ may initially be refused, but entering an invalid path such as /assets/x and then returning to /assets/ will display the protected data. This behavior indicates that the access control mechanism relies on insufficient referrer header validation rather than proper session-based authentication.

Root Cause

The root cause of this vulnerability is the reliance on HTTP referrer header data for access control decisions (CWE-284: Improper Access Control). The authentication mechanism fails to properly validate user credentials before granting access to protected resources. Instead of implementing proper session management and authentication checks, the system uses referrer-based validation which can be easily manipulated or bypassed by attackers.

Attack Vector

The attack can be performed remotely over the network without requiring any authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Navigating to protected endpoints like /assets/ or /invoke/wm.server/connect
  2. When presented with authentication prompts, clicking "CANCEL" to bypass the check
  3. Alternatively, accessing an invalid path first, then navigating to the protected resource
  4. Manipulating or omitting the HTTP referrer header to bypass access controls

The vulnerability allows information disclosure of internal server configurations, which could be leveraged for further attacks against the infrastructure.

Detection Methods for CVE-2023-6578

Indicators of Compromise

  • Unusual access patterns to /invoke/wm.server/connect endpoints without valid authentication
  • HTTP requests to /assets/ directory with missing or manipulated referrer headers
  • Authentication cancellation events followed by successful resource access
  • Requests containing patterns like /assets/x followed by /assets/ in rapid succession

Detection Strategies

  • Monitor web server logs for access to sensitive endpoints (/invoke/wm.server/connect, /assets/) without corresponding successful authentication events
  • Implement anomaly detection for requests with unusual referrer header patterns or missing authentication tokens
  • Alert on multiple failed authentication attempts followed by successful resource access from the same source IP
  • Deploy web application firewall (WAF) rules to detect and block referrer manipulation attempts

Monitoring Recommendations

  • Enable detailed access logging for all WebMethods Integration Server endpoints
  • Configure alerts for access to administrative and configuration endpoints from unexpected sources
  • Implement real-time monitoring of authentication bypass patterns in web server logs
  • Review access logs regularly for evidence of reconnaissance activity targeting server configuration endpoints

How to Mitigate CVE-2023-6578

Immediate Actions Required

  • Restrict network access to WebMethods administrative interfaces using firewall rules
  • Implement IP-based access controls to limit who can reach sensitive endpoints
  • Place WebMethods servers behind a reverse proxy with proper authentication enforcement
  • Review and audit current access to sensitive endpoints for any unauthorized access

Patch Information

The vendor (Software AG) was contacted regarding this vulnerability but did not respond. No official patch information is currently available. Organizations should implement the workarounds and mitigations described below until an official fix is released. Monitor the VulDB entry for updates regarding vendor response and patch availability.

Workarounds

  • Configure web application firewall rules to enforce authentication on all protected endpoints
  • Implement network segmentation to restrict access to WebMethods servers from trusted networks only
  • Add additional authentication layers such as VPN or application-layer authentication in front of WebMethods
  • Disable or restrict access to /invoke/wm.server/connect and /assets/ endpoints if not required for operations
  • Configure referrer policy headers and implement proper session-based authentication at the reverse proxy level
bash
# Example nginx reverse proxy configuration to enforce authentication
location /invoke/wm.server/ {
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    proxy_pass http://webmethods-backend;
}

location /assets/ {
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    proxy_pass http://webmethods-backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSoftwareag Webmethods

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284

  • NVD-CWE-Other
  • Technical References
  • VulDB #247158 CTI

  • VulDB #247158
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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