Cyber Posture

CVE-2025-26580

High

Published: 13 February 2025

Published
13 February 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.0010 26.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse various implementations of JavaScript for execution.

Security Summary

CVE-2025-26580 is a Cross-Site Request Forgery (CSRF) vulnerability in the WordPress plugin Page/Post Specific Social Share Buttons, also referred to as Complete SEO Page/Post Specific Social Share Buttons, that enables Stored Cross-Site Scripting (XSS). Published on 2025-02-13, the issue affects all versions from n/a through 2.1 inclusive and is associated with CWE-352, with 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).

The vulnerability can be exploited by unauthenticated attackers over the network with low attack complexity, requiring user interaction such as an administrator visiting a malicious webpage. This triggers a CSRF request that injects a stored XSS payload into the plugin's configuration, which then executes in the browser context of subsequent users viewing affected pages, potentially leading to low-level impacts on confidentiality, integrity, and availability within a changed security scope.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/pagepost-specific-social-share-buttons/vulnerability/wordpress-page-post-specific-social-share-buttons-plugin-2-1-csrf-to-stored-xss-vulnerability?_s_id=cve details the CSRF-to-Stored XSS issue specifically in plugin version 2.1.

Details

CWE(s)
CWE-352

MITRE ATT&CK Enterprise Techniques

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

The CVE describes a vulnerability in a public-facing WordPress plugin that can be directly exploited over the network (T1190). The CSRF-to-stored XSS mechanism enables injection and execution of arbitrary JavaScript in victim browsers (T1059.007).

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

References