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-2022-23463

CVE-2022-23463: Nepxion Discovery RCE Vulnerability

CVE-2022-23463 is a remote code execution vulnerability in Nepxion Discovery caused by SpEL injection. Attackers can execute arbitrary code through expression evaluation. This article covers technical details, affected systems, and guidance.

Published: February 17, 2026

CVE-2022-23463 Overview

CVE-2022-23463 is a critical Spring Expression Language (SpEL) Injection vulnerability affecting Nepxion Discovery, a popular solution for Spring Cloud microservices. The vulnerability exists in the discovery-commons component where the DiscoveryExpressionResolver's eval method evaluates expressions using a StandardEvaluationContext. This insecure configuration allows attackers to craft malicious expressions that can interact with Java classes such as java.lang.Runtime, ultimately leading to Remote Code Execution (RCE) on affected systems.

Critical Impact

Unauthenticated attackers can achieve Remote Code Execution by exploiting the SpEL injection vulnerability, potentially gaining complete control over affected Spring Cloud microservices infrastructure.

Affected Products

  • Nepxion Discovery (all versions for Spring Cloud)
  • discovery-commons component
  • Spring Cloud deployments using Nepxion Discovery

Discovery Timeline

  • 2022-09-24 - CVE-2022-23463 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23463

Vulnerability Analysis

The vulnerability stems from the unsafe use of Spring Expression Language (SpEL) evaluation within the Nepxion Discovery framework. SpEL is a powerful expression language that supports querying and manipulating objects at runtime. When SpEL expressions are evaluated using StandardEvaluationContext, they have full access to Java's reflection capabilities and can invoke arbitrary methods on any accessible class.

In this case, the DiscoveryExpressionResolver.eval() method processes user-controlled input without proper sandboxing. The StandardEvaluationContext provides unrestricted access to Java classes, allowing attackers to construct expressions that reference classes like java.lang.Runtime to execute system commands, or other dangerous classes to read/write files, establish network connections, or perform other malicious operations.

The vulnerability is classified under CWE-917 (Improper Neutralization of Special Elements used in an Expression Language Statement), which describes injection flaws specific to expression language interpreters. This attack vector is particularly dangerous in Spring Cloud environments where microservices may have elevated privileges or access to sensitive internal systems.

Root Cause

The root cause is the use of StandardEvaluationContext instead of SimpleEvaluationContext for SpEL expression evaluation. StandardEvaluationContext provides full access to Java types, constructors, and methods through reflection. When user-controlled data flows into expressions evaluated with this context, attackers can leverage SpEL's type reference syntax (T(className)) to access any Java class on the classpath and invoke methods, including those capable of executing arbitrary system commands.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can send specially crafted HTTP requests or other input that reaches the vulnerable DiscoveryExpressionResolver.eval() method. By injecting malicious SpEL expressions, the attacker can:

  1. Access the java.lang.Runtime class using SpEL's type reference syntax
  2. Obtain a Runtime instance via Runtime.getRuntime()
  3. Execute arbitrary system commands using exec() method
  4. Establish reverse shells, download malware, or pivot to other internal systems

The vulnerability allows full command execution with the privileges of the Spring application process, which in containerized environments may have access to secrets, databases, and other microservices.

Detection Methods for CVE-2022-23463

Indicators of Compromise

  • Unusual HTTP requests containing SpEL syntax patterns such as T(, java.lang.Runtime, or getRuntime() in request parameters or headers
  • Unexpected process spawning from Java application processes, particularly shell interpreters (/bin/sh, cmd.exe)
  • Network connections to unexpected external IP addresses originating from Spring Cloud application containers
  • Log entries showing expression evaluation errors or unusual class loading activity

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing SpEL injection patterns like T(java.lang. or Runtime.getRuntime()
  • Deploy runtime application self-protection (RASP) solutions to monitor and block dangerous method invocations within the JVM
  • Enable detailed logging for Spring Cloud Discovery components to capture expression evaluation activity
  • Use SentinelOne Singularity Platform to detect post-exploitation behavior such as unauthorized process creation and network reconnaissance

Monitoring Recommendations

  • Monitor application logs for SpEL parsing exceptions or unusual expression evaluation patterns
  • Track process creation events from Java application containers, particularly executions of shell interpreters or system utilities
  • Alert on outbound network connections from Spring Cloud services to untrusted external addresses
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised microservices

How to Mitigate CVE-2022-23463

Immediate Actions Required

  • Assess your environment for any deployments of Nepxion Discovery in Spring Cloud infrastructure
  • Implement network-level controls to restrict access to affected services from untrusted networks
  • Deploy WAF rules to filter incoming requests containing SpEL injection patterns
  • Consider disabling or replacing the affected discovery-commons component if feasible
  • Enable enhanced logging and monitoring on all Spring Cloud services using Nepxion Discovery

Patch Information

At the time of publication, there is no patch available for this vulnerability. Organizations should monitor the GitHub Security Advisory for updates on remediation options. In the absence of a vendor patch, implementing defense-in-depth measures and considering alternative service discovery solutions is recommended.

Workarounds

  • No official workarounds are provided by the vendor at this time
  • Implement strict input validation at the application gateway layer to sanitize expressions before they reach the vulnerable component
  • Deploy network segmentation to limit exposure of affected services to trusted internal networks only
  • Consider migrating to alternative Spring Cloud service discovery implementations that do not use StandardEvaluationContext for expression evaluation
  • Apply the principle of least privilege to application service accounts to limit the impact of potential exploitation
bash
# Example WAF rule pattern for ModSecurity to detect SpEL injection attempts
# Add to your WAF configuration
SecRule REQUEST_URI|ARGS|ARGS_NAMES|REQUEST_HEADERS "@rx T\s*\(\s*java\.lang\.(Runtime|ProcessBuilder)" \
    "id:100001,phase:2,deny,status:403,log,msg:'Potential SpEL Injection Attack Detected'"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNepxion Discovery

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.27%

  • 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-917
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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