Cyber Posture

CVE-2025-14390

High

Published: 10 December 2025

Published
10 December 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0015 35.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

The Video Merchant plugin for WordPress is vulnerable to Cross-Site Request Forgery in version <= 5.0.4. This is due to missing or incorrect nonce validation on the video_merchant_add_video_file() function. This makes it possible for unauthenticated attackers to upload arbitrary files…

more

that make remote code execution possible via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of inputs such as nonces and file types to block forged CSRF requests and unrestricted dangerous file uploads.

prevent

Mandates session authenticity mechanisms like anti-CSRF tokens to prevent exploitation via forged requests tricking authenticated administrators.

prevent

Directly addresses flaw remediation by requiring updates to the vulnerable Video Merchant plugin versions to fix missing nonce validation.

Security SummaryAI

CVE-2025-14390, published on 2025-12-10, is a Cross-Site Request Forgery (CSRF) vulnerability in the Video Merchant plugin for WordPress, affecting versions up to and including 5.0.4. The flaw arises from missing or incorrect nonce validation in the video_merchant_add_video_file() function, which enables unauthenticated file uploads. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H) and is associated with CWE-434 (Unrestricted Upload of File with Dangerous Type).

Unauthenticated attackers can exploit this vulnerability over the network with low complexity by tricking a site administrator into executing a forged request, such as by clicking a malicious link. If successful, attackers can upload arbitrary files, enabling remote code execution on the compromised WordPress site with high impacts on confidentiality, integrity, and availability.

Mitigation guidance is available in advisories from Wordfence (https://www.wordfence.com/threat-intel/vulnerabilities/id/7cbe39ae-d10b-432f-afab-682948de2521?source=cve) and the plugin's WordPress.org page (https://wordpress.org/plugins/video-merchant). Security practitioners should update the Video Merchant plugin to a version beyond 5.0.4 to address the missing nonce validation.

Details

CWE(s)

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

CSRF vulnerability in public-facing WordPress plugin enables unauthenticated exploitation for arbitrary file upload and RCE.

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

References