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

CVE-2023-22527: Confluence Data Center RCE Vulnerability

CVE-2023-22527 is a template injection RCE vulnerability in Atlassian Confluence Data Center and Server that allows unauthenticated attackers to execute remote code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-22527 Overview

CVE-2023-22527 is a critical template injection vulnerability affecting older versions of Atlassian Confluence Data Center and Server. This Server-Side Template Injection (SSTI) flaw allows an unauthenticated attacker to achieve Remote Code Execution (RCE) on vulnerable instances. The vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, making immediate remediation essential for all organizations running affected versions.

The vulnerability stems from improper handling of user-supplied input within Confluence's template engine, enabling attackers to inject malicious OGNL (Object-Graph Navigation Language) expressions that execute arbitrary code on the server with the privileges of the Confluence application.

Critical Impact

Unauthenticated attackers can achieve complete system compromise through remote code execution, potentially leading to data theft, ransomware deployment, lateral movement, and full infrastructure takeover.

Affected Products

  • Atlassian Confluence Data Center (versions prior to patched releases)
  • Atlassian Confluence Server (versions prior to patched releases)
  • Atlassian Confluence Data Center version 8.7.0

Discovery Timeline

  • 2024-01-16 - CVE-2023-22527 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2023-22527

Vulnerability Analysis

This vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), commonly known as Injection. The flaw exists in Confluence's template rendering mechanism, which fails to properly sanitize user-controlled input before processing it through the OGNL expression evaluator.

Confluence utilizes OGNL expressions for dynamic content generation within its templates. The vulnerability allows attackers to inject arbitrary OGNL expressions through specially crafted HTTP requests. When processed by the template engine, these malicious expressions execute with full server-side privileges, bypassing authentication entirely.

The attack surface is network-accessible, requiring no privileges or user interaction to exploit. Successful exploitation grants attackers the ability to execute arbitrary commands, read and modify sensitive data, and potentially pivot to other systems within the network.

Root Cause

The root cause lies in insufficient input validation and sanitization within the template processing pipeline. Confluence's template engine evaluates user-supplied data as OGNL expressions without adequate security controls, creating a direct path from unauthenticated HTTP requests to arbitrary code execution.

The OGNL expression language provides extensive access to Java objects and methods, meaning that once an attacker can inject expressions, they can instantiate arbitrary Java classes, invoke system commands through Runtime.exec(), and interact with the underlying operating system.

Attack Vector

The attack is conducted over the network by sending specially crafted HTTP requests to vulnerable Confluence endpoints. The attacker constructs an HTTP request containing malicious OGNL payload within parameters that are processed by the template engine.

The exploitation flow typically involves:

  1. Identifying a vulnerable Confluence instance exposed to the network
  2. Crafting an HTTP request with embedded OGNL injection payload
  3. Sending the request to trigger template processing
  4. The malicious OGNL expression executes arbitrary code on the server

The attack requires no authentication, making internet-facing Confluence instances particularly vulnerable to automated exploitation campaigns. Technical details and proof-of-concept information are available in the Packet Storm Exploit Report and the Vicarius technical analysis.

Detection Methods for CVE-2023-22527

Indicators of Compromise

  • Unusual child processes spawned by the Confluence Java process (e.g., cmd.exe, powershell.exe, bash, sh)
  • Unexpected outbound network connections from the Confluence server
  • Web access logs containing suspicious OGNL-related strings or encoded payloads in request parameters
  • New or modified files in Confluence directories or web-accessible locations
  • Unexpected user accounts or privilege modifications on the Confluence server

Detection Strategies

  • Monitor HTTP request logs for anomalous patterns targeting Confluence endpoints, particularly requests with encoded or obfuscated payloads
  • Implement network intrusion detection rules to identify OGNL injection attempts in HTTP traffic
  • Deploy endpoint detection and response (EDR) solutions to detect suspicious process execution chains originating from Java processes
  • Enable and review Confluence application logs for template processing errors or unusual activity

Monitoring Recommendations

  • Configure alerting for process execution events where the parent process is Confluence's Java runtime
  • Establish baseline network behavior for Confluence servers and alert on deviations, especially outbound connections to unusual destinations
  • Implement file integrity monitoring on Confluence installation directories
  • Monitor for lateral movement indicators following potential Confluence compromise

How to Mitigate CVE-2023-22527

Immediate Actions Required

  • Upgrade Confluence Data Center and Server to the latest supported version immediately
  • If immediate patching is not possible, restrict network access to Confluence instances, blocking internet exposure
  • Review Confluence server logs for indicators of exploitation attempts
  • Conduct incident response procedures if compromise indicators are detected

Patch Information

Atlassian has addressed this vulnerability in regular version updates. Organizations must upgrade to the most recent supported versions of Confluence Data Center and Server. Detailed patch information and affected version ranges are available in the Atlassian Security Advisory and the Atlassian Jira Issue CONFSERVER-93833.

Atlassian recommends that all customers install the latest version to protect their instances from this and other vulnerabilities outlined in Atlassian's January Security Bulletin.

Workarounds

  • Implement network segmentation to prevent direct internet access to Confluence instances
  • Deploy a web application firewall (WAF) with rules to detect and block OGNL injection patterns
  • Enable strict access controls limiting which users and IP ranges can reach Confluence
  • Consider temporarily taking vulnerable instances offline until patches can be applied if they are exposed to untrusted networks

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAtlassian Confluence

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.36%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-74
  • Technical References
  • Packet Storm Exploit Report

  • Vicarius Blog on CVE-2023-22527

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Atlassian Confluence Documentation

  • Atlassian Jira Issue CONFSERVER-93833
  • Related CVEs
  • CVE-2021-26084: Confluence Data Center RCE Vulnerability

  • CVE-2022-26134: Confluence Data Center RCE Vulnerability

  • CVE-2024-21673: Confluence Data Center RCE Vulnerability

  • CVE-2024-21672: Confluence Data Center RCE 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