CVE-2025-28900
Published: 11 March 2025
Summary
CVE-2025-28900 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.0th 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-28900 is a Cross-Site Request Forgery (CSRF) vulnerability in the TabGarb Pro WordPress plugin developed by webgarb that enables Stored XSS. The flaw affects TabGarb Pro versions from n/a through 2.6 inclusive and is associated with CWE-352. It carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating network accessibility, low attack complexity, no required privileges, user interaction, changed scope, and low impacts across confidentiality, integrity, and availability.
Attackers can exploit this vulnerability remotely without authentication by tricking logged-in users into interacting with a malicious webpage or link that submits a forged request. This leads to the storage of XSS payloads within the plugin, which can then execute in the context of other users viewing affected content, potentially enabling session hijacking, data theft, or further site compromise depending on the payload.
The Patchstack advisory provides details on this WordPress TabGarb Pro plugin vulnerability, including vulnerability specifics and likely mitigation guidance such as updating to a patched version beyond 2.6; practitioners should consult https://patchstack.com/database/Wordpress/Plugin/tabgarb/vulnerability/wordpress-tabgarb-pro-plugin-2-6-csrf-to-stored-xss-vulnerability?_s_id=cve for full remediation steps.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7857
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in webgarb TabGarb Pro tabgarb allows Stored XSS.This issue affects TabGarb Pro: from n/a through <= 2.6.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CSRF-to-stored-XSS vulnerability in a public-facing WordPress plugin is directly exploitable via T1190 (Exploit Public-Facing Application). The stored XSS payload enables T1185 (Browser Session Hijacking) through cookie theft and session impersonation in victim browsers.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SC-23 enforces session authenticity mechanisms like anti-CSRF tokens to prevent forged requests that store XSS payloads in the TabGarb Pro plugin.
SI-10 requires validation of inputs to block malicious XSS payloads from being stored via the CSRF vulnerability in TabGarb Pro.
SI-15 filters outputs to neutralize any stored XSS payloads executed when users view affected TabGarb Pro content.