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.
Published: 2026-07-23
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GoDAM WordPress plugin allows unauthenticated users to upload arbitrary files through the WPForms file upload field. The vulnerability stems from insufficient validation in the save_video_file() function, which trusts the multipart Content-Type header and preserves the original filename, then moves the file to a web‑accessible directory without applying the standard MIME and extension allowlist. This flaw permits attackers to upload malicious files, potentially leading to remote code execution on the site.

Affected Systems

WordPress sites running the GoDAM – Organize WordPress Media Library & File Manager with Unlimited Folders for Images, Videos & more plugin, versions up to and including 1.12.2. The issue is specific to the plugin’s integration with WPForms.

Risk and Exploitability

With a CVSS score of 9.8 this vulnerability is categorized as critical. The EPSS score of less than 1% indicates a very low but non‑zero likelihood of exploitation at the time of analysis, and it is not listed in the CISA KEV catalog. Attackers can exploit it by submitting a crafted file through any public WPForms form that uses the GoDAM file upload field, without needing authentication.

Generated by OpenCVE AI on August 3, 2026 at 22:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the GoDAM plugin to the latest release (or remove it entirely if no update exists).
  • Disable the WPForms file upload field that leverages GoDAM until the plugin is patched.
  • Reconfigure the web server to prevent execution of files in the uploads directory and enforce strict MIME type and extension checks for all uploads.

Generated by OpenCVE AI on August 3, 2026 at 22:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Rtcamp
Rtcamp godam – Organize Wordpress Media Library & File Manager With Unlimited Folders For Images, Videos & More
Wordpress
Wordpress wordpress
Vendors & Products Rtcamp
Rtcamp godam – Organize Wordpress Media Library & File Manager With Unlimited Folders For Images, Videos & More
Wordpress
Wordpress wordpress

Thu, 23 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title GoDAM <= 1.12.2 - Unauthenticated Arbitrary File Upload via WPForms File Upload Field
Weaknesses CWE-434
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Rtcamp Godam – Organize Wordpress Media Library & File Manager With Unlimited Folders For Images, Videos & More
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T13:41:10.555Z

Reserved: 2026-07-01T01:28:08.476Z

Link: CVE-2026-14282

cve-icon Vulnrichment

Updated: 2026-07-23T13:41:01.069Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:49.657

Modified: 2026-07-23T15:14:51.013

Link: CVE-2026-14282

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:00:04Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type