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-2018-25384

CVE-2018-25384: Wikidforum XSS Vulnerability

CVE-2018-25384 is a cross-site scripting flaw in Wikidforum 2.20 allowing authenticated attackers to inject malicious scripts via the reply_text parameter. This article covers technical details, impact, and mitigation.

Published: June 4, 2026

CVE-2018-25384 Overview

CVE-2018-25384 is a stored cross-site scripting (XSS) vulnerability [CWE-79] in Wikidforum 2.20, an open-source forum application. Authenticated attackers can inject JavaScript into forum replies by submitting crafted HTML through the reply_text parameter. The payload is delivered via the rpc.php endpoint and executes in the browser of any user who later views the affected thread.

The issue stems from insufficient sanitization of user-supplied reply content before rendering it back to other forum participants. Successful exploitation enables session theft, forced browser actions, and forum content manipulation against authenticated viewers.

Critical Impact

Authenticated attackers can store JavaScript payloads in forum replies that execute against every user who views the thread, enabling session hijacking and account takeover within the forum context.

Affected Products

  • Wikidforum 2.20
  • Wikidforum Community Edition distributions packaged as Wikidforum-com-ed.2.20.zip
  • Deployments exposing the rpc.php reply endpoint

Discovery Timeline

  • 2026-05-29 - CVE-2018-25384 published to the National Vulnerability Database
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2018-25384

Vulnerability Analysis

The vulnerability is a stored XSS flaw classified under [CWE-79]. Wikidforum 2.20 accepts reply content submitted to rpc.php and stores it without stripping or encoding active HTML and JavaScript constructs. When other users load the forum thread, the malicious markup is rendered into the document and executed by the browser.

Exploitation requires only a low-privilege authenticated account capable of posting a reply. No administrative access is needed. The payload persists in the forum database, meaning every subsequent viewer of the thread triggers the script. Impact is scoped to the browser session of victims, but within that scope the attacker can read DOM contents, exfiltrate cookies that are not marked HttpOnly, perform forum actions on behalf of the victim, and pivot to credential phishing.

Root Cause

The root cause is missing output encoding and input sanitization on the reply_text parameter handled by rpc.php. The application treats reply bodies as trusted HTML and inserts them into rendered pages without applying a context-aware escaping routine or an allow-list HTML filter.

Attack Vector

An authenticated attacker submits a POST request to rpc.php containing a reply_text value that includes HTML such as a <script> tag or an event handler attribute on a benign-looking element. The forum stores the payload as part of the reply record. When any other authenticated user opens the thread, the server returns the stored markup inline, and the victim's browser executes the attacker-controlled JavaScript under the forum's origin.

Further technical detail is available in the Exploit-DB #45580 entry and the VulnCheck Advisory on WikiDForum.

Detection Methods for CVE-2018-25384

Indicators of Compromise

  • Reply records in the Wikidforum database whose reply_text field contains <script, onerror=, onload=, javascript:, or base64-encoded data: URIs.
  • HTTP POST requests to rpc.php with reply_text parameter values containing raw HTML tags or event handler attributes.
  • Outbound browser requests from forum users to unfamiliar domains immediately after rendering a thread page.

Detection Strategies

  • Inspect web server access logs for POST requests to rpc.php and correlate large or HTML-bearing reply_text parameters with the submitting account.
  • Run database queries across the replies table for HTML tag patterns and JavaScript event attributes, then review matches manually.
  • Deploy a Web Application Firewall (WAF) rule that flags forum form submissions containing script tags or inline event handlers.

Monitoring Recommendations

  • Monitor authenticated forum sessions for anomalous cookie access patterns and unexpected XMLHttpRequest or fetch activity originating from forum pages.
  • Track newly created low-privilege accounts that post replies within minutes of registration, a common pattern for XSS abuse.
  • Alert on Content Security Policy (CSP) violation reports if a CSP is deployed in report-only mode on the forum host.

How to Mitigate CVE-2018-25384

Immediate Actions Required

  • Restrict reply posting privileges to trusted accounts until input handling on rpc.php is hardened.
  • Audit existing forum content and remove stored replies containing executable HTML or JavaScript.
  • Place the forum behind a WAF configured to block script tags and event handler attributes in reply_text submissions.

Patch Information

No vendor patch is listed in the published advisory. Wikidforum 2.20 remains the affected release, and the project is hosted on the SourceForge Project Page. Operators should review the VulnCheck Advisory on WikiDForum for the latest mitigation guidance and consider migrating to an actively maintained forum platform.

Workarounds

  • Apply server-side HTML sanitization on the reply_text parameter using an allow-list filter such as HTML Purifier before storing the value.
  • Enforce contextual output encoding when rendering reply content into HTML pages, replacing characters such as <, >, ", ', and & with their entity equivalents.
  • Set the session cookie HttpOnly and Secure flags to reduce the impact of script execution against authenticated victims.
  • Deploy a strict Content Security Policy that disallows inline scripts and restricts script sources to the forum origin.
bash
# Configuration example: nginx CSP header and WAF-style request blocking for rpc.php
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'self'" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-Frame-Options "SAMEORIGIN" always;

location = /rpc.php {
    # Block obvious XSS payloads in reply_text submissions
    if ($request_method = POST) {
        set $block 0;
        if ($request_body ~* "reply_text=[^&]*(<script|onerror=|onload=|javascript:)") { set $block 1; }
        if ($block = 1) { return 403; }
    }
    include fastcgi_params;
    fastcgi_pass unix:/run/php/php-fpm.sock;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWikidforum

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SourceForge Project Page

  • SourceForge Download Link

  • Exploit-DB #45580

  • VulnCheck Advisory on WikiDForum
  • Latest CVEs
  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability

  • CVE-2026-42929: MacGregor VDR G4e Auth Bypass Vulnerability

  • CVE-2026-48501: GitHub CLI Auth Bypass 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