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

CVE-2025-30555: wp2wb WordPress Plugin CSRF Vulnerability

CVE-2025-30555 is a Cross-Site Request Forgery flaw in the wp2wb WordPress plugin that allows attackers to execute Stored XSS attacks. This article covers the technical details, affected versions up to 1.1.0, and mitigation.

Published: April 22, 2026

CVE-2025-30555 Overview

CVE-2025-30555 is a Cross-Site Request Forgery (CSRF) vulnerability in the WordPress plugin "同步微博" (wp2wb) developed by iiiryan. This vulnerability allows attackers to chain CSRF with Stored Cross-Site Scripting (XSS), enabling malicious actors to inject persistent scripts into the vulnerable WordPress site through crafted requests that exploit missing CSRF protections.

Critical Impact

Attackers can leverage CSRF to inject malicious JavaScript that persists in the WordPress database, potentially affecting all visitors to the compromised site and enabling session hijacking, credential theft, or further site compromise.

Affected Products

  • WordPress wp2wb (同步微博) plugin versions through 1.1.0
  • WordPress installations running the affected wp2wb plugin

Discovery Timeline

  • 2025-03-24 - CVE-2025-30555 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-30555

Vulnerability Analysis

This vulnerability combines two distinct attack techniques: Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). The wp2wb plugin, designed to synchronize WordPress content with Weibo (a Chinese social media platform), fails to implement proper CSRF token validation on certain administrative actions.

When an authenticated administrator visits a malicious page crafted by an attacker, the browser automatically includes authentication cookies with the forged request. Without CSRF token validation, the plugin processes the malicious request as if it were legitimate. The attacker exploits this to inject malicious JavaScript code that gets stored in the WordPress database.

Once the malicious script is stored, it executes whenever any user (including administrators) views the affected page. This stored XSS payload can perform actions such as stealing session tokens, modifying page content, redirecting users to phishing sites, or creating new administrator accounts.

Root Cause

The root cause of CVE-2025-30555 is the absence of nonce verification (WordPress's CSRF protection mechanism) on form submissions or AJAX handlers within the wp2wb plugin. WordPress provides the wp_nonce_field() and check_admin_referer() functions specifically to prevent CSRF attacks, but the plugin fails to implement these security controls on sensitive operations.

Additionally, the plugin lacks proper input sanitization and output encoding when handling user-supplied data, which enables the Stored XSS component of this vulnerability chain.

Attack Vector

The attack requires social engineering to trick an authenticated WordPress administrator into visiting a malicious webpage. The attacker crafts an HTML page containing a hidden form or JavaScript that automatically submits a request to the vulnerable plugin endpoint. This request includes malicious XSS payload data that bypasses input validation.

The attack flow typically involves:

  1. Attacker identifies a vulnerable wp2wb installation
  2. Attacker creates a malicious webpage with auto-submitting form targeting the plugin's unprotected endpoint
  3. Attacker tricks an authenticated administrator into visiting the malicious page
  4. The administrator's browser submits the forged request with the XSS payload
  5. The plugin stores the malicious script in the database without proper sanitization
  6. The stored XSS executes when pages containing the injected content are viewed

For technical details regarding the specific vulnerable endpoints and exploitation methodology, refer to the Patchstack WordPress Vulnerability Report.

Detection Methods for CVE-2025-30555

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags in plugin settings or database entries associated with wp2wb
  • Suspicious administrative actions in WordPress audit logs without corresponding legitimate user activity
  • New administrator accounts created without authorization
  • Unusual outbound network connections from the WordPress server to unknown domains
  • Reports of redirect behavior or pop-ups from site visitors

Detection Strategies

  • Monitor WordPress database tables for unexpected script injections or suspicious content patterns
  • Implement Web Application Firewall (WAF) rules to detect and block CSRF attack patterns targeting wp2wb endpoints
  • Review access logs for requests to wp2wb admin endpoints from external referrers
  • Deploy Content Security Policy (CSP) headers to mitigate XSS execution and provide violation reports

Monitoring Recommendations

  • Enable WordPress audit logging to track all administrative changes and plugin configuration modifications
  • Configure alerts for new user account creation, especially administrator-level accounts
  • Monitor for changes to wp2wb plugin settings that were not initiated through normal administrative workflows
  • Implement real-time file integrity monitoring on WordPress core files and plugin directories

How to Mitigate CVE-2025-30555

Immediate Actions Required

  • Deactivate and remove the wp2wb plugin from all WordPress installations until a patched version is available
  • Audit the WordPress database for any injected scripts or suspicious content related to the plugin
  • Review WordPress user accounts and remove any unauthorized administrator accounts
  • Force password resets for all administrative users as a precautionary measure
  • Implement a Web Application Firewall with CSRF and XSS protection rules

Patch Information

As of the last available information, WordPress wp2wb versions through 1.1.0 remain affected. Site administrators should check the Patchstack WordPress Vulnerability Report for updates on vendor patches and remediation guidance.

If a patched version is not available, consider permanently removing the plugin and seeking an alternative solution for WordPress-to-Weibo synchronization that follows WordPress security best practices.

Workarounds

  • Remove or deactivate the wp2wb plugin entirely until a security patch is released
  • Restrict access to WordPress admin panels using IP allowlisting or VPN requirements
  • Implement additional authentication layers such as two-factor authentication for all administrator accounts
  • Deploy browser-level protections like NoScript for administrators to reduce XSS impact
  • Use WordPress security plugins that provide CSRF protection and input sanitization at the application level
bash
# Configuration example - Disable the vulnerable plugin via WP-CLI
wp plugin deactivate wp2wb --path=/var/www/html/wordpress

# Remove the plugin completely
wp plugin uninstall wp2wb --path=/var/www/html/wordpress

# Audit for suspicious user accounts
wp user list --role=administrator --path=/var/www/html/wordpress

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Related CVEs
  • CVE-2026-8419: Amazon Scraper Plugin CSRF Vulnerability

  • CVE-2026-6452: WordPress Bigfishgames Syndicate CSRF Flaw

  • CVE-2026-8418: Games Catalog Plugin CSRF Vulnerability

  • CVE-2026-8423: WordPress JaviBola Plugin CSRF 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