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

Description

Adversaries may abuse various implementations of JavaScript for execution.

Security Summary

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)
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 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

References