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

CVE-2025-70128: PluXml Stored XSS Vulnerability

CVE-2025-70128 is a stored XSS flaw in PluXml 5.8.22 and earlier affecting the comments feature. Attackers can inject malicious scripts that execute in the admin panel. This article covers technical details, impact, and mitigations.

Published: March 13, 2026

CVE-2025-70128 Overview

A Stored Cross-Site Scripting (XSS) vulnerability exists in the PluXml article comments feature affecting PluXml versions 5.8.22 and earlier. The application fails to properly sanitize or validate user-supplied input in the "link" field of a comment, allowing attackers to inject arbitrary JavaScript code using a <script> element. The injected payload is stored in the database and subsequently rendered in the Administration panel's "Comments" section when administrators review submitted comments.

Notably, the malicious script is not reflected in the public-facing comments interface but only within the backend administration view. Additionally, users with Administrator, Moderator, or Manager roles can directly input crafted payloads into existing comments. This makes the vulnerability a persistent XSS issue specifically targeting administrative users.

Critical Impact

Stored XSS vulnerability enables attackers to execute arbitrary JavaScript in administrator sessions, potentially leading to session hijacking, privilege escalation, and administrative account compromise.

Affected Products

  • PluXml versions 5.8.22 and earlier
  • PluXml Administration Panel (/core/admin/comments.php)
  • PluXml Comment Management System

Discovery Timeline

  • 2026-03-10 - CVE-2025-70128 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-70128

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw specifically affects the /core/admin/comments.php file, which is distinct from the previously disclosed CVE-2022-24585 that affected /core/admin/comment.php.

The vulnerability is exploitable over the network without requiring authentication for initial payload injection. User interaction is required for successful exploitation, as an administrator must view the malicious comment in the backend administration panel. The scope is changed, meaning the vulnerable component impacts resources beyond its security scope, potentially affecting the entire administrative session.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding in PluXml's comment handling mechanism. When processing the "link" field within comment submissions, the application fails to sanitize user-supplied input before storing it in the database. Subsequently, when rendering comments in the administration panel, the stored data is output without proper HTML entity encoding, allowing embedded JavaScript code to execute in the context of the administrator's browser session.

Attack Vector

The attack vector for this vulnerability involves a network-based approach where an attacker can submit malicious comments through the public-facing comment submission interface. The attacker crafts a comment with a malicious JavaScript payload embedded in the "link" field using script tags. When an administrator accesses the Comments section in the administration panel to review pending comments, the stored XSS payload executes within their authenticated session.

This attack could enable the attacker to steal administrator session cookies, perform actions on behalf of the administrator, modify website content, create new administrative accounts, or exfiltrate sensitive configuration data. Privileged users (Administrator, Moderator, Manager) can also directly inject payloads into existing comments, creating an additional internal threat vector.

For detailed technical analysis, refer to the GitHub Vulnerability Research Document and the YouTube Video Presentation.

Detection Methods for CVE-2025-70128

Indicators of Compromise

  • Presence of <script> tags or JavaScript event handlers in comment "link" fields within the PluXml database
  • Unusual JavaScript content in the commentaires.xml data files
  • Administrator session cookies being transmitted to external domains
  • Unexpected administrative actions in PluXml audit logs following comment review activities

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in comment submission requests targeting the "link" field
  • Monitor database entries for comment records containing script tags, event handlers, or encoded JavaScript payloads
  • Deploy Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Analyze HTTP traffic for outbound requests to suspicious domains originating from administrator sessions

Monitoring Recommendations

  • Enable verbose logging for the PluXml administration panel, particularly for /core/admin/comments.php
  • Configure alerts for CSP violation reports indicating blocked inline script execution
  • Monitor administrator session activity for anomalous behavior following comment review actions
  • Implement real-time scanning of comment submissions for malicious content patterns

How to Mitigate CVE-2025-70128

Immediate Actions Required

  • Upgrade PluXml to a patched version when available from the vendor
  • Implement strict input validation on the comment "link" field to accept only valid URL formats
  • Apply output encoding (HTML entity encoding) when rendering comment data in the administration panel
  • Enable Content Security Policy (CSP) headers with script-src 'self' to prevent inline script execution

Patch Information

No official patch information is currently available from the vendor. Organizations should monitor the PluXml project for security updates. In the interim, implementing the workarounds below is strongly recommended. Additional technical details are available in the GitHub Vulnerability Research Document.

Workarounds

  • Disable the comment functionality until a patch is available if comments are not business-critical
  • Implement a Web Application Firewall (WAF) with XSS protection rules to filter malicious input
  • Apply manual input sanitization by modifying /core/admin/comments.php to use htmlspecialchars() on the link field output
  • Restrict administrative panel access to trusted IP addresses to limit exploitation scope
  • Require administrators to use separate browser profiles or incognito mode when reviewing comments
bash
# Apache Configuration - Add Content Security Policy Header
# Add to .htaccess or Apache configuration file
<IfModule mod_headers.c>
    Header always set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
</IfModule>

# Nginx Configuration - Add Content Security Policy Header
# Add to nginx.conf server block
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/TechPluxml

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Vulnerability Research Document

  • YouTube Video Presentation
  • Related CVEs
  • CVE-2026-24351: Pluxml CMS Stored XSS Vulnerability

  • CVE-2026-24350: PluXml CMS Stored XSS Vulnerability

  • CVE-2025-70129: PluXml Anti-Spam Captcha Bypass DoS Flaw

  • CVE-2026-24352: PluXml CMS Auth Bypass Vulnerability
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