CVE-2025-28933
Published: 11 March 2025
Summary
CVE-2025-28933 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 22.5th 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).
Deeper analysis
CVE-2025-28933 is a Cross-Site Request Forgery (CSRF) vulnerability in the maxfoundry MaxA/B (maxab) WordPress plugin that enables Stored XSS. The issue affects MaxA/B versions from n/a through 2.2.2, as documented under CWE-352. It carries a CVSS v3.1 base score of 7.1, reflecting network accessibility with low attack complexity.
The vulnerability can be exploited by unauthenticated attackers over the network who trick authenticated users into interacting with a malicious request, such as clicking a crafted link or loading a malicious page. Successful exploitation changes the scope and allows limited impacts on confidentiality, integrity, and availability, primarily through the storage of XSS payloads that execute in the context of the victim's browser.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/maxab/vulnerability/wordpress-maxa-b-plugin-2-2-2-csrf-to-stored-xss-vulnerability?_s_id=cve details the CSRF-to-Stored XSS issue in WordPress MaxA/B plugin version 2.2.2. The vulnerability was published on 2025-03-11T21:15:51.290.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7882
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in maxfoundry MaxA/B maxab allows Stored XSS.This issue affects MaxA/B: from n/a through <= 2.2.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF-to-Stored XSS in public-facing WordPress plugin directly maps to exploiting public-facing applications (T1190) and enables browser session hijacking via injected XSS payloads (T1185).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires timely remediation of the specific CSRF-to-Stored XSS flaw in the MaxA/B WordPress plugin through patching and updates.
Implements session authenticity mechanisms like anti-CSRF tokens to block forged requests that enable storage of XSS payloads.
Enforces validation of information inputs to reject malicious XSS payloads submitted through the CSRF vulnerability.