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-2024-46878

CVE-2024-46878: Tiki Wiki CMS XSS Vulnerability

CVE-2024-46878 is a Cross-Site Scripting flaw in Tiki Wiki CMS affecting version 26.3 and earlier that enables attackers to execute malicious JavaScript. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2024-46878 Overview

A Cross-Site Scripting (XSS) vulnerability exists in the page parameter of tiki-editpage.php in Tiki CMS version 26.3 and earlier. This vulnerability allows attackers to execute arbitrary JavaScript code via a crafted payload, leading to potential access to sensitive information or unauthorized actions within the context of an authenticated user's session.

Critical Impact

Attackers can inject malicious JavaScript that executes in victims' browsers, potentially stealing session cookies, performing unauthorized actions, or redirecting users to malicious sites.

Affected Products

  • Tiki CMS version 26.3 and earlier
  • Tiki CMS 26.x LTS branch (prior to security update)
  • Tiki CMS 24.x LTS branch (prior to security update)

Discovery Timeline

  • 2026-03-23 - CVE CVE-2024-46878 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2024-46878

Vulnerability Analysis

This vulnerability is classified as Cross-Site Scripting (XSS) under CWE-79: Improper Neutralization of Input During Web Page Generation. The flaw exists in the page editing functionality of Tiki CMS, specifically within the tiki-editpage.php script. When a user navigates to edit a page, the page parameter is not properly sanitized before being reflected back in the response, allowing an attacker to inject malicious script content.

The attack requires user interaction, as a victim must click on a maliciously crafted link or visit a page containing the malicious URL. Once triggered, the injected JavaScript executes within the security context of the victim's authenticated session, potentially allowing attackers to steal credentials, hijack sessions, or perform actions on behalf of the user.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding on the page parameter within tiki-editpage.php. The application fails to properly sanitize user-controlled input before incorporating it into the HTML response, enabling injection of arbitrary JavaScript code.

Attack Vector

The attack is network-based and requires low-level privileges (an authenticated user account) and user interaction. An attacker would craft a malicious URL containing JavaScript payload in the page parameter and trick a victim into clicking the link. This could be accomplished through phishing emails, forum posts, or other social engineering techniques.

The vulnerability exploitation flow involves the attacker sending a specially crafted request to tiki-editpage.php with malicious script content in the page parameter. When the victim accesses this URL, the server reflects the unvalidated input back to the browser, which executes the malicious JavaScript.

For technical details and proof-of-concept information, refer to the GitHub PoC repository for CVE-2024-46878.

Detection Methods for CVE-2024-46878

Indicators of Compromise

  • Unusual requests to tiki-editpage.php containing JavaScript snippets or encoded script tags in URL parameters
  • Presence of <script> tags, event handlers (e.g., onerror, onload), or javascript: URIs in the page parameter
  • Server logs showing requests with URL-encoded JavaScript payloads targeting the page editing functionality
  • Reports from users about unexpected redirects or pop-ups when accessing Tiki CMS pages

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing XSS patterns in the page parameter
  • Configure IDS/IPS signatures to identify common XSS attack payloads in HTTP requests to tiki-editpage.php
  • Deploy Content Security Policy (CSP) headers to prevent inline script execution and report violations
  • Monitor application logs for anomalous parameter values containing HTML or JavaScript syntax

Monitoring Recommendations

  • Enable verbose logging on the Tiki CMS application to capture all requests to tiki-editpage.php
  • Set up alerts for high volumes of requests with unusual characters or encoded payloads in URL parameters
  • Implement real-time monitoring of CSP violation reports to identify attempted XSS attacks
  • Review access logs regularly for patterns consistent with XSS reconnaissance or exploitation attempts

How to Mitigate CVE-2024-46878

Immediate Actions Required

  • Update Tiki CMS to the latest patched version as recommended in the Tiki Security Update Advisory
  • If immediate patching is not possible, restrict access to tiki-editpage.php to trusted administrators only
  • Deploy a Web Application Firewall with XSS protection rules in front of the Tiki CMS installation
  • Enable Content Security Policy (CSP) headers to mitigate the impact of any successful XSS exploitation

Patch Information

Tiki has released security updates addressing this vulnerability for versions 27.x, 26.x LTS, and 24.x LTS. Organizations running affected versions should upgrade immediately. Refer to the Tiki Security Update Advisory for specific patch versions and upgrade instructions. Additional information may be available in the Tiki Newsletter #8.

Workarounds

  • Implement server-side input validation to sanitize the page parameter before processing
  • Use a reverse proxy or WAF to filter requests containing XSS patterns before they reach the application
  • Temporarily disable the page editing functionality for non-administrative users until the patch can be applied
  • Configure HTTP response headers including X-XSS-Protection, X-Content-Type-Options, and strict CSP policies
bash
# Apache .htaccess configuration to add security headers
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
Header set X-Frame-Options "SAMEORIGIN"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTiki

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC for CVE-2024-46878

  • Tiki Security Update Advisory

  • Tiki Newsletter #8
  • Related CVEs
  • CVE-2024-46879: Tiki Wiki CMS Reflected XSS Vulnerability

  • CVE-2025-32461: Tiki Wiki CMS RCE Vulnerability

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