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

CVE-2023-37462: XWiki Platform RCE Vulnerability

CVE-2023-37462 is a remote code execution vulnerability in XWiki Platform caused by improper escaping in SkinsCode.XWikiSkinsSheet. Attackers can execute arbitrary code via crafted page names. This article covers technical details, affected versions, impact, and mitigation steps.

Published: January 28, 2026

CVE-2023-37462 Overview

CVE-2023-37462 is a critical code injection vulnerability in XWiki Platform, a generic wiki platform offering runtime services for applications built on top of it. The vulnerability stems from improper escaping in the document SkinsCode.XWikiSkinsSheet, which leads to an injection vector that can escalate from view rights to programming rights. This allows attackers to execute arbitrary script macros including Groovy and Python macros that enable remote code execution with unrestricted read and write access to all wiki contents.

Critical Impact

This vulnerability allows authenticated attackers with low privileges to achieve remote code execution with full read/write access to all wiki contents through crafted page names containing malicious payloads.

Affected Products

  • XWiki Platform versions prior to 14.4.8
  • XWiki Platform versions 14.5.x through 14.10.3
  • XWiki Platform versions 15.0-milestone-1 through 15.0-milestone-7

Discovery Timeline

  • 2023-07-14 - CVE-2023-37462 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-37462

Vulnerability Analysis

This vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), commonly referred to as an injection vulnerability. The flaw exists in the SkinsCode.XWikiSkinsSheet document where user-controlled input is not properly escaped before being processed by the XWiki rendering engine.

The attack mechanism exploits the way XWiki handles page names when rendering skin templates. By crafting a URL to a non-existing page with a specially constructed name containing malicious payload, an attacker can inject arbitrary script macros. Since XWiki supports powerful scripting languages like Groovy and Python through its macro system, successful exploitation grants the attacker programming-level privileges on the wiki instance.

Root Cause

The root cause is improper input sanitization in the SkinsCode.XWikiSkinsSheet document. When processing page names, the document fails to properly escape special characters and macro syntax before rendering. This allows attackers to embed executable macro code within the page name parameter, which is then interpreted and executed by the XWiki rendering engine with elevated privileges.

Attack Vector

The attack is executed over the network and requires only low-level authentication (view rights on the vulnerable document). No user interaction is required beyond the attacker accessing a crafted URL. The exploitation process involves:

  1. An attacker with basic view access to the XWiki instance identifies the vulnerable SkinsCode.XWikiSkinsSheet document
  2. The attacker crafts a URL pointing to a non-existing page with a name containing embedded Groovy or Python macro code
  3. When the page is accessed, the XWiki rendering engine processes the malicious page name without proper escaping
  4. The injected macro code executes with programming rights, allowing arbitrary code execution on the server

The vulnerability allows direct escalation from view rights to programming rights, bypassing normal permission checks. For detailed technical information and instructions on testing whether an installation is vulnerable, refer to the GitHub Security Advisory.

Detection Methods for CVE-2023-37462

Indicators of Compromise

  • Unusual page access logs showing requests to non-existing pages with abnormally long or encoded page names
  • Server logs containing Groovy or Python execution errors originating from skin rendering operations
  • Evidence of unauthorized wiki content modifications or data exfiltration
  • Unexpected outbound network connections from the XWiki server process

Detection Strategies

  • Monitor web server access logs for requests containing encoded macro syntax in URL paths (e.g., {{groovy}}, {{python}})
  • Implement Web Application Firewall (WAF) rules to detect and block requests with suspicious macro patterns in page name parameters
  • Review XWiki audit logs for unexpected privilege escalations or programming-level operations from low-privilege users
  • Deploy endpoint detection solutions to monitor for suspicious process spawning from the XWiki application server

Monitoring Recommendations

  • Enable verbose logging on the XWiki platform to capture detailed request information for forensic analysis
  • Configure alerts for any access to the SkinsCode.XWikiSkinsSheet document from untrusted sources
  • Implement network monitoring to detect unusual outbound connections that may indicate post-exploitation activity
  • Regularly audit wiki content and user permissions for unauthorized changes

How to Mitigate CVE-2023-37462

Immediate Actions Required

  • Upgrade XWiki Platform to version 14.4.8, 14.10.4, or 15.0-rc-1 or later immediately
  • If immediate upgrade is not possible, manually apply the fix commit d9c88ddc to the SkinsCode.XWikiSkinsSheet document
  • Review access logs and wiki content for signs of prior exploitation
  • Restrict network access to the XWiki instance until patching is complete

Patch Information

XWiki has released patched versions addressing this vulnerability. Users should upgrade to one of the following versions:

  • XWiki 14.4.8 - For users on the 14.4.x branch
  • XWiki 14.10.4 - For users on the 14.10.x branch
  • XWiki 15.0-rc-1 - For users ready to adopt the 15.x branch

The fix is contained in commit d9c88ddc4c0c78fa534bd33237e95dea66003d29. For detailed patch information, consult the GitHub Commit Reference and the XWiki Jira Issue XWIKI-20457.

Workarounds

  • Manually apply the fix commit d9c88ddc directly to the impacted document SkinsCode.XWikiSkinsSheet following the changes in the commit
  • Implement strict WAF rules to filter requests containing script macro syntax in URL parameters
  • Temporarily restrict access to the XWiki instance to trusted users only until the patch can be applied
  • Consider placing the XWiki instance behind a VPN or additional authentication layer to limit exposure
bash
# Verify XWiki version to check vulnerability status
# Check your current XWiki version in the Administration panel
# Upgrade to patched version:
# - 14.4.8 or later for 14.4.x branch
# - 14.10.4 or later for 14.10.x branch
# - 15.0-rc-1 or later for 15.x branch

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechXwiki

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability90.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-74
  • Vendor Resources
  • GitHub Commit Reference

  • GitHub Security Advisory

  • XWiki Jira Issue XWIKI-20457
  • Related CVEs
  • CVE-2025-24893: XWiki Platform RCE Vulnerability

  • CVE-2024-31982: XWiki Platform RCE Vulnerability

  • CVE-2025-55730: XWiki Remote Macros RCE Vulnerability

  • CVE-2025-55729: XWiki Remote Macros 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