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

CVE-2025-10354: Semantic MediaWiki XSS Vulnerability

CVE-2025-10354 is a reflected XSS flaw in Semantic MediaWiki that enables attackers to execute malicious JavaScript via crafted URLs. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2025-10354 Overview

CVE-2025-10354 is a reflected Cross-Site Scripting (XSS) vulnerability affecting Semantic MediaWiki. This vulnerability allows an attacker to execute arbitrary JavaScript code in a victim's browser by sending them a specially crafted malicious URL targeting the /index.php/Speciaal:GefacetteerdZoeken endpoint parameter. Successful exploitation can lead to the theft of sensitive user data, including session cookies, or enable attackers to perform unauthorized actions on behalf of authenticated users.

Critical Impact

Attackers can steal session cookies and sensitive data, hijack user sessions, and perform actions on behalf of victims by exploiting this reflected XSS vulnerability in Semantic MediaWiki.

Affected Products

  • Semantic MediaWiki (specific versions not disclosed)

Discovery Timeline

  • 2026-04-21 - CVE-2025-10354 published to NVD
  • 2026-04-21 - Last updated in NVD database

Technical Details for CVE-2025-10354

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) exists in Semantic MediaWiki's faceted search functionality. The vulnerable endpoint /index.php/Speciaal:GefacetteerdZoeken fails to properly sanitize user-supplied input before reflecting it back to the browser. When a victim clicks on a malicious link containing JavaScript payload in the URL parameter, the application reflects this unsanitized input directly into the HTML response, causing the victim's browser to execute the attacker-controlled script within the context of the vulnerable application's origin.

The attack requires user interaction—specifically, the victim must click on a malicious URL crafted by the attacker. Once executed, the malicious JavaScript runs with full access to the victim's session context, enabling cookie theft, keylogging, defacement, or redirection to phishing sites.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the Semantic MediaWiki faceted search feature. The application fails to properly sanitize or encode user-controlled input from URL parameters before including it in the HTTP response. This allows attackers to inject arbitrary HTML and JavaScript code that gets executed in the victim's browser.

Attack Vector

The attack is conducted over the network and targets users who access Semantic MediaWiki installations. An attacker crafts a malicious URL containing JavaScript payload within the vulnerable parameter of the /index.php/Speciaal:GefacetteerdZoeken endpoint. The attacker then distributes this URL through phishing emails, social media, or other channels. When a victim clicks the link while authenticated to the MediaWiki instance, the injected script executes in their browser context, potentially compromising their session.

The attack leverages the Dutch-language endpoint name (GefacetteerdZoeken translates to "FacetedSearch"), suggesting the vulnerability may be present in localized versions of the application. See the INCIBE Security Notice: XSS Risk for additional technical details.

Detection Methods for CVE-2025-10354

Indicators of Compromise

  • Unusual or obfuscated JavaScript payloads in URL parameters targeting /index.php/Speciaal:GefacetteerdZoeken
  • Web server logs showing requests to the faceted search endpoint containing encoded script tags or event handlers
  • User reports of unexpected pop-ups, redirects, or session termination after clicking MediaWiki links

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS patterns in URL parameters
  • Monitor access logs for requests containing suspicious characters such as <script>, javascript:, onerror=, or URL-encoded equivalents
  • Deploy browser-based XSS protection headers and Content Security Policy (CSP) to limit script execution
  • Use SentinelOne Singularity Platform to detect browser-based attacks and suspicious JavaScript execution patterns

Monitoring Recommendations

  • Enable verbose logging for web application requests, particularly those targeting special pages and search endpoints
  • Establish baseline traffic patterns for the faceted search functionality and alert on anomalies
  • Monitor for session anomalies that may indicate successful cookie theft, such as sessions used from different geographic locations

How to Mitigate CVE-2025-10354

Immediate Actions Required

  • Review and update Semantic MediaWiki to the latest available version that addresses this vulnerability
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Deploy WAF rules to block requests containing XSS payloads in URL parameters
  • Educate users about the risks of clicking untrusted links, especially those pointing to internal wiki resources

Patch Information

Refer to the INCIBE Security Notice: XSS Risk for official patch and remediation guidance from the security advisory. Organizations should monitor Semantic MediaWiki's official release channels for security updates addressing this vulnerability.

Workarounds

  • Implement Content Security Policy headers with script-src 'self' to prevent execution of inline and external malicious scripts
  • Configure input validation at the reverse proxy or WAF level to strip or block potentially malicious characters from URL parameters
  • Consider temporarily restricting access to the faceted search functionality (GefacetteerdZoeken) until a patch is applied
  • Enable HTTP-only and Secure flags on session cookies to reduce the impact of potential cookie theft
bash
# Example Apache CSP header configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

# Example nginx CSP configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSemantic Mediawiki

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • INCIBE Security Notice: XSS Risk
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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