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
    • 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-30612

CVE-2025-30612: Replace Default Words CSRF Vulnerability

CVE-2025-30612 is a Cross-Site Request Forgery vulnerability in Replace Default Words plugin that enables Stored XSS attacks. This article covers the technical details, affected versions up to 1.3, and mitigation strategies.

Updated: May 11, 2026

CVE-2025-30612 Overview

CVE-2025-30612 is a Cross-Site Request Forgery (CSRF) vulnerability in the mandegarweb Replace Default Words WordPress plugin. The flaw affects all plugin versions up to and including 1.3. An attacker can chain the CSRF weakness into a Stored Cross-Site Scripting (XSS) attack against a WordPress site. Successful exploitation requires an authenticated administrator to interact with an attacker-controlled link or page. The injected script then persists in the site database and executes in the browsers of subsequent visitors. The vulnerability is classified under CWE-352: Cross-Site Request Forgery.

Critical Impact

An attacker who tricks an administrator into visiting a crafted page can inject persistent JavaScript into the WordPress site, enabling session hijacking, content modification, or further compromise of site visitors.

Affected Products

  • mandegarweb Replace Default Words plugin for WordPress
  • All versions from n/a through 1.3 (inclusive)
  • WordPress installations with the replace-default-words plugin enabled

Discovery Timeline

  • 2025-03-24 - CVE-2025-30612 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-30612

Vulnerability Analysis

The Replace Default Words plugin exposes administrative actions that change plugin-managed content without verifying request authenticity. The plugin does not validate WordPress nonces or other anti-CSRF tokens on state-changing endpoints. An attacker hosts a malicious page containing a crafted form or request targeting the plugin's settings endpoint. When an authenticated administrator visits that page, the browser submits the request using the administrator's active session cookies. The submitted payload includes JavaScript that the plugin stores in the database without sufficient output encoding. The stored payload then executes in any browser that loads the affected page, transforming the CSRF flaw into a Stored XSS condition.

Root Cause

The root cause is missing CSRF protection on plugin write operations combined with inadequate sanitization of user-supplied input. The plugin trusts that requests reaching its handlers originate from legitimate administrative workflows. It does not call wp_verify_nonce() or check check_admin_referer() on the relevant action. Input destined for storage is not filtered through wp_kses() or equivalent sanitization routines.

Attack Vector

Exploitation proceeds over the network and requires user interaction from a privileged WordPress user. The attacker delivers a link to an administrator through phishing, a forum post, or a malicious advertisement. When the administrator loads the page, a hidden form auto-submits to the vulnerable WordPress endpoint. The plugin processes the forged request and persists the attacker's script payload. Every visitor who later loads the affected page executes the stored JavaScript in the site's origin. The EPSS score for this issue is 0.064% at the 19.7th percentile, indicating low observed exploitation activity at this time.

No verified public proof-of-concept code is available. See the Patchstack WordPress Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-30612

Indicators of Compromise

  • Unexpected <script> tags, event handlers, or obfuscated JavaScript stored in Replace Default Words plugin settings or word-replacement entries.
  • WordPress access logs showing POST requests to plugin admin endpoints with Referer headers pointing to external untrusted domains.
  • New or modified administrator accounts created shortly after an admin browsing session.
  • Outbound requests from site visitors' browsers to attacker-controlled domains after viewing pages rendered by the plugin.

Detection Strategies

  • Inspect the wp_options table and any plugin-specific tables for entries containing HTML or JavaScript syntax that should not appear in word-replacement configuration.
  • Review web server access logs for POST requests to /wp-admin/admin.php or /wp-admin/options.php referencing replace-default-words actions originating from cross-origin referrers.
  • Use WordPress security scanners or file integrity monitoring to flag changes to plugin configuration between expected administrative sessions.

Monitoring Recommendations

  • Enable WordPress audit logging to record plugin setting changes and administrator authentication events.
  • Forward web server and WordPress logs to a centralized SIEM for correlation with referrer anomalies and unusual admin activity.
  • Monitor outbound DNS and HTTP requests from end-user sessions for connections to unknown domains that may indicate stored XSS callbacks.

How to Mitigate CVE-2025-30612

Immediate Actions Required

  • Deactivate the Replace Default Words plugin until a patched version is confirmed installed.
  • Audit all plugin-managed content and remove any entries containing HTML tags or JavaScript.
  • Force a password reset for all WordPress administrator accounts and rotate any API keys exposed through admin sessions.
  • Review user accounts for unauthorized additions or role changes.

Patch Information

No fixed version has been published for the Replace Default Words plugin at the time of NVD entry. Administrators should monitor the Patchstack advisory and the WordPress plugin repository for an update beyond version 1.3.

Workarounds

  • Remove the replace-default-words plugin directory from wp-content/plugins/ if a patch is not available.
  • Restrict /wp-admin/ access by IP allowlist using web server or WAF rules to reduce CSRF exposure.
  • Deploy a Content Security Policy that disallows inline scripts on rendered pages to limit Stored XSS impact.
  • Require administrators to use separate browser profiles or sessions when performing WordPress administrative tasks.
bash
# Configuration example: disable the plugin via WP-CLI and remove its files
wp plugin deactivate replace-default-words
wp plugin delete replace-default-words

# Optional: restrict wp-admin to a known IP range in nginx
# location ^~ /wp-admin/ {
#     allow 203.0.113.0/24;
#     deny all;
# }

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechReplace Default Words

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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