Cyber Posture

CVE-2025-23871

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

Summary

CVE-2025-23871 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 28.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-2 (Flaw Remediation).

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

SC-23 requires session authenticity mechanisms such as anti-CSRF tokens, directly preventing forged cross-site requests that exploit this CSRF vulnerability in the WordPress plugin.

prevent

SI-2 ensures timely identification, reporting, and remediation of flaws like CVE-2025-23871 by patching the vulnerable LSD Google Maps Embedder plugin.

prevent

SI-10 validates and sanitizes untrusted inputs submitted via CSRF, mitigating the chained stored XSS impact from malicious payloads.

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

The CVE describes a remote CSRF vulnerability in a public-facing WordPress plugin that leads to stored XSS, directly enabling T1190 (Exploit Public-Facing Application) and T1059.007 (JavaScript execution via injected scripts).

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

NVD Description

Cross-Site Request Forgery (CSRF) vulnerability in Bas Matthee LSD Google Maps Embedder lsd-google-maps-embedder allows Cross Site Request Forgery.This issue affects LSD Google Maps Embedder: from n/a through <= 1.1.

Deeper analysisAI

CVE-2025-23871 is a Cross-Site Request Forgery (CSRF) vulnerability in the Bas Matthee LSD Google Maps Embedder WordPress plugin (lsd-google-maps-embedder). The issue affects all versions up to and including 1.1, as classified under CWE-352. 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), indicating high severity due to its network accessibility, low complexity, lack of required privileges, and scope change.

Unauthenticated attackers can exploit this vulnerability remotely by tricking authenticated users (such as site administrators) into performing unintended actions via a malicious webpage, requiring user interaction like clicking a link. Successful exploitation enables CSRF leading to stored cross-site scripting (XSS), allowing limited impacts on confidentiality, integrity, and availability, such as injecting malicious scripts that persist on the site.

The Patchstack advisory details this as a CSRF-to-stored-XSS vulnerability in the plugin version 1.1 and provides information on patches or mitigations available through their database. Security practitioners should update to a patched version of the LSD Google Maps Embedder plugin if available, and apply general CSRF protections like token validation in WordPress environments.

Details

CWE(s)

CVEs Like This One

CVE-2025-26543Shared CWE-352
CVE-2025-31616Shared CWE-352
CVE-2025-31449Shared CWE-352
CVE-2025-30586Shared CWE-352
CVE-2025-30558Shared CWE-352
CVE-2025-31585Shared CWE-352
CVE-2025-23456Shared CWE-352
CVE-2025-23446Shared CWE-352
CVE-2025-25128Shared CWE-352
CVE-2025-25138Shared CWE-352

References