CVE-2025-26550
Published: 13 February 2025
Description
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Security Summary
CVE-2025-26550 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the WordPress plugin Global Meta Keyword & Description developed by Kunal Shivale. The flaw enables Stored Cross-Site Scripting (XSS) and affects all versions of the plugin up to and including 2.3. 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 with low attack complexity, no required privileges, user interaction, and scope change resulting in low impacts to confidentiality, integrity, and availability.
Unauthenticated attackers (PR:N) can exploit this vulnerability by tricking authenticated WordPress users, such as administrators, into submitting malicious CSRF requests. Successful exploitation leads to Stored XSS, where malicious scripts are persistently injected and executed in the context of the site for subsequent visitors or admins, potentially enabling session hijacking, data theft, or further site compromise depending on the payload.
The primary advisory from Patchstack documents this CSRF-to-XSS issue specifically in plugin version 2.3 and is available at https://patchstack.com/database/Wordpress/Plugin/global-meta-keyword-and-description/vulnerability/wordpress-global-meta-keyword-description-plugin-2-3-csrf-to-cross-site-scripting-vulnerability?_s_id=cve. Security practitioners should consult this reference for detailed mitigation steps, which may include plugin updates if available or temporary workarounds like CSRF token enforcement.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
CSRF vulnerability in public-facing WordPress plugin enables exploitation of the web application (T1190) and requires tricking users via malicious links to submit requests (T1204.001), leading to stored XSS.