Cyber Resilience

CVE-2025-27298

High

Published: 24 February 2025

Published
24 February 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0023 45.6th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-27298 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45.6th 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).

Deeper analysis

CVE-2025-27298 is a Cross-Site Request Forgery (CSRF) vulnerability, mapped to CWE-352, in the cmstactics WP Video Posts WordPress plugin (wp-video-posts). The flaw enables OS Command Injection and affects all versions from n/a through 3.5.1. Published on 2025-02-24, it carries a CVSS v3.1 base score of 8.3 (AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).

An unauthenticated attacker can exploit this over the network with no privileges required, though it demands high attack complexity and user interaction, such as tricking an authenticated site visitor into submitting a forged request via a malicious webpage. Successful exploitation allows OS Command Injection, resulting in remote code execution with high impacts across confidentiality, integrity, and availability, while changing the scope of compromise.

The Patchstack advisory provides further details on this CSRF-to-RCE vulnerability in WP Video Posts version 3.5.1, available at https://patchstack.com/database/Wordpress/Plugin/wp-video-posts/vulnerability/wordpress-wp-video-posts-plugin-3-5-1-csrf-to-remote-code-execution-rce-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in cmstactics WP Video Posts wp-video-posts allows OS Command Injection.This issue affects WP Video Posts: from n/a through <= 3.5.1.

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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

CSRF vulnerability in public-facing WordPress plugin directly enables exploitation of the web application for initial access (T1190) and facilitates OS command injection leading to RCE via Unix shell commands (T1059.004).

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

CVEs Like This One

CVE-2024-48418Shared CWE-352
CVE-2024-37102Shared CWE-352
CVE-2024-37450Shared CWE-352
CVE-2025-23558Shared CWE-352
CVE-2025-68722Shared CWE-352
CVE-2025-31440Shared CWE-352
CVE-2025-23848Shared CWE-352
CVE-2025-22571Shared CWE-352
CVE-2024-53684Shared CWE-352
CVE-2025-23455Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 requires mechanisms to protect session authenticity such as anti-CSRF tokens, directly preventing the forged requests that trigger OS command injection in the WP Video Posts plugin.

prevent

SI-10 mandates validation of information inputs, blocking malicious commands from being executed via the CSRF-induced OS command injection vulnerability in the plugin.

prevent

SI-2 requires timely remediation of identified flaws, directly addressing the CSRF-to-RCE vulnerability in WP Video Posts versions through <=3.5.1 via patching.

References