A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-36522

CVE-2024-36522: Apache Wicket RCE Vulnerability

CVE-2024-36522 is a remote code execution vulnerability in Apache Wicket caused by XSLT injection in XSLTResourceStream.java. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-36522 Overview

CVE-2024-36522 affects Apache Wicket, a component-based Java web application framework. The default configuration of XSLTResourceStream.java accepts untrusted input without validation. Attackers can exploit this design flaw to perform XSLT injection and achieve remote code execution. The vulnerability requires no authentication and can be triggered over the network. Apache assigned the issue to versions before 10.1.0, 9.18.0, and 8.16.0. The flaw is classified under [CWE-74] as improper neutralization of special elements in output used by a downstream component (injection).

Critical Impact

Unauthenticated attackers can execute arbitrary code on servers running vulnerable Apache Wicket applications that process attacker-controlled input through XSLTResourceStream.

Affected Products

  • Apache Wicket 8.x prior to 8.16.0
  • Apache Wicket 9.x prior to 9.18.0
  • Apache Wicket 10.0.0 (including milestone1 and milestone2) prior to 10.1.0

Discovery Timeline

  • 2024-07-12 - CVE-2024-36522 published to NVD
  • 2024-07-12 - Apache publishes advisory on the official mailing list
  • 2025-07-10 - Last updated in NVD database

Technical Details for CVE-2024-36522

Vulnerability Analysis

The XSLTResourceStream class in Apache Wicket transforms XML data using XSLT (Extensible Stylesheet Language Transformations) stylesheets. The default configuration enables external function calls and extension elements within the XSLT processor. When an application passes untrusted input into the transformation pipeline, an attacker can supply a malicious stylesheet that invokes Java runtime methods. This behavior allows code execution within the Wicket application context.

XSLT injection is a well-documented class of injection vulnerability tracked under [CWE-74]. The EPSS score of 8.266% places this issue in the 92nd percentile for exploitation likelihood, indicating elevated attacker interest in Apache Wicket deployments.

Root Cause

The root cause is the unsafe default configuration of the XSLT processor used by XSLTResourceStream.java. The transformer factory does not disable extension functions, external entity resolution, or secure processing features. Wicket applications that pass user-controllable XML or XSLT data to this class inherit the insecure defaults without explicit warning.

Attack Vector

An attacker submits crafted XML or XSLT content to a Wicket endpoint that processes resources through XSLTResourceStream. The malicious stylesheet uses XSLT extension elements to invoke Java classes such as java.lang.Runtime and execute operating system commands. Because the attack vector is network-based and requires no authentication or user interaction, exploitation can be fully automated against exposed applications.

No public proof-of-concept code is currently linked in the advisory. Refer to the Apache Mailing List Thread and the OpenWall OSS Security Update for technical context.

Detection Methods for CVE-2024-36522

Indicators of Compromise

  • Unexpected child processes spawned by the Java application server (for example sh, bash, cmd.exe, or powershell.exe) parented to the Wicket process.
  • Outbound network connections initiated by the JVM to unfamiliar hosts shortly after HTTP requests containing XML or XSL payloads.
  • HTTP request bodies or parameters containing xsl:stylesheet, xsl:value-of, or references to java.lang.Runtime and ProcessBuilder.
  • New or modified files in the application working directory written by the Java process.

Detection Strategies

  • Inspect web application logs for requests targeting Wicket resource endpoints that include XML, XSL, or XSLT content types.
  • Apply web application firewall rules that flag XSLT extension element prefixes and references to xalan:// or xsltc:// namespaces.
  • Monitor JVM process trees for unexpected execution of operating system shells or scripting interpreters.
  • Review dependency manifests (pom.xml, build.gradle) for vulnerable Apache Wicket versions across the application portfolio.

Monitoring Recommendations

  • Enable verbose logging on Wicket resource handlers and forward events to a centralized analytics platform.
  • Establish behavioral baselines for the Wicket application's child process activity and outbound connectivity.
  • Correlate authentication-free POST requests to resource endpoints with subsequent process or network anomalies.

How to Mitigate CVE-2024-36522

Immediate Actions Required

  • Upgrade Apache Wicket to version 10.1.0, 9.18.0, or 8.16.0 depending on the deployed branch.
  • Audit application code for direct or indirect use of XSLTResourceStream with user-controllable inputs.
  • Restrict network access to Wicket-based applications until patches are applied.
  • Rotate credentials and secrets accessible to the application process if compromise is suspected.

Patch Information

Apache released fixed versions 10.1.0, 9.18.0, and 8.16.0. Details are available in the Apache Mailing List Thread and the OpenWall OSS Security Update. Update the org.apache.wicket:wicket-core dependency in Maven or Gradle build files and redeploy the application.

Workarounds

  • Remove or replace any application code paths that pass untrusted input to XSLTResourceStream.
  • Wrap XSLT transformations in a custom TransformerFactory with FEATURE_SECURE_PROCESSING enabled and extension functions disabled.
  • Deploy a web application firewall rule set that blocks XSLT and XML payloads on endpoints that do not require them.
bash
# Configuration example - update Maven dependency to a patched version
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.1.0</version>
</dependency>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Wicket

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability8.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-74
  • Technical References
  • OpenWall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-42509: Apache Wicket XSS Vulnerability

  • CVE-2026-40010: Apache Wicket Auth Bypass Vulnerability

  • CVE-2026-43646: Apache Wicket Information Disclosure Flaw

  • CVE-2026-43975: Apache Wicket Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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