Cyber Resilience

CVE-2025-1232

HighPublic PoC

Published: 19 March 2025

Published
19 March 2025
Modified
09 May 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.2892 96.7th percentile
Risk Priority 35 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1232 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Geminilabs Site Reviews. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 3.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

The vulnerability CVE-2025-1232 is a stored cross-site scripting flaw (CWE-79) in the Site Reviews WordPress plugin before version 7.2.5. The plugin fails to properly sanitize and escape data in some Review fields, resulting in a CVSS 3.1 score of 8.8.

Unauthenticated attackers can supply malicious input through review submissions that is stored and later executed in victims' browsers. Successful exploitation grants the ability to achieve high impact on confidentiality, integrity, and availability without requiring authentication or user interaction beyond viewing affected content.

The WPScan advisory at https://wpscan.com/vulnerability/c4ea8357-ddd7-48ac-80c9-15b924715b14/ addresses the issue and is the primary public reference for mitigation steps, including the availability of a fixed release.

EPSS for CVE-2025-1232 rose materially from a low baseline to a peak of 0.7724 on 2026-02-11 before receding to the current value of 0.2892, indicating post-disclosure exploitation interest that later moderated.

EU & UK References

Vulnerability details

The Site Reviews WordPress plugin before 7.2.5 does not properly sanitise and escape some of its Review fields, which could allow unauthenticated users to perform Stored XSS attacks

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

Stored XSS in public-facing WordPress plugin directly enables T1190 (exploiting public-facing app via unsanitized review submission) and T1059.007 (persistent malicious JavaScript execution in browser for cookie theft/impersonation).

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

CVEs Like This One

CVE-2026-3231Shared CWE-79
CVE-2025-23481Shared CWE-79
CVE-2025-69302Shared CWE-79
CVE-2025-23734Shared CWE-79
CVE-2025-23571Shared CWE-79
CVE-2025-65110Shared CWE-79
CVE-2026-24948Shared CWE-79
CVE-2025-27352Shared CWE-79
CVE-2025-30349Shared CWE-79
CVE-2026-3876Shared CWE-79

Affected Assets

geminilabs
site reviews
≤ 7.2.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of user inputs to Review fields, preventing injection of malicious scripts in the Site Reviews WordPress plugin.

prevent

Mandates filtering and escaping of information outputs from Review fields, blocking execution of stored malicious scripts when viewed by users.

prevent

Ensures identification, reporting, and correction of the sanitization flaw in vulnerable plugin versions before exploitation occurs.

References