Cyber Posture

CVE-2025-23870

High

Published: 16 January 2025

Published
16 January 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.0014 33.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23870 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 33.3th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SC-23 enforces session authenticity mechanisms such as CSRF tokens, directly preventing unauthorized form submissions that trick authenticated users into injecting stored XSS payloads.

prevent

SI-10 requires validation of inputs to the footer notice form, blocking malicious JavaScript from being stored and leading to XSS execution.

prevent

SI-2 mandates timely identification and patching of flaws like this CSRF-to-Stored XSS vulnerability in the plugin.

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Vulnerability in public-facing WordPress plugin enables remote exploitation (T1190) via malicious link to trigger CSRF (T1204.001) resulting in stored JavaScript execution (T1059.007).

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

NVD Description

Cross-Site Request Forgery (CSRF) vulnerability in wygk Copyright Safeguard Footer Notice copyright-safeguard-footer-notice allows Stored XSS.This issue affects Copyright Safeguard Footer Notice: from n/a through <= 3.0.

Deeper analysisAI

CVE-2025-23870 is a Cross-Site Request Forgery (CSRF) vulnerability in the WordPress plugin "Copyright Safeguard Footer Notice" by wygk, which enables Stored Cross-Site Scripting (XSS). The issue affects all versions of the plugin from unknown initial release through version 3.0 inclusive. It 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) and maps to CWE-352 (Cross-Site Request Forgery).

Unauthenticated attackers can exploit this vulnerability remotely with low attack complexity by tricking authenticated WordPress administrators or users with sufficient privileges into interacting with a malicious webpage, such as by clicking a forged link. This user interaction allows the attacker to submit a CSRF-protected form that injects and stores malicious JavaScript in the site's footer notice, leading to Stored XSS execution for subsequent visitors. Exploitation results in low-impact effects on confidentiality, integrity, and availability, with a changed scope due to cross-origin scripting.

The Patchstack advisory details this CSRF-to-Stored XSS issue in version 3.0 and earlier, recommending that site owners update the Copyright Safeguard Footer Notice plugin to a patched version beyond 3.0 to prevent exploitation.

Details

CWE(s)

CVEs Like This One

CVE-2025-23677Shared CWE-352
CVE-2025-27355Shared CWE-352
CVE-2025-31613Shared CWE-352
CVE-2025-26569Shared CWE-352
CVE-2025-23497Shared CWE-352
CVE-2025-23537Shared CWE-352
CVE-2025-31569Shared CWE-352
CVE-2025-23577Shared CWE-352
CVE-2025-26543Shared CWE-352
CVE-2025-31616Shared CWE-352

References