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-15451

CVE-2025-15451: xnx3 Wangmarket XSS Vulnerability

CVE-2025-15451 is a cross-site scripting flaw in xnx3 Wangmarket up to version 4.9 affecting the System Variables Page. This post covers technical details, affected versions, impact, and mitigation steps.

Updated: January 22, 2026

CVE-2025-15451 Overview

A Cross-Site Scripting (XSS) vulnerability has been discovered in xnx3 wangmarket versions up to 4.9. This security flaw affects the System Variables Page functionality, specifically within the file /admin/system/variableSave.do. The vulnerability allows attackers to inject malicious scripts through manipulation of the Description argument, potentially enabling session hijacking, credential theft, and unauthorized actions within the administrative context.

Critical Impact

Authenticated attackers with administrative privileges can inject malicious scripts that execute in the browsers of other users accessing the System Variables Page, potentially leading to session hijacking or administrative account compromise.

Affected Products

  • xnx3 wangmarket up to version 4.9
  • System Variables Page component (/admin/system/variableSave.do)

Discovery Timeline

  • 2026-01-05 - CVE-2025-15451 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-15451

Vulnerability Analysis

This stored Cross-Site Scripting (XSS) vulnerability resides in the System Variables management functionality of the wangmarket content management system. The flaw originates from insufficient input validation and output encoding when processing the Description parameter in the /admin/system/variableSave.do endpoint.

When an administrator submits data through the System Variables Page, the application fails to properly sanitize user-supplied input in the Description field before storing it in the database. Subsequently, when this data is rendered on the page, the malicious script content executes in the context of the viewing user's browser session.

The vulnerability requires network access and authenticated administrative privileges to exploit, with user interaction required for the malicious payload to trigger. The exploit has been publicly disclosed, increasing the risk of active exploitation attempts.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-79) in the System Variables Page component. The application accepts arbitrary input in the Description argument without adequately sanitizing or encoding special characters before storing and rendering the data. This allows HTML and JavaScript content to be interpreted as executable code rather than treated as plain text.

Attack Vector

The attack vector is network-based, targeting the administrative interface of the wangmarket CMS. An attacker with administrative privileges can craft a malicious payload containing JavaScript code and submit it through the Description field of the System Variables Page. When other administrators or users view this page, the injected script executes within their browser context.

The attack flow typically involves:

  1. Attacker authenticates to the administrative panel with elevated privileges
  2. Navigates to the System Variables Page at /admin/system/variableSave.do
  3. Injects malicious JavaScript in the Description parameter
  4. The payload is stored and subsequently executed when other users view the affected page

Technical details and proof-of-concept information are available in the Yuque Security Document.

Detection Methods for CVE-2025-15451

Indicators of Compromise

  • Unusual JavaScript content in system variable descriptions within the database
  • HTTP requests to /admin/system/variableSave.do containing <script> tags, event handlers (e.g., onerror, onload), or JavaScript URIs
  • Evidence of session token exfiltration or unauthorized administrative actions following access to the System Variables Page

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in POST requests to /admin/system/variableSave.do
  • Monitor application logs for suspicious patterns in the Description parameter including encoded script tags or event handler attributes
  • Deploy endpoint detection solutions to identify browser-based attacks resulting from XSS exploitation
  • Utilize SentinelOne Singularity to detect post-exploitation activity such as credential theft or lateral movement initiated through XSS attacks

Monitoring Recommendations

  • Enable detailed logging for all administrative panel activities, particularly modifications to system variables
  • Implement Content Security Policy (CSP) headers and monitor for CSP violations that may indicate XSS attempts
  • Review database records in the system variables table for unexpected HTML or JavaScript content
  • Monitor for anomalous administrative sessions or actions that may indicate session hijacking

How to Mitigate CVE-2025-15451

Immediate Actions Required

  • Restrict access to the administrative panel (/admin/) to trusted IP addresses only
  • Review existing system variable descriptions for malicious content and sanitize any suspicious entries
  • Implement Content Security Policy headers to mitigate the impact of successful XSS attacks
  • Consider disabling or restricting access to the System Variables Page until a patch is available

Patch Information

At the time of publication, the vendor (xnx3) has not released an official security patch for this vulnerability. According to the disclosure, the vendor was contacted early about this issue but did not respond. Organizations using wangmarket should monitor for security updates from the vendor and apply patches immediately when available.

For additional vulnerability details, refer to the VulDB entry #339484.

Workarounds

  • Apply input validation and output encoding at the application level by modifying the variableSave.do handler to sanitize the Description parameter
  • Implement a Web Application Firewall (WAF) rule to filter XSS patterns in requests to the affected endpoint
  • Use browser security extensions and CSP headers to prevent execution of inline scripts
  • Limit administrative access to essential personnel and enforce multi-factor authentication to reduce the attack surface
bash
# Example: Apache ModSecurity WAF rule to block XSS in Description parameter
SecRule ARGS:Description "@rx (?i)(<script|javascript:|on\w+\s*=)" \
    "id:100001,phase:2,deny,status:403,msg:'Potential XSS in Description parameter'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechXnx3 Wangmarket

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • VulDB CTI-ID #339484

  • VulDB #339484

  • VulDB Submission #724838

  • Yuque Security Document
  • Related CVEs
  • CVE-2025-15452: xnx3 wangmarket XSS Vulnerability

  • CVE-2025-15416: Wangmarket 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