SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14282

CRITICAL · CVSS 9.8 EPSS 0.67% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The GoDAM plugin for WordPress is vulnerable to arbitrary file uploads due to inadequate validation of file types, allowing unauthenticated attackers to upload malicious files directly to the server. This critical vulnerability could lead to remote code execution, posing significant risks to the integrity and security of affected sites. WordPress site administrators using versions up to 1.12.2 of this plugin should prioritize immediate updates to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-14282
Severity
CRITICAL
CVSS
9.8
EPSS
0.67%
WordPress

Original NVD Description

The GoDAM – Organize WordPress Media Library & File Manager with Unlimited Folders for Images, Videos & more plugin for WordPress is vulnerable to arbitrary file uploads in versions up to, and including, 1.12.2. This is due to insufficient file type validation in the save_video_file() function hooked into WPForms' public wpforms_process_before_filter, which trusts the attacker-supplied multipart Content-Type header, preserves the original filename via wp_unique_filename(), and moves the raw upload with $wp_filesystem->move() into a web-served directory — bypassing wp_handle_upload()'s MIME/extension allowlist. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.