Cyber Resilience

CVE-2025-26552

High

Published: 13 February 2025

Published
13 February 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0013 32.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-26552 is a high-severity Cross-site Scripting (CWE-79) 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 32.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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-26552 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Stored Cross-Site Scripting (CWE-79), in the Naver Syndication V2 WordPress plugin (badr-naver-syndication) developed by badrHan. This issue affects all versions of the plugin up to and including 0.8.3. The vulnerability has 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 high severity due to network accessibility, low attack complexity, no required privileges, user interaction, and scope change with low impacts on confidentiality, integrity, and availability.

An unauthenticated attacker can exploit this vulnerability over the network by tricking a site user, typically an administrator, into performing an action that injects a malicious script via Cross-Site Request Forgery (CSRF) leading to stored XSS. Once stored, the payload executes in the browser context of subsequent users viewing the affected page, enabling potential theft of session cookies, account takeover, or further site compromise within the victim's privileges.

The Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/badr-naver-syndication/vulnerability/wordpress-naver-syndication-v2-plugin-0-8-3-csrf-to-stored-cross-site-scripting-vulnerability?_s_id=cve) documents the CSRF-to-Stored XSS issue in Naver Syndication V2 version 0.8.3. Mitigation involves updating the plugin to a version beyond 0.8.3, where the vulnerability is no longer present, and applying general WordPress best practices such as disabling unused plugins and enabling content security policies.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in badrHan Naver Syndication V2 badr-naver-syndication allows Stored XSS.This issue affects Naver Syndication V2: from n/a through <= 0.8.3.

CWE(s)

Related Threats

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.
Why these techniques?

Stored XSS vulnerability in a public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190) via network-accessible CSRF injection leading to persistent client-side script execution.

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

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of information inputs, directly addressing the improper neutralization of input that enables stored XSS injection in the Naver Syndication V2 plugin.

prevent

SI-15 mandates output filtering, preventing the execution of stored malicious scripts generated during web page rendering from the vulnerable plugin.

prevent

SI-2 ensures timely flaw remediation through patching, mitigating the specific vulnerability in Naver Syndication V2 versions up to 0.8.3.

References