CVE-2026-14282 in GoDAM Plugininfo

Summary

by MITRE • 07/23/2026

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.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 07/23/2026

The GoDAM WordPress plugin vulnerability represents a critical security flaw that allows unauthenticated attackers to execute arbitrary file uploads on compromised websites. This issue affects versions up to and including 112.2, where the plugin fails to properly validate file types during the upload process. The vulnerability stems from the save_video_file() function which is hooked into WPForms' public wpforms_process_before_filter hook, creating an attack vector that bypasses WordPress's standard security mechanisms.

The technical implementation of this flaw demonstrates a dangerous trust model where the plugin relies entirely on attacker-supplied multipart Content-Type headers without proper validation. The function preserves original filenames using wp_unique_filename() which provides minimal protection against malicious file uploads, and then moves raw uploaded files directly into web-served directories using $wp_filesystem->move(). This approach completely bypasses wp_handle_upload()'s built-in MIME type and file extension allowlists that are designed to prevent the upload of potentially dangerous file types. The vulnerability operates at the core of WordPress's file handling architecture, exploiting a fundamental weakness in input validation.

The operational impact of this vulnerability is severe and potentially catastrophic for affected websites. An unauthenticated attacker can upload arbitrary files including malicious scripts, web shells, or other exploit payloads that could lead to complete system compromise. The ability to upload files directly into web-accessible directories creates an immediate attack surface where malicious code becomes immediately executable. This vulnerability aligns with CWE-434 which describes "Unrestricted Upload of File with Dangerous Type" and represents a classic path to remote code execution through file upload vulnerabilities. The attack requires no authentication and can be executed against any website running the vulnerable plugin version.

Mitigation strategies must address both immediate remediation and long-term security improvements for affected systems. The primary solution involves updating to the latest available version of the GoDAM plugin where this vulnerability has been patched, though administrators should verify that updates are properly applied and tested in staging environments before deployment. Additional defensive measures include implementing proper file type validation at multiple layers, restricting file upload directories from being web-accessible, and deploying web application firewalls with rules specifically designed to detect and block suspicious file upload patterns. Organizations should also consider implementing the principle of least privilege for file system permissions, ensuring that web servers cannot write to critical system directories. The vulnerability demonstrates how improper input validation can create pathways for attackers to bypass even sophisticated security controls, emphasizing the importance of following ATT&CK framework principles for defensive security operations and maintaining comprehensive monitoring of file upload activities across all web applications.

Responsible

Wordfence

Reservation

07/01/2026

Disclosure

07/23/2026

Moderation

accepted

CPE

ready

EPSS

0.01254

KEV

no

Activities

low

Sources

Want to know what is going to be exploited?

We predict KEV entries!