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-2025-32461

CVE-2025-32461: Tiki Wiki CMS RCE Vulnerability

CVE-2025-32461 is a remote code execution vulnerability in Tiki Wiki CMS caused by improper input handling in the includetpl plugin. This post covers technical details, affected versions, and mitigation steps.

Published: April 8, 2026

CVE-2025-32461 Overview

CVE-2025-32461 is a critical remote code execution vulnerability affecting Tiki Wiki CMS, specifically within the wikiplugin_includetpl component located in lib/wiki-plugins/wikiplugin_includetpl.php. The vulnerability stems from improper neutralization of special elements used in template engine operations, allowing attackers to inject malicious code through unsafe handling of user input passed to PHP's eval() function.

This vulnerability is classified under CWE-1336 (Improper Neutralization of Special Elements Used in a Template Engine), highlighting the fundamental issue of insufficient input sanitization before template processing. Authenticated attackers with low privileges can exploit this flaw remotely without user interaction, potentially compromising the entire web server and any connected systems.

Critical Impact

Authenticated attackers can achieve remote code execution on Tiki Wiki installations, potentially leading to complete server compromise, data exfiltration, and lateral movement within affected networks.

Affected Products

  • Tiki Wiki versions before 21.12
  • Tiki Wiki versions before 24.8
  • Tiki Wiki versions before 27.2
  • Tiki Wiki versions before 28.3

Discovery Timeline

  • 2025-04-09 - CVE-2025-32461 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-32461

Vulnerability Analysis

The vulnerability exists in the wikiplugin_includetpl plugin, which is designed to include and process Smarty templates within Tiki Wiki pages. The core issue lies in the improper handling of user-supplied input that is eventually passed to PHP's eval() function without adequate sanitization or validation.

When processing template inclusion requests, the plugin fails to properly neutralize special elements that could be interpreted as executable code. This allows an attacker to craft malicious input that escapes the intended template context and injects arbitrary PHP code for server-side execution.

The exploitation requires only low-level authentication privileges, meaning any registered user on a vulnerable Tiki Wiki installation could potentially leverage this flaw. The scope change indicator in the vulnerability assessment suggests that successful exploitation could impact resources beyond the vulnerable component itself, potentially affecting other applications or systems on the same server.

Root Cause

The root cause of CVE-2025-32461 is the direct use of user-controllable input within an eval() statement without proper sanitization or escaping. The wikiplugin_includetpl.php file processes template names and parameters that can be manipulated by authenticated users, and these values are incorporated into dynamically evaluated code without sufficient validation.

Template engines inherently execute code to render dynamic content, but when user input is not properly neutralized before being processed by the engine, attackers can inject template directives or escape sequences that result in arbitrary code execution. In this case, the failure to sanitize input destined for eval() creates a direct code injection pathway.

Attack Vector

The attack vector for this vulnerability is network-based and requires only low-level authentication. An attacker would:

  1. Authenticate to a vulnerable Tiki Wiki instance with a standard user account
  2. Access or create a wiki page that utilizes the includetpl plugin
  3. Craft malicious input containing PHP code injection payloads
  4. Submit the crafted input, which passes through the vulnerable plugin
  5. The unsanitized input reaches the eval() function and executes arbitrary code with the privileges of the web server process

The vulnerability is particularly dangerous because it requires no user interaction beyond the attacker's own actions, and the complexity of exploitation is low once authentication is obtained.

Detection Methods for CVE-2025-32461

Indicators of Compromise

  • Unexpected processes spawned by the web server user (e.g., www-data, apache, nginx)
  • Suspicious PHP error logs showing eval() related errors or template parsing failures
  • Anomalous network connections originating from the web server
  • New or modified files in the Tiki Wiki directory structure outside of normal update patterns
  • Unusual database queries or modifications indicating privilege escalation attempts

Detection Strategies

  • Monitor web server access logs for requests containing suspicious patterns in includetpl plugin parameters
  • Implement Web Application Firewall (WAF) rules to detect PHP code injection attempts in template-related requests
  • Review authentication logs for unusual login patterns followed by plugin-related activity
  • Deploy file integrity monitoring to detect unauthorized changes to PHP files or creation of web shells
  • Configure intrusion detection systems to alert on outbound connections from web server processes

Monitoring Recommendations

  • Enable verbose logging for Tiki Wiki plugin activity and review regularly
  • Set up alerting for any eval() related errors in PHP error logs
  • Monitor server resource utilization for anomalies that could indicate cryptomining or other malicious activity post-exploitation
  • Implement egress filtering and monitor for data exfiltration patterns from web server hosts

How to Mitigate CVE-2025-32461

Immediate Actions Required

  • Update Tiki Wiki immediately to one of the patched versions: 21.12, 24.8, 27.2, or 28.3
  • If immediate patching is not possible, disable the includetpl plugin until updates can be applied
  • Review access logs and authentication records for any suspicious activity targeting the vulnerable plugin
  • Audit user accounts and remove or disable any unnecessary accounts with plugin access
  • Consider temporarily restricting wiki editing capabilities to trusted administrators only

Patch Information

Tiki Wiki has released security patches addressing this vulnerability across multiple supported branches. The fixed versions are 21.12, 24.8, 27.2, and 28.3. Organizations should update to the appropriate patched version based on their current deployment.

Multiple commits have been released to address this vulnerability:

  • GitLab Commit Change
  • GitLab Commit Update
  • GitLab Commit Fix

For additional information, refer to the Tiki Wiki Article Overview and Tiki Wiki Article Guide.

Workarounds

  • Disable the wikiplugin_includetpl plugin by removing or renaming the file lib/wiki-plugins/wikiplugin_includetpl.php
  • Implement network-level access controls to limit access to the Tiki Wiki administrative interface
  • Deploy a Web Application Firewall with rules configured to block template injection patterns
  • Restrict user registration and limit plugin usage to trusted authenticated users only
bash
# Disable the vulnerable plugin temporarily
cd /path/to/tiki/lib/wiki-plugins/
mv wikiplugin_includetpl.php wikiplugin_includetpl.php.disabled

# Set restrictive permissions on plugin directory
chmod 750 /path/to/tiki/lib/wiki-plugins/

# Review logs for exploitation attempts
grep -i "includetpl" /var/log/apache2/access.log
grep -i "eval" /var/log/php/error.log

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTiki

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1336
  • Technical References
  • GitLab Commit Change

  • GitLab Commit Update

  • GitLab Commit Fix

  • GitLab Commit Improvement

  • GitLab Commit Enhancement

  • Tiki Wiki Article Overview

  • Tiki Wiki Article Guide

  • Full Disclosure Mailing List Post
  • Related CVEs
  • CVE-2024-47919: Tiki Wiki CMS RCE Vulnerability

  • CVE-2024-46879: Tiki Wiki CMS Reflected XSS Vulnerability

  • CVE-2024-46878: Tiki Wiki CMS 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