Cyber Posture

CVE-2025-30555

High

Published: 24 March 2025

Published
24 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0008 24.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-30555 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SC-23 enforces session authenticity through mechanisms like anti-CSRF tokens, directly preventing the unauthorized state-changing requests that enable this CSRF-to-stored XSS exploit.

prevent

SI-10 validates information inputs to block malicious XSS payloads from being accepted and stored server-side via the CSRF attack.

prevent

SI-15 filters information outputs to neutralize and prevent execution of any stored XSS payloads injected through the CSRF vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
Why these techniques?

The vulnerability exists in a public-facing WordPress plugin, directly enabling remote exploitation of a web application (T1190). Exploitation requires tricking an authenticated victim into visiting a malicious site to trigger the CSRF payload, mapping to spearphishing via a malicious link (T1566.002).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

Cross-Site Request Forgery (CSRF) vulnerability in iiiryan WordPres 同步微博 wp2wb allows Stored XSS.This issue affects WordPres 同步微博: from n/a through <= 1.1.0.

Deeper analysisAI

CVE-2025-30555 is a Cross-Site Request Forgery (CSRF) vulnerability in the iiiryan WordPress 同步微博 wp2wb plugin that allows Stored XSS. This issue affects WordPress 同步微博 versions from n/a through <= 1.1.0.

An unauthenticated attacker (AV:N, PR:N) can exploit the vulnerability over the network (AC:L) by tricking a victim into performing an action via user interaction (UI:R), such as visiting a malicious site. Successful exploitation changes the scope (S:C) and enables stored XSS, resulting in low impacts to confidentiality, integrity, and availability (C:L/I:L/A:L), as scored at CVSS 7.1 (CVSS:3.1).

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp2wb/vulnerability/wordpress-wordpres-plugin-1-1-0-csrf-to-stored-xss-vulnerability?_s_id=cve provides further details on the vulnerability.

Details

CWE(s)

CVEs Like This One

CVE-2025-23990Shared CWE-352
CVE-2026-3857Shared CWE-352
CVE-2026-34394Shared CWE-352
CVE-2025-30572Shared CWE-352
CVE-2025-26545Shared CWE-352
CVE-2025-23572Shared CWE-352
CVE-2025-25154Shared CWE-352
CVE-2025-26963Shared CWE-352
CVE-2025-2319Shared CWE-352
CVE-2025-23803Shared CWE-352

References